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

/freebsd-10.3-release/sys/dev/wl/
H A Dif_wl.c920 for (i = 1000000; inw(PIOP0(base)) && (i-- > 0); )
926 if (inw(PIOP0(base)) == (SCB_SW_CX|SCB_SW_CNA))
973 scb_status = inw(PIOP0(base));
975 scb_command = inw(PIOP0(base));
1530 int_type = (inw(PIOP0(base)) & SCB_SW_INT);
1658 status = inw(PIOP0(base));
1712 rbd_offset = inw(PIOP0(base));
1717 if (inw(PIOP0(base)) & RBD_SW_EOF)
1719 outw(PIOP0(base), 0);
1721 if ((l_rbdp = inw(PIOP0(bas
[all...]
H A Dif_wl.h64 #define PIOP0(base) (base+0x6) /* Program I/O Port 0 */ macro

Completed in 101 milliseconds