Home
last modified time | relevance | path

Searched refs:sc_ioh (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-9-stable/sys/arm/sa11x0/
Dsa11x0_ost.c81 bus_space_handle_t sc_ioh; member
131 &sc->sc_ioh)) in saost_attach()
135 bus_space_write_4(saost_sc->sc_iot, saost_sc->sc_ioh, SAOST_IR, 0); in saost_attach()
136 bus_space_write_4(saost_sc->sc_iot, saost_sc->sc_ioh, SAOST_SR, 0xf); in saost_attach()
152 bus_space_write_4(saost_sc->sc_iot, saost_sc->sc_ioh,
159 oscr = bus_space_read_4(saost_sc->sc_iot, saost_sc->sc_ioh,
172 oscr = bus_space_read_4(saost_sc->sc_iot, saost_sc->sc_ioh,
178 bus_space_write_4(saost_sc->sc_iot, saost_sc->sc_ioh, SAOST_MR0,
196 bus_space_write_4(saost_sc->sc_iot, saost_sc->sc_ioh,
203 bus_space_write_4(saost_sc->sc_iot, saost_sc->sc_ioh, SAOST_MR1,
[all …]
Dsa11x0.c164 0, &sc->sc_ioh)) in sa11x0_attach()
166 saipic_base = sc->sc_ioh; in sa11x0_attach()
196 bus_space_write_4(sc->sc_iot, sc->sc_ioh, SAIPIC_MR, 0); in sa11x0_attach()
199 bus_space_write_4(sc->sc_iot, sc->sc_ioh, SAIPIC_LR, 0); in sa11x0_attach()
202 bus_space_write_4(sc->sc_iot, sc->sc_ioh, SAIPIC_CR, 1); in sa11x0_attach()
Dsa11x0_var.h46 bus_space_handle_t sc_ioh; member
Dsa11x0_irqhandler.c108 if ((irq = (bus_space_read_4(sa11x0_softc->sc_iot, sa11x0_softc->sc_ioh, in arm_get_next_irq()
/freebsd-9-stable/sys/dev/ncv/
Dncr53c500.c351 bus_space_handle_t ioh = sc->sc_ioh;
389 bus_space_write_1(sc->sc_iot, sc->sc_ioh, cr0_cmd, CMD_SETATN);
398 bus_space_handle_t ioh = sc->sc_ioh;
413 bus_space_handle_t ioh = sc->sc_ioh;
480 bus_space_handle_t ioh = sc->sc_ioh;
494 bus_space_read_1(sc->sc_iot, sc->sc_ioh, cr0_stat);
495 stat = bus_space_read_1(sc->sc_iot, sc->sc_ioh, cr0_istat);
499 (bus_space_read_1(sc->sc_iot, sc->sc_ioh, cr0_istat) & INTR_SBR))
513 bus_space_handle_t ioh = sc->sc_ioh;
673 bus_space_handle_t ioh = sc->sc_ioh;
[all …]
Dncr53c500var.h48 bus_space_handle_t sc_ioh; member
56 bus_space_handle_t sc_ioh; member
/freebsd-9-stable/sys/arm/xscale/ixp425/
Dixp425_timer.c67 bus_space_handle_t sc_ioh; member
113 &sc->sc_ioh)) in ixpclk_attach()
191 bus_space_write_4(sc->sc_iot, sc->sc_ioh, IXP425_OST_STATUS, in cpu_initclocks()
198 bus_space_write_4(sc->sc_iot, sc->sc_ioh, IXP425_OST_TIM0_RELOAD, in cpu_initclocks()
253 bus_space_write_4(sc->sc_iot, sc->sc_ioh, IXP425_OST_STATUS, in ixpclk_intr()
Dcambria_led.c47 bus_space_handle_t sc_ioh; member
59 bus_space_write_1(sc->sc_iot, sc->sc_ioh, 0, sc->sc_latch); in update_latch()
87 0, &sc->sc_ioh)) { in led_attach()
Dixp425_qmgr.c135 bus_space_handle_t sc_ioh; member
194 return bus_space_read_4(sc->sc_iot, sc->sc_ioh, off); in aqm_reg_read()
201 bus_space_write_4(sc->sc_iot, sc->sc_ioh, off, val); in aqm_reg_write()
223 0, &sc->sc_ioh)) in ixpqmgr_attach()
335 bus_space_unmap(sc->sc_iot, sc->sc_ioh, IXP425_QMGR_SIZE); in ixpqmgr_detach()
Davila_ata.c133 bus_space_handle_t sc_ioh; /* CS1/3 data registers */ member
185 0, &sc->sc_ioh)) in ata_avila_attach()
228 rman_set_bushandle(&sc->sc_ata, sc->sc_ioh); in ata_avila_attach()
Dixp425_npe.c108 bus_space_handle_t sc_ioh; member
239 uint32_t v = bus_space_read_4(sc->sc_iot, sc->sc_ioh, off); in npe_reg_read()
248 bus_space_write_4(sc->sc_iot, sc->sc_ioh, off, val); in npe_reg_write()
318 if (bus_space_map(sc->sc_iot, config->base, sc->sc_size, 0, &sc->sc_ioh)) in ixpnpe_attach()
355 bus_space_unmap(sc->sc_iot, sc->sc_ioh, sc->sc_size); in ixpnpe_detach()
/freebsd-9-stable/sys/dev/nsp/
Dnsp.c234 bus_space_handle_t bsh = sc->sc_ioh; in nsp_expect_signal()
263 bus_space_handle_t bsh = sc->sc_ioh;
310 bus_space_handle_t bsh = sc->sc_ioh;
323 bus_space_handle_t bsh = sc->sc_ioh;
343 bus_space_handle_t bsh = sc->sc_ioh;
366 bus_space_handle_t bsh = sc->sc_ioh;
521 bus_space_handle_t bsh = sc->sc_ioh;
603 bus_space_handle_t bsh = sc->sc_ioh;
662 bus_space_handle_t bsh = sc->sc_ioh;
677 bus_space_handle_t bsh = sc->sc_ioh;
[all …]
Dnspvar.h48 bus_space_handle_t sc_ioh; member
57 bus_space_handle_t sc_ioh; member
Dnsp_pccard.c280 sc->sc_ioh = rman_get_bushandle(sc->port_res); in nspattach()
/freebsd-9-stable/sys/dev/stg/
Dtmc18c30.c197 bus_space_write_1(sc->sc_iot, sc->sc_ioh, tmc_bctl, bcv); in stghw_bcr_write_1()
207 bus_space_handle_t ioh = sc->sc_ioh;
263 bus_space_handle_t ioh = sc->sc_ioh;
303 bus_space_write_1(sc->sc_iot, sc->sc_ioh, tmc_bctl, sc->sc_busimg);
312 bus_space_handle_t ioh = sc->sc_ioh;
327 bus_space_handle_t ioh = sc->sc_ioh;
385 bus_space_handle_t ioh = sc->sc_ioh;
489 bus_space_handle_t ioh = sc->sc_ioh;
555 bus_space_handle_t ioh = sc->sc_ioh;
648 bus_space_handle_t ioh = sc->sc_ioh;
[all …]
Dtmc18c30var.h50 bus_space_handle_t sc_ioh; member
58 bus_space_handle_t sc_ioh; member
Dtmc18c30_subr.c153 sc->sc_ioh = rman_get_bushandle(sc->port_res); in stg_attach()
/freebsd-9-stable/sys/dev/mse/
Dmse_cbus.c177 sc->sc_ioh = rman_get_bushandle(sc->sc_port); in mse_cbus_probe()
220 sc->sc_ioh = rman_get_bushandle(sc->sc_port); in mse_cbus_attach()
258 bus_space_write_1(sc->sc_iot, sc->sc_ioh, MODE, 0x93); in mse_probe98m()
262 bus_space_write_1(sc->sc_iot, sc->sc_ioh, INT, INT_DISABLE); in mse_probe98m()
264 bus_space_write_1(sc->sc_iot, sc->sc_ioh, HC, HC_NO_CLEAR); in mse_probe98m()
266 bus_space_write_1(sc->sc_iot, sc->sc_ioh, HC, HC_CLEAR); in mse_probe98m()
Dmse_isa.c217 sc->sc_ioh = rman_get_bushandle(sc->sc_port); in mse_isa_probe()
256 sc->sc_ioh = rman_get_bushandle(sc->sc_port); in mse_isa_attach()
296 bus_space_write_1(sc->sc_iot, sc->sc_ioh, MSE_PORTD, MSE_SETUP); in mse_probelogi()
298 bus_space_write_1(sc->sc_iot, sc->sc_ioh, MSE_PORTB, MSE_LOGI_SIG); in mse_probelogi()
301 sig = bus_space_read_1(sc->sc_iot, sc->sc_ioh, MSE_PORTB) & 0xFF; in mse_probelogi()
303 bus_space_write_1(sc->sc_iot, sc->sc_ioh, MSE_PORTC, in mse_probelogi()
372 if (bus_space_read_1(sc->sc_iot, sc->sc_ioh, MSE_PORTC) == 0xde) in mse_probeati()
Dmse.c180 (*sc->sc_enablemouse)(sc->sc_iot, sc->sc_ioh); in mseopen()
197 (*sc->sc_disablemouse)(sc->sc_iot, sc->sc_ioh); in mseclose()
461 (*sc->sc_getmouse)(sc->sc_iot, sc->sc_ioh, &dx, &dy, &but); in mseintr()
Dmsevar.h58 bus_space_handle_t sc_ioh; member
/freebsd-9-stable/sys/dev/snc/
Dif_snc.c80 sc->sc_ioh = rman_get_bushandle(res); in snc_alloc_port()
169 return snc_nec16_detectsubr(sc->sc_iot, sc->sc_ioh, in snc_probe()
193 snc_nec16_get_enaddr(sc->sc_iot, sc->sc_ioh, myea); in snc_attach()
Ddp83932subr.c189 bus_space_handle_t ioh = sc->sc_ioh; in snc_nec16_register_irq()
230 bus_space_handle_t ioh = sc->sc_ioh; in snc_nec16_register_mem()
482 bus_space_write_1(sc->sc_iot, sc->sc_ioh, SNEC_ADDR, reg); in snc_nec16_nic_get()
483 val = bus_space_read_2(sc->sc_iot, sc->sc_ioh, SNEC_CTRL); in snc_nec16_nic_get()
496 bus_space_write_1(sc->sc_iot, sc->sc_ioh, SNEC_ADDR, reg); in snc_nec16_nic_put()
497 bus_space_write_2(sc->sc_iot, sc->sc_ioh, SNEC_CTRL, val); in snc_nec16_nic_put()
509 bus_space_handle_t ioh = sc->sc_ioh; in snc_nec16_select_bank()
Ddp83932var.h122 bus_space_handle_t sc_ioh; /* io handle */ member
/freebsd-9-stable/sys/i386/bios/
Dapm.h32 bus_space_handle_t sc_ioh; member

12