Lines Matching defs:rev
2049 uint8_t rev;
2056 rev = ahc_pci_read_config(pci, PCIR_REVID, /*bytes*/1);
2057 if (rev >= 1)
2067 uint8_t rev;
2074 rev = ahc_pci_read_config(pci, PCIR_REVID, /*bytes*/1);
2075 if (rev >= 1)
2172 uint8_t rev;
2179 rev = ahc_pci_read_config(pci, PCIR_REVID, /*bytes*/1);
2180 if (rev >= 1) {
2244 uint8_t rev;
2251 rev = ahc_pci_read_config(pci, PCIR_REVID, /*bytes*/1);
2252 if (rev == 0)
2275 uint8_t rev;
2282 rev = ahc_pci_read_config(pci, PCIR_REVID, /*bytes*/1);
2283 if (rev >= 4) {