octsmi_softc
struct octsmi_softc;
struct octsmi_softc *sc_smi;
struct octsmi_softc *smi;
struct octsmi_softc *ga_smi;
struct octsmi_softc *sc = device_private(self);
struct octsmi_softc *sc = device_private(self);
octsmi_attach_common(struct octsmi_softc *sc, int phandle)
octsmi_read(struct octsmi_softc *sc, int phy_addr, int reg, uint16_t *val)
octsmi_write(struct octsmi_softc *sc, int phy_addr, int reg, uint16_t value)
struct octsmi_softc *
static void octsmi_attach_common(struct octsmi_softc *, int);
struct octsmi_softc * sc;
CFATTACH_DECL_NEW(octsmi_iobus, sizeof(struct octsmi_softc),
CFATTACH_DECL_NEW(octsmi_fdt, sizeof(struct octsmi_softc),
int octsmi_read(struct octsmi_softc *, int, int, uint16_t *);
int octsmi_write(struct octsmi_softc *, int, int, uint16_t);
struct octsmi_softc