Home
last modified time | relevance | path

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

/trueos/sys/dev/wl/
HDif_wl.c920 for (i = 1000000; inw(PIOP0(base)) && (i-- > 0); ) in wlbldcu()
926 if (inw(PIOP0(base)) == (SCB_SW_CX|SCB_SW_CNA)) in wlbldcu()
973 scb_status = inw(PIOP0(base)); in wlstart()
975 scb_command = inw(PIOP0(base)); in wlstart()
1530 int_type = (inw(PIOP0(base)) & SCB_SW_INT); in wlintr()
1658 status = inw(PIOP0(base)); in wlrcv()
1712 rbd_offset = inw(PIOP0(base)); in wlrequeue()
1717 if (inw(PIOP0(base)) & RBD_SW_EOF) in wlrequeue()
1719 outw(PIOP0(base), 0); in wlrequeue()
1721 if ((l_rbdp = inw(PIOP0(base))) == I82586NULL) in wlrequeue()
[all …]
HDif_wl.h64 #define PIOP0(base) (base+0x6) /* Program I/O Port 0 */ macro