Home | History | Annotate | Download | only in ifpga

Lines Matching refs:isc

71 	struct plcom_ifpga_softc *isc = device_private(self);
72 struct plcom_softc *sc = &isc->sc_plcom;
75 isc->sc_iot = ifa->ifa_iot;
76 isc->sc_ioh = ifa->ifa_sc_ioh;
91 sc->sc_set_mcr_arg = (void *)isc;
103 isc->sc_ih = ifpga_intr_establish(ifa->ifa_irq, IPL_SERIAL,
105 if (isc->sc_ih == NULL)
112 struct plcom_ifpga_softc *isc = aux;
141 bus_space_write_1(isc->sc_iot, isc->sc_ioh, IFPGA_SC_CTRLS,
144 bus_space_write_1(isc->sc_iot, isc->sc_ioh, IFPGA_SC_CTRLC,