Home
last modified time | relevance | path

Searched refs:uart_type (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/cardbus/
H A Dcom_cardbus.c128 (ca->ca_cis.funce.serial.uart_type == 0 || /* 8250 */ in com_cardbus_match()
129 ca->ca_cis.funce.serial.uart_type == 1 || /* 16450 */ in com_cardbus_match()
130 ca->ca_cis.funce.serial.uart_type == 2)) /* 16550 */ in com_cardbus_match()
H A Dcardbusvar.h192 int uart_type; member
H A Dcardbus.c373 cis->funce.serial.uart_type = tuple[3] & 0x1f; in parse_tuple()