Searched refs:uart_type (Results 1 – 3 of 3) sorted by relevance
159 (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()
185 int uart_type; member
334 cis->funce.serial.uart_type = tuple[3] & 0x1f; in parse_tuple()