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

/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_urtw.c736 static usb_error_t urtw_write8e(struct urtw_softc *, int, uint8_t);
1148 error = urtw_write8e(sc, 0x41, 0xf4);
1151 error = urtw_write8e(sc, 0x40, 0x00);
1154 error = urtw_write8e(sc, 0x42, 0x00);
1157 error = urtw_write8e(sc, 0x42, 0x01);
1160 error = urtw_write8e(sc, 0x40, 0x0f);
1163 error = urtw_write8e(sc, 0x42, 0x00);
1166 error = urtw_write8e(sc, 0x42, 0x01);
2661 error = urtw_write8e(sc, 0x53, data | (1 << 7));
3455 urtw_write8e(struc function
[all...]

Completed in 102 milliseconds