Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/uart/
Duart_bus_pci.c71 uint16_t subven; member
193 uint16_t device, subdev, subven, vendor; in uart_pci_match() local
202 if (id->subven == 0xffff) in uart_pci_match()
204 subven = pci_get_subvendor(dev); in uart_pci_match()
207 (id->subven != subven || id->subdev != subdev)) in uart_pci_match()