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

/freebsd-11-stable/sys/dev/wl/
H A Dif_wl.c913 for (i = 1000000; WL_READ_2(sc, PIOP0) && (i-- > 0); )
919 if (WL_READ_2(sc, PIOP0) == (SCB_SW_CX|SCB_SW_CNA))
975 scb_status = WL_READ_2(sc, PIOP0);
977 scb_command = WL_READ_2(sc, PIOP0);
1523 int_type = (WL_READ_2(sc, PIOP0) & SCB_SW_INT);
1650 status = WL_READ_2(sc, PIOP0);
1703 rbd_offset = WL_READ_2(sc, PIOP0);
1708 if (WL_READ_2(sc, PIOP0) & RBD_SW_EOF)
1710 WL_WRITE_2(sc, PIOP0, 0);
1712 if ((l_rbdp = WL_READ_2(sc, PIOP0))
[all...]
H A Dif_wl.h64 #define PIOP0 0x6 /* Program I/O Port 0 */ macro

Completed in 79 milliseconds