ap_sc             334 dev/pci/ahci.c 	struct ahci_softc	*ap_sc;
ap_sc             373 dev/pci/ahci.c #define PORTNAME(_ap)	DEVNAME((_ap)->ap_sc)
ap_sc             848 dev/pci/ahci.c 	ap->ap_sc = sc;
ap_sc            1041 dev/pci/ahci.c 	if (ap->ap_sc) {
ap_sc            1081 dev/pci/ahci.c 	if (ap->ap_sc->sc_ccc_ports & (1 << ap->ap_num)) {
ap_sc            1082 dev/pci/ahci.c 		ap->ap_sc->sc_ccc_ports_cur |= (1 << ap->ap_num);
ap_sc            1083 dev/pci/ahci.c 		ahci_write(ap->ap_sc, AHCI_REG_CCC_PORTS,
ap_sc            1084 dev/pci/ahci.c 		    ap->ap_sc->sc_ccc_ports_cur);
ap_sc            1106 dev/pci/ahci.c 	if (ap->ap_sc->sc_ccc_ports & (1 << ap->ap_num)) {
ap_sc            1107 dev/pci/ahci.c 		ap->ap_sc->sc_ccc_ports_cur &= ~(1 << ap->ap_num);
ap_sc            1108 dev/pci/ahci.c 		ahci_write(ap->ap_sc, AHCI_REG_CCC_PORTS,
ap_sc            1109 dev/pci/ahci.c 		    ap->ap_sc->sc_ccc_ports_cur);
ap_sc            1135 dev/pci/ahci.c 	struct ahci_softc		*sc = ap->ap_sc;
ap_sc            1202 dev/pci/ahci.c 		    ISSET(ahci_read(ap->ap_sc, AHCI_REG_CAP), AHCI_REG_CAP_SCLO)
ap_sc            1326 dev/pci/ahci.c 	struct ahci_softc		*sc = ap->ap_sc;
ap_sc            1382 dev/pci/ahci.c 	struct ahci_softc		*sc = ap->ap_sc;
ap_sc            1432 dev/pci/ahci.c 	struct ahci_softc		*sc = ap->ap_sc;
ap_sc            1596 dev/pci/ahci.c 	struct ahci_softc		*sc = ap->ap_sc;
ap_sc            2116 dev/pci/ahci.c 	bus_space_barrier(ap->ap_sc->sc_iot, ap->ap_ioh, r, 4,
ap_sc            2118 dev/pci/ahci.c 	return (bus_space_read_4(ap->ap_sc->sc_iot, ap->ap_ioh, r));
ap_sc            2124 dev/pci/ahci.c 	bus_space_write_4(ap->ap_sc->sc_iot, ap->ap_ioh, r, v);
ap_sc            2125 dev/pci/ahci.c 	bus_space_barrier(ap->ap_sc->sc_iot, ap->ap_ioh, r, 4,