Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/uart/
HDuart_bus_pci.c69 uint16_t subven; member
213 uint16_t device, subdev, subven, vendor; in uart_pci_match() local
222 if (id->subven == 0xffff) in uart_pci_match()
224 subven = pci_get_subvendor(dev); in uart_pci_match()
227 (id->subven != subven || id->subdev != subdev)) in uart_pci_match()