HomeSort by: relevance | last modified time | path
    Searched refs:cr_iot (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/mips/alchemy/dev/
com_aubus.c 143 bus_space_write_1(sc->sc_regs.cr_iot, sc->sc_regs.cr_ioh, AUCOM_MODCTL,
171 bus_space_write_1(sc->sc_regs.cr_iot, sc->sc_regs.cr_ioh,
  /src/sys/dev/ic/
com.c 153 bus_space_write_2((r)->cr_iot, (r)->cr_ioh, (r)->cr_map[o], v)
155 bus_space_read_2((r)->cr_iot, (r)->cr_ioh, (r)->cr_map[o])
291 bus_space_barrier((r)->cr_iot, (r)->cr_ioh, 0, (r)->cr_nports, (f))
320 return bus_space_read_1(regs->cr_iot, regs->cr_ioh, reg);
330 bus_space_write_1(regs->cr_iot, regs->cr_ioh, reg, val);
341 bus_space_write_multi_1(regs->cr_iot, regs->cr_ioh, reg, datap, count);
351 return bus_space_read_4(regs->cr_iot, regs->cr_ioh, reg) & 0xff;
361 bus_space_write_4(regs->cr_iot, regs->cr_ioh, reg, val);
373 bus_space_write_4(regs->cr_iot, regs->cr_ioh, reg, *datap++);
389 regs->cr_iot = st
    [all...]
comvar.h 109 bus_space_tag_t cr_iot; /* If this device is directly connected to the computer bus. */ member in struct:com_regs
  /src/sys/dev/isa/
com_isa.c 266 bus_space_unmap(cr->cr_iot, sc->sc_hayespioh, HAYESP_NPORTS);
268 bus_space_unmap(cr->cr_iot, cr->cr_ioh, COM_NPORTS);
279 bus_space_tag_t iot = sc->sc_regs.cr_iot;
  /src/sys/arch/sandpoint/sandpoint/
com_eumb.c 136 cnregs.cr_iot = tag;
  /src/sys/arch/mips/cavium/dev/
octeon_uart.c 161 bus_space_read_1(regsp->cr_iot, regsp->cr_ioh,
  /src/sys/arch/sparc/dev/
com_obio.c 217 (void)bus_intr_establish(sc->sc_regs.cr_iot, sa->sa_pri,
  /src/sys/dev/fdt/
ns8250_uart.c 71 bus_space_read_1(regsp->cr_iot, regsp->cr_ioh, NS8250_OCTEON_USR_REG);
  /src/sys/dev/cardbus/
com_cardbus.c 334 Cardbus_mapreg_unmap(csc->cc_ct, csc->cc_reg, sc->sc_regs.cr_iot,

Completed in 136 milliseconds