Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/cardbus/
H A Dcom_cardbus.c159 (ca->ca_cis.funce.serial.uart_type == 0 || /* 8250 */ in com_cardbus_match()
160 ca->ca_cis.funce.serial.uart_type == 1 || /* 16450 */ in com_cardbus_match()
161 ca->ca_cis.funce.serial.uart_type == 2)) /* 16550 */ in com_cardbus_match()
H A Dcardbusvar.h185 int uart_type; member
H A Dcardbus.c334 cis->funce.serial.uart_type = tuple[3] & 0x1f; in parse_tuple()