Home
last modified time | relevance | path

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

/freebsd/sys/dev/gem/
H A Dif_gem_pci.c223 #define GEM_ROM_READ_1(sc, offs) \ in gem_pci_attach() macro
257 if (PCI_VPDRES_ISLARGE(GEM_ROM_READ_1(sc, in gem_pci_attach()
259 PCI_VPDRES_LARGE_NAME(GEM_ROM_READ_1(sc, in gem_pci_attach()
261 ((GEM_ROM_READ_1(sc, j + PCI_VPDRES_LARGE_LEN_LSB) << 8) | in gem_pci_attach()
262 GEM_ROM_READ_1(sc, j + PCI_VPDRES_LARGE_LEN_MSB)) != in gem_pci_attach()
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()