Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/usb/wlan/
HDif_urtw.c734 static usb_error_t urtw_write8e(struct urtw_softc *, int, uint8_t);
1146 error = urtw_write8e(sc, 0x41, 0xf4); in urtw_adapter_start_b()
1149 error = urtw_write8e(sc, 0x40, 0x00); in urtw_adapter_start_b()
1152 error = urtw_write8e(sc, 0x42, 0x00); in urtw_adapter_start_b()
1155 error = urtw_write8e(sc, 0x42, 0x01); in urtw_adapter_start_b()
1158 error = urtw_write8e(sc, 0x40, 0x0f); in urtw_adapter_start_b()
1161 error = urtw_write8e(sc, 0x42, 0x00); in urtw_adapter_start_b()
1164 error = urtw_write8e(sc, 0x42, 0x01); in urtw_adapter_start_b()
2665 error = urtw_write8e(sc, 0x53, data | (1 << 7)); in urtw_8225_usb_init()
3459 urtw_write8e(struct urtw_softc *sc, int val, uint8_t data) in urtw_write8e() function
[all …]