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

/freebsd-11-stable/sys/dev/wl/
H A Dif_wl.h108 #define WL_WRITE_MULTI_2(sc, reg, buf, len) \ macro
H A Dif_wl.c417 WL_WRITE_MULTI_2(sc, PIOP1, str, strlen(str)/2+1); /* write string */
889 WL_WRITE_MULTI_2(sc, PIOP1, &scp, sizeof(scp_t)/2);
897 WL_WRITE_MULTI_2(sc, PIOP1, &iscp, sizeof(iscp_t)/2);
908 WL_WRITE_MULTI_2(sc, PIOP1, &scb, sizeof(scb_t)/2);
930 WL_WRITE_MULTI_2(sc, PIOP1, &cb, 6/2);
937 WL_WRITE_MULTI_2(sc, PIOP1, &tbd, sizeof(tbd_t)/2);
1732 WL_WRITE_MULTI_2(sc, PIOP1, &fd, 8/2);
1780 WL_WRITE_MULTI_2(sc, PIOP1, &cb, 6/2);
1782 WL_WRITE_MULTI_2(sc, PIOP1, eh_p->ether_dhost, WAVELAN_ADDR_SIZE/2);
1807 WL_WRITE_MULTI_2(s
[all...]

Completed in 153 milliseconds