Lines Matching defs:sc_chip
78 struct tc5165buf_chip *sc_chip;
113 sc->sc_chip = &tc5165buf_chip;
115 callout_init(&sc->sc_chip->scc_soft_ch, 0);
117 sc->sc_chip->scc_cst = ca->ca_csio.cstag;
119 if (bus_space_map(sc->sc_chip->scc_cst, ca->ca_csio.csbase,
120 ca->ca_csio.cssize, 0, &sc->sc_chip->scc_csh)) {
125 sc->sc_chip->scc_enabled = 0;
146 tc5165buf_ifsetup(sc->sc_chip);
148 haa.haa_ic = &sc->sc_chip->scc_if;
193 struct tc5165buf_chip *scc = sc->sc_chip;