phys_granted_power 1753 drivers/scsi/isci/host.c 	ihost->power_control.phys_granted_power = 0;
phys_granted_power 1769 drivers/scsi/isci/host.c 		if (ihost->power_control.phys_granted_power >= max_spin_up(ihost))
phys_granted_power 1774 drivers/scsi/isci/host.c 		ihost->power_control.phys_granted_power++;
phys_granted_power 1819 drivers/scsi/isci/host.c 	if (ihost->power_control.phys_granted_power < max_spin_up(ihost)) {
phys_granted_power 1820 drivers/scsi/isci/host.c 		ihost->power_control.phys_granted_power++;
phys_granted_power 2132 drivers/scsi/isci/host.c 	ihost->power_control.phys_granted_power = 0;
phys_granted_power   98 drivers/scsi/isci/host.h 	u8 phys_granted_power;