Home | History | Annotate | Download | only in usb

Lines Matching defs:aue_softc

145 struct aue_softc {
237 CFATTACH_DECL_NEW(aue, sizeof(struct aue_softc), aue_match, aue_attach,
240 static void aue_reset_pegasus_II(struct aue_softc *);
266 static void aue_reset(struct aue_softc *);
268 static int aue_csr_read_1(struct aue_softc *, int);
269 static int aue_csr_write_1(struct aue_softc *, int, int);
270 static int aue_csr_read_2(struct aue_softc *, int);
271 static int aue_csr_write_2(struct aue_softc *, int, int);
280 aue_csr_read_1(struct aue_softc *sc, int reg)
309 aue_csr_read_2(struct aue_softc *sc, int reg)
338 aue_csr_write_1(struct aue_softc *sc, int reg, int aval)
368 aue_csr_write_2(struct aue_softc *sc, int reg, int aval)
401 aue_eeprom_getword(struct aue_softc *sc, int addr)
430 struct aue_softc *sc = usbnet_softc(un);
449 struct aue_softc *sc = usbnet_softc(un);
504 struct aue_softc *sc = usbnet_softc(un);
543 struct aue_softc *sc = usbnet_softc(un);
612 struct aue_softc * const sc = usbnet_softc(un);
655 aue_reset_pegasus_II(struct aue_softc *sc)
669 aue_reset(struct aue_softc *sc)
767 struct aue_softc * const sc = device_private(self);
864 struct aue_softc *sc = usbnet_softc(un);
949 struct aue_softc *sc = usbnet_softc(un);
982 struct aue_softc * const sc = usbnet_softc(un);