Searched refs:ure_softc (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/usb/net/ |
| H A D | if_ure.c | 139 static int ure_ctl(struct ure_softc *, uint8_t, uint16_t, uint16_t, 141 static int ure_read_mem(struct ure_softc *, uint16_t, uint16_t, void *, 143 static int ure_write_mem(struct ure_softc *, uint16_t, uint16_t, void *, 145 static uint8_t ure_read_1(struct ure_softc *, uint16_t, uint16_t); 146 static uint16_t ure_read_2(struct ure_softc *, uint16_t, uint16_t); 147 static uint32_t ure_read_4(struct ure_softc *, uint16_t, uint16_t); 148 static int ure_write_1(struct ure_softc *, uint16_t, uint16_t, uint32_t); 149 static int ure_write_2(struct ure_softc *, uint16_t, uint16_t, uint32_t); 150 static int ure_write_4(struct ure_softc *, uint16_t, uint16_t, uint32_t); 151 static uint16_t ure_ocp_reg_read(struct ure_softc *, uint16_ [all...] |
| H A D | if_urereg.h | 580 struct ure_softc { struct
|