Searched refs:PIOP1 (Results 1 – 2 of 2) sorted by relevance
| /trueos/sys/dev/wl/ |
| HD | if_wl.c | 422 outsw(PIOP1(base), str, strlen(str)/2+1); /* write string */ in wlprobe() 425 insw(PIOP1(base), inbuf, strlen(str)/2+1); /* read result */ in wlprobe() 544 outw(PIOP1(base), 0); /* clear scb_crcerrs */ in wlattach() 545 outw(PIOP1(base), 0); /* clear scb_alnerrs */ in wlattach() 546 outw(PIOP1(base), 0); /* clear scb_rscerrs */ in wlattach() 547 outw(PIOP1(base), 0); /* clear scb_ovrnerrs */ in wlattach() 666 printf("%04x ", inw(PIOP1(base))); in wldump() 672 printf("%04x ", inw(PIOP1(base))); in wldump() 678 printf("%04x ", inw(PIOP1(base))); in wldump() 896 outsw(PIOP1(base), &scp, sizeof(scp_t)/2); in wlbldcu() [all …]
|
| HD | if_wl.h | 66 #define PIOP1(base) (base+0xa) /* Program I/O Port 1 */ macro
|