Lines Matching refs:rev
2056 uint8_t rev; in ahc_aic785X_setup() local
2063 rev = ahc_pci_read_config(pci, PCIR_REVID, /*bytes*/1); in ahc_aic785X_setup()
2064 if (rev >= 1) in ahc_aic785X_setup()
2074 uint8_t rev; in ahc_aic7860_setup() local
2081 rev = ahc_pci_read_config(pci, PCIR_REVID, /*bytes*/1); in ahc_aic7860_setup()
2082 if (rev >= 1) in ahc_aic7860_setup()
2179 uint8_t rev; in ahc_aic7880_setup() local
2186 rev = ahc_pci_read_config(pci, PCIR_REVID, /*bytes*/1); in ahc_aic7880_setup()
2187 if (rev >= 1) { in ahc_aic7880_setup()
2251 uint8_t rev; in ahc_aic7890_setup() local
2258 rev = ahc_pci_read_config(pci, PCIR_REVID, /*bytes*/1); in ahc_aic7890_setup()
2259 if (rev == 0) in ahc_aic7890_setup()
2282 uint8_t rev; in ahc_aic7895_setup() local
2289 rev = ahc_pci_read_config(pci, PCIR_REVID, /*bytes*/1); in ahc_aic7895_setup()
2290 if (rev >= 4) { in ahc_aic7895_setup()