Searched refs:uath_cmd_read (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/sys/dev/usb/ |
H A D | if_uath.c | 143 int uath_cmd_read(struct uath_softc *, uint32_t, const void *, int, void *, 999 uath_cmd_read(struct uath_softc *sc, uint32_t code, const void *idata, in uath_cmd_read() function 1053 error = uath_cmd_read(sc, UATH_CMD_READ_MAC, ®, sizeof reg, &read, in uath_read_reg() 1071 error = uath_cmd_read(sc, UATH_CMD_READ_EEPROM, ®, sizeof reg, in uath_read_eeprom() 1856 error = uath_cmd_read(sc, UATH_CMD_07, NULL, 0, &val, in uath_init() 1948 (void)uath_cmd_read(sc, UATH_CMD_SHUTDOWN, NULL, 0, NULL, in uath_stop()
|