Lines Matching defs:sc_chip
70 struct am79c930_softc sc_chip;
121 #define awi_read_1(sc, off) ((sc)->sc_chip.sc_ops->read_1)(&sc->sc_chip, off)
122 #define awi_read_2(sc, off) ((sc)->sc_chip.sc_ops->read_2)(&sc->sc_chip, off)
123 #define awi_read_4(sc, off) ((sc)->sc_chip.sc_ops->read_4)(&sc->sc_chip, off)
125 ((sc)->sc_chip.sc_ops->read_bytes)(&sc->sc_chip, off, ptr, len)
128 ((sc)->sc_chip.sc_ops->write_1)(&sc->sc_chip, off, val)
130 ((sc)->sc_chip.sc_ops->write_2)(&sc->sc_chip, off, val)
132 ((sc)->sc_chip.sc_ops->write_4)(&sc->sc_chip, off, val)
134 ((sc)->sc_chip.sc_ops->write_bytes)(&sc->sc_chip, off, ptr, len)