Searched defs:ac_soft_state (Results 1 – 1 of 1) sorted by relevance
464 struct ac_soft_state { struct465 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 */470 struct ac_mem_info bank[2]; /* memory bank information */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 */[all …]