Home
last modified time | relevance | path

Searched refs:HASR (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/dev/wl/
HDif_wl.h61 #define HASR(base) (base) /* Host Adapter Status Register */ macro
116 while(inw(HASR(sc->base)) & HASR_MMC_BUSY) ; \
HDif_wl.c661 printf("hasr %04x\n", inw(HASR(base))); in wldump()
1511 if ((int_type = inw(HASR(base))) & HASR_MMC_INTR) { in wlintr()
2350 while (inw(HASR(base)) & HASR_MMC_BUSY) in wlmmcread()
2353 while (inw(HASR(base)) & HASR_MMC_BUSY) in wlmmcread()