Home
last modified time | relevance | path

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

/freebsd/sys/dev/uart/
H A Duart_bus_pci.c69 uint16_t subven; member
221 uint16_t device, subdev, subven, vendor; in uart_pci_match() local
230 if (id->subven == 0xffff) in uart_pci_match()
232 subven = pci_get_subvendor(dev); in uart_pci_match()
235 (id->subven != subven || id->subdev != subdev)) in uart_pci_match()