Lines Matching refs:status1
1174 u_int status1; in ahc_pci_test_register_access() local
1224 status1 = ahc_pci_read_config(ahc->dev_softc, in ahc_pci_test_register_access()
1227 status1, /*bytes*/1); in ahc_pci_test_register_access()
1236 status1 = ahc_pci_read_config(ahc->dev_softc, in ahc_pci_test_register_access()
1238 if ((status1 & STA) != 0) in ahc_pci_test_register_access()
1245 status1 = ahc_pci_read_config(ahc->dev_softc, in ahc_pci_test_register_access()
1248 status1, /*bytes*/1); in ahc_pci_test_register_access()
1931 u_int status1; in ahc_pci_intr() local
1937 status1 = ahc_pci_read_config(ahc->dev_softc, in ahc_pci_intr()
1944 if (status1 & DPE) { in ahc_pci_intr()
1949 if (status1 & SSE) { in ahc_pci_intr()
1952 if (status1 & RMA) { in ahc_pci_intr()
1955 if (status1 & RTA) { in ahc_pci_intr()
1958 if (status1 & STA) { in ahc_pci_intr()
1961 if (status1 & DPR) { in ahc_pci_intr()
1968 status1, /*bytes*/1); in ahc_pci_intr()
1970 if ((status1 & (DPE|SSE|RMA|RTA|STA|DPR)) == 0) { in ahc_pci_intr()