Home
last modified time | relevance | path

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

/freebsd/sys/dev/cas/
H A Dif_cas.c2727 #define CAS_ROM_READ_1(sc, offs) \ in cas_pci_attach() macro
2762 if (PCI_VPDRES_ISLARGE(CAS_ROM_READ_1(sc, in cas_pci_attach()
2768 i = (CAS_ROM_READ_1(sc, j + PCI_VPDRES_LARGE_LEN_MSB) << 8) | in cas_pci_attach()
2769 CAS_ROM_READ_1(sc, j + PCI_VPDRES_LARGE_LEN_LSB); in cas_pci_attach()
2770 switch (PCI_VPDRES_LARGE_NAME(CAS_ROM_READ_1(sc, in cas_pci_attach()
2778 i -= PCI_VPD_SIZE + CAS_ROM_READ_1(sc, j + PCI_VPD_LEN), in cas_pci_attach()
2779 j += PCI_VPD_SIZE + CAS_ROM_READ_1(sc, j + PCI_VPD_LEN)) { in cas_pci_attach()
2780 if (CAS_ROM_READ_1(sc, j + PCI_VPD_KEY0) != 'Z') in cas_pci_attach()
2783 if (CAS_ROM_READ_1(sc, j + PCI_VPD_SIZE) != 'I') in cas_pci_attach()
2786 if (CAS_ROM_READ_1(sc, j + PCI_VPD_SIZE + 3) == 'B') { in cas_pci_attach()
[all …]