Lines Matching defs:hd64465uart_chip
58 STATIC struct hd64465uart_chip {
62 } hd64465uart_chip;
67 struct hd64465uart_chip *sc_chip;
111 comcnattach(hd64465uart_chip.io_tag, 0x0, COMCN_SPEED, COM_FREQ,
114 hd64465uart_chip.console = 1;
125 if (hd64465uart_chip.console)
130 if (com_kgdb_attach(hd64465uart_chip.io_tag, 0x0, kgdb_rate,
157 sc->sc_chip = &hd64465uart_chip;
189 if (hd64465uart_chip.io_tag)
192 hd64465uart_chip.io_tag = bus_space_create(
193 &hd64465uart_chip.__tag_body, "HD64465 UART I/O",
197 hd64465uart_chip.io_tag->hbs_r_1 = hd64465uart_read_1;
198 hd64465uart_chip.io_tag->hbs_w_1 = hd64465uart_write_1;