phy_ready_mask    887 drivers/scsi/isci/host.c 		    (ihost->port_agent.phy_ready_mask != ihost->port_agent.phy_configured_mask))
phy_ready_mask    117 drivers/scsi/isci/host.h 	u16 phy_ready_mask;
phy_ready_mask    341 drivers/scsi/isci/port_config.c 	configure_phy_mask = ~port_agent->phy_configured_mask & port_agent->phy_ready_mask;
phy_ready_mask    369 drivers/scsi/isci/port_config.c 	port_agent->phy_ready_mask |= (1 << iphy->phy_index);
phy_ready_mask    406 drivers/scsi/isci/port_config.c 		port_agent->phy_ready_mask &= ~(1 << iphy->phy_index);
phy_ready_mask    416 drivers/scsi/isci/port_config.c 		    (port_agent->phy_ready_mask != 0x0000) &&
phy_ready_mask    612 drivers/scsi/isci/port_config.c 		port_agent->phy_ready_mask |= 1 << phy_index;
phy_ready_mask    617 drivers/scsi/isci/port_config.c 		port_agent->phy_ready_mask |= 1 << phy_index;
phy_ready_mask    641 drivers/scsi/isci/port_config.c 	port_agent->phy_ready_mask &= ~(1 << iphy->phy_index);
phy_ready_mask    675 drivers/scsi/isci/port_config.c 	configure_phy_mask = ~port_agent->phy_configured_mask & port_agent->phy_ready_mask;
phy_ready_mask    713 drivers/scsi/isci/port_config.c 	port_agent->phy_ready_mask = 0x00;