Home
last modified time | relevance | path

Searched defs:ac_soft_state (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dac.h464 struct ac_soft_state { struct
465 dev_info_t *dip; /* dev info of myself */
466 dev_info_t *pdip; /* dev info of my parent */
467 int board; /* Board number for this AC */
473 void *ac_base; /* Base address of Address Controller */
474 volatile uint32_t *ac_id; /* ID register */
475 volatile uint64_t *ac_memctl; /* Memory Control */
476 volatile uint64_t *ac_memdecode0; /* Memory Decode 0 */
477 volatile uint64_t *ac_memdecode1; /* Memory Decode 1 */
479 volatile uint32_t *ac_mccr; /* AC Counter control */
[all …]