| /src/sys/arch/mips/alchemy/dev/ |
| com_aubus.c | 99 &sc->sc_regs.cr_ioh) != 0) { 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/arch/mips/cavium/dev/ |
| octeon_uart.c | 130 &sc_com->sc_regs.cr_ioh); 161 bus_space_read_1(regsp->cr_iot, regsp->cr_ioh,
|
| /src/sys/arch/sandpoint/sandpoint/ |
| com_eumb.c | 93 cnregs.cr_ioh = ioh;
|
| /src/sys/arch/mips/atheros/dev/ |
| com_arbus.c | 169 if (com_is_console(aa->aa_bst, aa->aa_addr, ®s.cr_ioh))
|
| /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/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++); 390 regs->cr_ioh = sh [all...] |
| comvar.h | 110 bus_space_handle_t cr_ioh; member in struct:com_regs
|
| /src/sys/arch/mips/rmi/ |
| rmixl_com.c | 237 if (com_is_console(bst, addr, ®s.cr_ioh))
|
| /src/sys/dev/isa/ |
| com_isa.c | 268 bus_space_unmap(cr->cr_iot, cr->cr_ioh, COM_NPORTS);
|
| /src/sys/dev/cardbus/ |
| com_cardbus.c | 335 sc->sc_regs.cr_ioh, csc->cc_size);
|