Searched defs:atheros_platformsw (Results 1 – 1 of 1) sorted by relevance
85 struct atheros_platformsw { struct86 const struct atheros_intrsw *apsw_intrsw;88 void (*apsw_intr_init)(void);89 const char * const * apsw_cpu_intrnames;90 const char * const * apsw_misc_intrnames;91 size_t apsw_cpu_nintrs;92 size_t apsw_misc_nintrs;93 u_int apsw_cpuirq_misc;95 bus_addr_t apsw_misc_intmask;96 bus_addr_t apsw_misc_intstat;[all …]