| /freebsd-9-stable/sys/arm/sa11x0/ |
| D | sa11x0_ost.c | 81 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 …]
|
| D | sa11x0.c | 164 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()
|
| D | sa11x0_var.h | 46 bus_space_handle_t sc_ioh; member
|
| D | sa11x0_irqhandler.c | 108 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/ |
| D | ncr53c500.c | 351 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 …]
|
| D | ncr53c500var.h | 48 bus_space_handle_t sc_ioh; member 56 bus_space_handle_t sc_ioh; member
|
| /freebsd-9-stable/sys/arm/xscale/ixp425/ |
| D | ixp425_timer.c | 67 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()
|
| D | cambria_led.c | 47 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()
|
| D | ixp425_qmgr.c | 135 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()
|
| D | avila_ata.c | 133 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()
|
| D | ixp425_npe.c | 108 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/ |
| D | nsp.c | 234 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 …]
|
| D | nspvar.h | 48 bus_space_handle_t sc_ioh; member 57 bus_space_handle_t sc_ioh; member
|
| D | nsp_pccard.c | 280 sc->sc_ioh = rman_get_bushandle(sc->port_res); in nspattach()
|
| /freebsd-9-stable/sys/dev/stg/ |
| D | tmc18c30.c | 197 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 …]
|
| D | tmc18c30var.h | 50 bus_space_handle_t sc_ioh; member 58 bus_space_handle_t sc_ioh; member
|
| D | tmc18c30_subr.c | 153 sc->sc_ioh = rman_get_bushandle(sc->port_res); in stg_attach()
|
| /freebsd-9-stable/sys/dev/mse/ |
| D | mse_cbus.c | 177 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()
|
| D | mse_isa.c | 217 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()
|
| D | mse.c | 180 (*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()
|
| D | msevar.h | 58 bus_space_handle_t sc_ioh; member
|
| /freebsd-9-stable/sys/dev/snc/ |
| D | if_snc.c | 80 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()
|
| D | dp83932subr.c | 189 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()
|
| D | dp83932var.h | 122 bus_space_handle_t sc_ioh; /* io handle */ member
|
| /freebsd-9-stable/sys/i386/bios/ |
| D | apm.h | 32 bus_space_handle_t sc_ioh; member
|