if_urtw.c | 523 static usbd_status urtw_eprom_writebit(struct urtw_softc *, int16_t); 1464 error = urtw_eprom_writebit(sc, 0); 1514 error = urtw_eprom_writebit(sc, buf[i]); 1526 urtw_eprom_writebit(struct urtw_softc *sc, int16_t bit) function in typeref:typename:usbd_status 1533 urtw_write8_m(sc, URTW_EPROM_CMD, data | URTW_EPROM_WRITEBIT); 1535 urtw_write8_m(sc, URTW_EPROM_CMD, data & ~URTW_EPROM_WRITEBIT);
|