amlpciephy_softc
struct amlpciephy_softc *sc = cookie;
amlpciephy_addr(struct amlpciephy_softc *sc, bus_addr_t addr)
amlpciephy_read(struct amlpciephy_softc *sc, bus_addr_t addr)
amlpciephy_write(struct amlpciephy_softc *sc, bus_addr_t addr, uint16_t data)
sizeof (struct amlpciephy_softc), amlpciephy_match, amlpciephy_attach
uint16_t amlpciephy_read(struct amlpciephy_softc *, bus_addr_t);
void amlpciephy_write(struct amlpciephy_softc *, bus_addr_t, uint16_t);
struct amlpciephy_softc *sc = (struct amlpciephy_softc *)self;