Searched refs:lan9118_softc (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dlan9118var.h54 struct lan9118_softc { struct
80 int lan9118_attach(struct lan9118_softc *);
H A Dlan9118.c97 static int lan9118_mii_readreg(struct lan9118_softc *, int, int, uint16_t *);
98 static int lan9118_mii_writereg(struct lan9118_softc *, int, int, uint16_t);
99 static uint32_t lan9118_mac_readreg(struct lan9118_softc *, int);
100 static void lan9118_mac_writereg(struct lan9118_softc *, int, uint32_t);
102 static void lan9118_set_filter(struct lan9118_softc *);
103 static void lan9118_rxintr(struct lan9118_softc *);
104 static void lan9118_txintr(struct lan9118_softc *);
156 lan9118_attach(struct lan9118_softc *sc)
300 struct lan9118_softc *sc = (struct lan9118_softc *)ar
[all...]
/netbsd-current/sys/arch/evbarm/gumstix/
H A Dif_smsh_gxio.c56 CFATTACH_DECL_NEW(smsh_gxio, sizeof(struct lan9118_softc),
95 struct lan9118_softc *sc = device_private(self);
/netbsd-current/sys/arch/arm/fdt/
H A Dsmsh_fdt.c58 CFATTACH_DECL_NEW(smsh_fdt, sizeof(struct lan9118_softc),
72 struct lan9118_softc * const sc = device_private(self);

Completed in 130 milliseconds