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

1 2 3

  /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;
  /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) {
  /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;
joy_isapnp.c 74 struct joy_isapnp_softc *isc = device_private(self); local in function:joy_isapnp_attach
75 struct joy_softc *sc = &isc->sc_joy;
95 mutex_init(&isc->sc_lock, MUTEX_DEFAULT, IPL_NONE);
100 sc->sc_lock = &isc->sc_lock;
  /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;
  /src/sys/arch/evbarm/lubbock/
if_sm_obio.c 182 struct sm_obio_softc *isc = device_private(self); local in function:sm_obio_attach
183 struct smc91cxx_softc *sc = &isc->sc_smc;
232 isc->sc_ih = obio_intr_establish(device_private(parent),
235 if (isc->sc_ih == NULL)
  /src/sys/arch/evbarm/netwalker/
netwalker_spi.c 115 struct imx51spi_softc *isc = device_private(self); local in function:imxspi_attach
116 struct imxspi_softc *sc = &isc->sc_spi;
127 isc->sc_tag.cookie = sc;
148 isc->sc_tag.spi_cs_enable = imxspi_cs_enable;
149 isc->sc_tag.spi_cs_disable = imxspi_cs_disable;
158 sc->sc_tag = &isc->sc_tag;
  /src/sys/arch/rs6000/ioplanar/
com_iop.c 85 struct com_iop_softc *isc = device_private(self); local in function:com_iop_attach
86 struct com_softc *sc = &isc->sc_com;
126 isc->sc_ih = mca_intr_establish(idaa->idaa_mc, irq, IPL_SERIAL,
129 if (isc->sc_ih == NULL) {
  /src/sys/dev/isa/
aic_isa.c 148 struct aic_isa_softc *isc = device_private(self);
149 struct aic_softc *sc = &isc->sc_aic;
170 isc->sc_ih = isa_intr_establish(ic, ia->ia_irq[0].ir_irq, IST_EDGE,
172 if (isc->sc_ih == NULL) {
147 struct aic_isa_softc *isc = device_private(self); local in function:aic_isa_attach
depca_isa.c 195 struct depca_isa_softc *isc = device_private(self); local in function:depca_isa_attach
196 struct depca_softc *sc = &isc->sc_depca;
218 isc->sc_ic = ia->ia_ic;
219 isc->sc_irq = ia->ia_irq[0].ir_irq;
228 struct depca_isa_softc *isc = (struct depca_isa_softc *)sc; local in function:depca_isa_intr_establish
231 rv = isa_intr_establish(isc->sc_ic, isc->sc_irq, IST_EDGE,
fdc_isa.c 185 struct fdc_isa_softc *isc = device_private(self); local in function:fdc_isa_detach
186 struct fdc_softc *fdc = &isc->sc_fdc;
195 bus_space_unmap(fdc->sc_iot, isc->sc_baseioh, 6 /* FDC_NPORT */);
203 struct fdc_isa_softc *isc = device_private(self); local in function:fdc_isa_attach
204 struct fdc_softc *fdc = &isc->sc_fdc;
216 6 /* FDC_NPORT */, 0, &isc->sc_baseioh)) {
221 if (bus_space_subregion(fdc->sc_iot, isc->sc_baseioh, 2, 4,
if_cs_isa.c 213 struct cs_softc_isa *isc = device_private(self); local in function:cs_isa_attach
214 struct cs_softc *sc = &isc->sc_cs;
218 isc->sc_ic = ia->ia_ic;
223 isc->sc_drq = ia->ia_drq[0].ir_drq;
225 isc->sc_drq = -1;
if_ne_isa.c 133 struct ne_isa_softc *isc = device_private(self); local in function:ne_isa_attach
134 struct ne2000_softc *nsc = &isc->sc_ne2000;
201 isc->sc_ih = isa_intr_establish(ia->ia_ic, ia->ia_irq[0].ir_irq,
203 if (isc->sc_ih == NULL)
if_sm_isa.c 156 struct sm_isa_softc *isc = device_private(self); local in function:sm_isa_attach
157 struct smc91cxx_softc *sc = &isc->sc_smc;
181 isc->sc_ih = isa_intr_establish(ia->ia_ic, ia->ia_irq[0].ir_irq,
183 if (isc->sc_ih == NULL)
if_tscs_isa.c 168 struct cs_softc_isa *isc = device_private(self); local in function:tscs_isa_attach
169 struct cs_softc *sc = &isc->sc_cs;
173 isc->sc_ic = ia->ia_ic;
177 isc->sc_drq = -1;
joy_isa.c 104 struct joy_isa_softc *isc = device_private(self); local in function:joy_isa_attach
105 struct joy_softc *sc = &isc->sc_joy;
119 mutex_init(&isc->sc_lock, MUTEX_DEFAULT, IPL_NONE);
120 sc->sc_lock = &isc->sc_lock;
slhci_isa.c 119 struct slhci_isa_softc *isc = device_private(self); local in function:slhci_isa_attach
120 struct slhci_softc *sc = &isc->sc;
140 isc->sc_ih = isa_intr_establish(ia->ia_ic, ia->ia_irq[0].ir_irq,
142 if (isc->sc_ih == NULL) {
  /src/sys/arch/atari/isa/
fdcisa.c 183 struct fdc_isa_softc *isc = device_private(self); local in function:fdc_isa_attach
184 struct fdc_softc *fdc = &isc->sc_fdc;
195 6 /* FDC_NPORT */, 0, &isc->sc_baseioh)) {
200 if (bus_space_subregion(fdc->sc_iot, isc->sc_baseioh, 2, 4,
  /src/sys/arch/x68k/dev/
slhci_intio.c 119 struct slhci_intio_softc *isc = device_private(self); local in function:slhci_intio_attach
120 struct slhci_softc *sc = &isc->sc_sc;
143 BUS_SPACE_MAP_SHIFTED, &isc->sc_nch)) {
161 bus_space_write_1(iot, isc->sc_nch, NEREID_CTRL, NEREID_CTRL_RESET);
  /src/sys/arch/alpha/tc/
mcclock_ioasic.c 84 struct mcclock_ioasic_softc *isc = device_private(self); local in function:mcclock_ioasic_attach
86 struct mc146818_softc *sc = &isc->sc_mcclock.sc_mc146818;
89 isc->sc_dp = (void *)ioasicdev->iada_addr;
96 mcclock_attach(&isc->sc_mcclock);
102 struct mcclock_ioasic_softc *isc = (void *)sc; local in function:mcclock_ioasic_write
104 isc->sc_dp[reg].datum = datum;
110 struct mcclock_ioasic_softc *isc = (void *)sc; local in function:mcclock_ioasic_read
112 return isc->sc_dp[reg].datum;

Completed in 30 milliseconds

1 2 3