Home
last modified time | relevance | path

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

/freebsd/sys/dev/gem/
H A Dif_gem_pci.c216 #define PCI_VPDRES_LARGE_SIZE 0x03 in gem_pci_attach() macro
264 GEM_ROM_READ_1(sc, j + PCI_VPDRES_LARGE_SIZE + PCI_VPD_KEY0) != in gem_pci_attach()
266 GEM_ROM_READ_1(sc, j + PCI_VPDRES_LARGE_SIZE + PCI_VPD_KEY1) != in gem_pci_attach()
268 GEM_ROM_READ_1(sc, j + PCI_VPDRES_LARGE_SIZE + PCI_VPD_LEN) != in gem_pci_attach()
270 GEM_ROM_READ_1(sc, j + PCI_VPDRES_LARGE_SIZE + PCI_VPD_SIZE + in gem_pci_attach()
276 GEM_PCI_ROM_OFFSET + j + PCI_VPDRES_LARGE_SIZE + PCI_VPD_SIZE, in gem_pci_attach()
/freebsd/sys/dev/cas/
H A Dif_cas.c2719 #define PCI_VPDRES_LARGE_SIZE 0x03 in cas_pci_attach() macro
2774 j += PCI_VPDRES_LARGE_SIZE + i; in cas_pci_attach()
2777 for (j += PCI_VPDRES_LARGE_SIZE; i > 0; in cas_pci_attach()