HomeSort by: relevance | last modified time | path
    Searched defs:io_tag (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hpcsh/dev/hd64461/
hd64461uart.c 63 bus_space_tag_t io_tag; member in struct:hd64461uart_chip
120 hd64461uart_init_regs(&regs, hd64461uart_chip.io_tag, 0x0, 0x0);
143 hd64461uart_init_regs(&regs, hd64461uart_chip.io_tag, 0x0, 0x0);
181 bus_space_map(sc->sc_chip->io_tag, 0x0, 8, 0, &ioh);
183 hd64461uart_init_regs(&csc->sc_regs, sc->sc_chip->io_tag, ioh, 0x0);
214 if (hd64461uart_chip.io_tag)
217 hd64461uart_chip.io_tag = bus_space_create(
  /src/sys/arch/hpcsh/dev/hd64465/
hd64465uart.c 60 bus_space_tag_t io_tag; member in struct:hd64465uart_chip
111 comcnattach(hd64465uart_chip.io_tag, 0x0, COMCN_SPEED, COM_FREQ,
130 if (com_kgdb_attach(hd64465uart_chip.io_tag, 0x0, kgdb_rate,
164 bus_space_map(sc->sc_chip->io_tag, 0, 8, 0, &ioh);
165 com_init_regs(&csc->sc_regs, sc->sc_chip->io_tag, ioh, 0);
189 if (hd64465uart_chip.io_tag)
192 hd64465uart_chip.io_tag = bus_space_create(
197 hd64465uart_chip.io_tag->hbs_r_1 = hd64465uart_read_1;
198 hd64465uart_chip.io_tag->hbs_w_1 = hd64465uart_write_1;

Completed in 12 milliseconds