ahci_read         485 dev/pci/ahci.c u_int32_t		ahci_read(struct ahci_softc *, bus_size_t);
ahci_read         615 dev/pci/ahci.c 	cap = ahci_read(sc, AHCI_REG_CAP);
ahci_read         639 dev/pci/ahci.c 	pi = ahci_read(sc, AHCI_REG_PI);
ahci_read         651 dev/pci/ahci.c 		ccc_ctl = ahci_read(sc, AHCI_REG_CCC_CTL);
ahci_read         767 dev/pci/ahci.c 	DPRINTF(AHCI_D_VERBOSE, " GHC 0x%b", ahci_read(sc, AHCI_REG_GHC),
ahci_read         771 dev/pci/ahci.c 	cap = ahci_read(sc, AHCI_REG_CAP);
ahci_read         774 dev/pci/ahci.c 	pi = ahci_read(sc, AHCI_REG_PI);
ahci_read         776 dev/pci/ahci.c 	if (ISSET(AHCI_REG_GHC_AE, ahci_read(sc, AHCI_REG_GHC))) {
ahci_read         794 dev/pci/ahci.c 	reg = ahci_read(sc, AHCI_REG_VS);
ahci_read        1139 dev/pci/ahci.c 	if (!ISSET(ahci_read(sc, AHCI_REG_CAP), AHCI_REG_CAP_SCLO))
ahci_read        1202 dev/pci/ahci.c 		    ISSET(ahci_read(ap->ap_sc, AHCI_REG_CAP), AHCI_REG_CAP_SCLO)
ahci_read        1563 dev/pci/ahci.c 	is = ahci_read(sc, AHCI_REG_IS);
ahci_read        2105 dev/pci/ahci.c 		if ((ahci_read(sc, r) & mask) != target)