Searched refs:PCI_QUIRK_MAP_REG (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/dev/pci/
H A Dpci.c218 #define PCI_QUIRK_MAP_REG 1 /* PCI map register in weird place */ macro
230 { 0x71138086, PCI_QUIRK_MAP_REG, 0x90, 0 },
231 { 0x719b8086, PCI_QUIRK_MAP_REG, 0x90, 0 },
233 { 0x02001166, PCI_QUIRK_MAP_REG, 0x90, 0 },
3838 if (q->devid == devid && q->type == PCI_QUIRK_MAP_REG)

Completed in 102 milliseconds