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

/freebsd-10.3-release/sys/dev/wl/
H A Dif_wl.c422 outsw(PIOP1(base), str, strlen(str)/2+1); /* write string */
425 insw(PIOP1(base), inbuf, strlen(str)/2+1); /* read result */
544 outw(PIOP1(base), 0); /* clear scb_crcerrs */
545 outw(PIOP1(base), 0); /* clear scb_alnerrs */
546 outw(PIOP1(base), 0); /* clear scb_rscerrs */
547 outw(PIOP1(base), 0); /* clear scb_ovrnerrs */
666 printf("%04x ", inw(PIOP1(base)));
672 printf("%04x ", inw(PIOP1(base)));
678 printf("%04x ", inw(PIOP1(base)));
896 outsw(PIOP1(bas
[all...]
H A Dif_wl.h66 #define PIOP1(base) (base+0xa) /* Program I/O Port 1 */ macro

Completed in 48 milliseconds