Searched refs:apsw (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/mips/atheros/
H A Dar_intr.c253 const struct atheros_platformsw * const apsw = platformsw; local
255 KASSERT(apsw->apsw_ipl_sr_map != NULL);
256 ipl_sr_map = *apsw->apsw_ipl_sr_map;
258 for (size_t i = 0; i < apsw->apsw_cpu_nintrs; i++) {
259 if (apsw->apsw_cpu_intrnames[i] != NULL) {
263 apsw->apsw_cpu_intrnames[i]);
267 for (size_t i = 0; i < apsw->apsw_misc_nintrs; i++) {
268 if (apsw->apsw_misc_intrnames[i] != NULL) {
272 apsw->apsw_misc_intrnames[i]);
282 genath_cpu_intr_establish(apsw
[all...]
H A Dar_conf.c178 const struct atheros_platformsw * const apsw = ac->ac_platformsw; local
183 MIPS_PHYS_TO_KSEG1(apsw->apsw_revision_id_addr);
187 platformsw = apsw;
191 (*apsw->apsw_get_freqs)(&chip_freqs);

Completed in 196 milliseconds