HomeSort by: relevance | last modified time | path
    Searched defs:isc (Results 1 - 25 of 189) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/sys/arch/evbarm/ixm1200/
ixpcom_ixm.c 69 struct ixpcom_ixm_softc *isc = device_private(self); local in function:ixpcom_ixm_attach
70 struct ixpcom_softc *sc = &isc->sc_ixpcom;
74 isc->sc_iot = sa->sa_iot;
ixpcom_ixm.c 69 struct ixpcom_ixm_softc *isc = device_private(self); local in function:ixpcom_ixm_attach
70 struct ixpcom_softc *sc = &isc->sc_ixpcom;
74 isc->sc_iot = sa->sa_iot;
ixpcom_ixm.c 69 struct ixpcom_ixm_softc *isc = device_private(self); local in function:ixpcom_ixm_attach
70 struct ixpcom_softc *sc = &isc->sc_ixpcom;
74 isc->sc_iot = sa->sa_iot;
  /src/sys/arch/evbarm/ifpga/
plcom_ifpga.c 71 struct plcom_ifpga_softc *isc = device_private(self); local in function:plcom_ifpga_attach
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; local in function:plcom_ifpga_set_mcr
141 bus_space_write_1(isc->sc_iot, isc->sc_ioh, IFPGA_SC_CTRLS
    [all...]
sm_ifpga.c 76 struct sm_ifpga_softc *isc = device_private(self); local in function:sm_ifpga_attach
77 struct smc91cxx_softc *sc = &isc->sc_sm;
88 isc->ih = ifpga_intr_establish(ifa->ifa_irq, IPL_NET, smc91cxx_intr, sc);
89 if (isc->ih == NULL) {
plcom_ifpga.c 71 struct plcom_ifpga_softc *isc = device_private(self); local in function:plcom_ifpga_attach
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; local in function:plcom_ifpga_set_mcr
141 bus_space_write_1(isc->sc_iot, isc->sc_ioh, IFPGA_SC_CTRLS
    [all...]
sm_ifpga.c 76 struct sm_ifpga_softc *isc = device_private(self); local in function:sm_ifpga_attach
77 struct smc91cxx_softc *sc = &isc->sc_sm;
88 isc->ih = ifpga_intr_establish(ifa->ifa_irq, IPL_NET, smc91cxx_intr, sc);
89 if (isc->ih == NULL) {
plcom_ifpga.c 71 struct plcom_ifpga_softc *isc = device_private(self); local in function:plcom_ifpga_attach
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; local in function:plcom_ifpga_set_mcr
141 bus_space_write_1(isc->sc_iot, isc->sc_ioh, IFPGA_SC_CTRLS
    [all...]
sm_ifpga.c 76 struct sm_ifpga_softc *isc = device_private(self); local in function:sm_ifpga_attach
77 struct smc91cxx_softc *sc = &isc->sc_sm;
88 isc->ih = ifpga_intr_establish(ifa->ifa_irq, IPL_NET, smc91cxx_intr, sc);
89 if (isc->ih == NULL) {
  /src/sys/dev/isapnp/
aic_isapnp.c 80 struct aic_isapnp_softc *isc = device_private(self); local in function:aic_isapnp_attach
81 struct aic_softc *sc = &isc->sc_aic;
104 isc->sc_ih = isa_intr_establish(ipa->ipa_ic, ipa->ipa_irq[0].num,
106 if (isc->sc_ih == NULL)
com_isapnp.c 83 struct com_isapnp_softc *isc = device_private(self); local in function:com_isapnp_attach
84 struct com_softc *sc = &isc->sc_com;
107 isc->sc_ih = isa_intr_establish(ipa->ipa_ic, ipa->ipa_irq[0].num,
if_cs_isapnp.c 81 struct cs_softc_isa *isc = device_private(sc); local in function:cs_isapnp_attach
119 isc->sc_ic = ipa->ipa_ic;
120 isc->sc_drq = -1;
if_fmv_isapnp.c 85 struct fmv_isapnp_softc *isc = device_private(self); local in function:fmv_isapnp_attach
86 struct mb86960_softc *sc = &isc->sc_mb86960;
102 isc->sc_ih = isa_intr_establish(ipa->ipa_ic, ipa->ipa_irq[0].num,
104 if (isc->sc_ih == NULL)
if_an_isapnp.c 98 struct an_isapnp_softc *isc = device_private(self); local in function:an_isapnp_attach
99 struct an_softc *sc = &isc->sc_an;
120 isc->sc_ih = isa_intr_establish(ipa->ipa_ic, ipa->ipa_irq[0].num,
122 if (isc->sc_ih == NULL) {
130 isa_intr_disestablish(ipa->ipa_ic, isc->sc_ih);
131 isc->sc_ih = NULL;
aic_isapnp.c 80 struct aic_isapnp_softc *isc = device_private(self); local in function:aic_isapnp_attach
81 struct aic_softc *sc = &isc->sc_aic;
104 isc->sc_ih = isa_intr_establish(ipa->ipa_ic, ipa->ipa_irq[0].num,
106 if (isc->sc_ih == NULL)
com_isapnp.c 83 struct com_isapnp_softc *isc = device_private(self); local in function:com_isapnp_attach
84 struct com_softc *sc = &isc->sc_com;
107 isc->sc_ih = isa_intr_establish(ipa->ipa_ic, ipa->ipa_irq[0].num,
if_cs_isapnp.c 81 struct cs_softc_isa *isc = device_private(sc); local in function:cs_isapnp_attach
119 isc->sc_ic = ipa->ipa_ic;
120 isc->sc_drq = -1;
if_fmv_isapnp.c 85 struct fmv_isapnp_softc *isc = device_private(self); local in function:fmv_isapnp_attach
86 struct mb86960_softc *sc = &isc->sc_mb86960;
102 isc->sc_ih = isa_intr_establish(ipa->ipa_ic, ipa->ipa_irq[0].num,
104 if (isc->sc_ih == NULL)
if_an_isapnp.c 98 struct an_isapnp_softc *isc = device_private(self); local in function:an_isapnp_attach
99 struct an_softc *sc = &isc->sc_an;
120 isc->sc_ih = isa_intr_establish(ipa->ipa_ic, ipa->ipa_irq[0].num,
122 if (isc->sc_ih == NULL) {
130 isa_intr_disestablish(ipa->ipa_ic, isc->sc_ih);
131 isc->sc_ih = NULL;
aic_isapnp.c 80 struct aic_isapnp_softc *isc = device_private(self); local in function:aic_isapnp_attach
81 struct aic_softc *sc = &isc->sc_aic;
104 isc->sc_ih = isa_intr_establish(ipa->ipa_ic, ipa->ipa_irq[0].num,
106 if (isc->sc_ih == NULL)
com_isapnp.c 83 struct com_isapnp_softc *isc = device_private(self); local in function:com_isapnp_attach
84 struct com_softc *sc = &isc->sc_com;
107 isc->sc_ih = isa_intr_establish(ipa->ipa_ic, ipa->ipa_irq[0].num,
if_cs_isapnp.c 81 struct cs_softc_isa *isc = device_private(sc); local in function:cs_isapnp_attach
119 isc->sc_ic = ipa->ipa_ic;
120 isc->sc_drq = -1;
if_fmv_isapnp.c 85 struct fmv_isapnp_softc *isc = device_private(self); local in function:fmv_isapnp_attach
86 struct mb86960_softc *sc = &isc->sc_mb86960;
102 isc->sc_ih = isa_intr_establish(ipa->ipa_ic, ipa->ipa_irq[0].num,
104 if (isc->sc_ih == NULL)
if_an_isapnp.c 98 struct an_isapnp_softc *isc = device_private(self); local in function:an_isapnp_attach
99 struct an_softc *sc = &isc->sc_an;
120 isc->sc_ih = isa_intr_establish(ipa->ipa_ic, ipa->ipa_irq[0].num,
122 if (isc->sc_ih == NULL) {
130 isa_intr_disestablish(ipa->ipa_ic, isc->sc_ih);
131 isc->sc_ih = NULL;
  /src/sys/arch/arm/imx/
imx51_spi.c 78 struct imx51spi_softc *isc = device_private(self); local in function:imxspi_attach
79 struct imxspi_softc *sc = &isc->sc_spi;

Completed in 199 milliseconds

1 2 3 4 5 6 7 8