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

/freebsd-11-stable/sys/dev/wl/
H A Dif_wl.h101 #define WL_READ_2(sc, reg) bus_read_2((sc)->res_ioport, (reg)) macro
128 while (WL_READ_2(sc, HASR) & HASR_MMC_BUSY) ; \
H A Dif_wl.c651 printf("hasr %04x\n", WL_READ_2(sc, HASR));
656 printf("%04x ", WL_READ_2(sc, PIOP1));
662 printf("%04x ", WL_READ_2(sc, PIOP1));
668 printf("%04x ", WL_READ_2(sc, PIOP1));
913 for (i = 1000000; WL_READ_2(sc, PIOP0) && (i-- > 0); )
919 if (WL_READ_2(sc, PIOP0) == (SCB_SW_CX|SCB_SW_CNA))
973 cu_status = WL_READ_2(sc, PIOP1);
975 scb_status = WL_READ_2(sc, PIOP0);
977 scb_command = WL_READ_2(sc, PIOP0);
1504 if ((int_type = WL_READ_2(s
[all...]

Completed in 33 milliseconds