Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/wl/
Dif_wl.c922 for (i = 1000000; inw(PIOP0(base)) && (i-- > 0); ) in wlbldcu()
928 if (inw(PIOP0(base)) == (SCB_SW_CX|SCB_SW_CNA)) in wlbldcu()
975 scb_status = inw(PIOP0(base)); in wlstart()
977 scb_command = inw(PIOP0(base)); in wlstart()
1532 int_type = (inw(PIOP0(base)) & SCB_SW_INT); in wlintr()
1660 status = inw(PIOP0(base)); in wlrcv()
1714 rbd_offset = inw(PIOP0(base)); in wlrequeue()
1719 if (inw(PIOP0(base)) & RBD_SW_EOF) in wlrequeue()
1721 outw(PIOP0(base), 0); in wlrequeue()
1723 if ((l_rbdp = inw(PIOP0(base))) == I82586NULL) in wlrequeue()
[all …]
Dif_wl.h64 #define PIOP0(base) (base+0x6) /* Program I/O Port 0 */ macro