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

  /src/sys/arch/hpcsh/dev/hd64461/
hd64461uart.c 61 STATIC struct hd64461uart_chip { struct
65 } hd64461uart_chip; variable in typeref:struct:hd64461uart_chip
70 struct hd64461uart_chip *sc_chip;
120 hd64461uart_init_regs(&regs, hd64461uart_chip.io_tag, 0x0, 0x0);
123 hd64461uart_chip.console = 1;
138 if (hd64461uart_chip.console)
143 hd64461uart_init_regs(&regs, hd64461uart_chip.io_tag, 0x0, 0x0);
174 sc->sc_chip = &hd64461uart_chip;
214 if (hd64461uart_chip.io_tag)
217 hd64461uart_chip.io_tag = bus_space_create
    [all...]
hd64461uart.c 61 STATIC struct hd64461uart_chip { struct
65 } hd64461uart_chip; variable in typeref:struct:hd64461uart_chip
70 struct hd64461uart_chip *sc_chip;
120 hd64461uart_init_regs(&regs, hd64461uart_chip.io_tag, 0x0, 0x0);
123 hd64461uart_chip.console = 1;
138 if (hd64461uart_chip.console)
143 hd64461uart_init_regs(&regs, hd64461uart_chip.io_tag, 0x0, 0x0);
174 sc->sc_chip = &hd64461uart_chip;
214 if (hd64461uart_chip.io_tag)
217 hd64461uart_chip.io_tag = bus_space_create
    [all...]

Completed in 20 milliseconds