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

/freebsd-11-stable/sys/dev/wl/
H A Dif_wl.c417 WL_WRITE_MULTI_2(sc, PIOP1, str, strlen(str)/2+1); /* write string */
420 WL_READ_MULTI_2(sc, PIOP1, inbuf, strlen(str)/2+1); /* read result */
533 WL_WRITE_2(sc, PIOP1, 0); /* clear scb_crcerrs */
534 WL_WRITE_2(sc, PIOP1, 0); /* clear scb_alnerrs */
535 WL_WRITE_2(sc, PIOP1, 0); /* clear scb_rscerrs */
536 WL_WRITE_2(sc, PIOP1, 0); /* clear scb_ovrnerrs */
656 printf("%04x ", WL_READ_2(sc, PIOP1));
662 printf("%04x ", WL_READ_2(sc, PIOP1));
668 printf("%04x ", WL_READ_2(sc, PIOP1));
889 WL_WRITE_MULTI_2(sc, PIOP1,
[all...]
H A Dif_wl.h66 #define PIOP1 0xa /* Program I/O Port 1 */ macro

Completed in 97 milliseconds