Lines Matching refs:phy_desc
435 struct asd_manuf_phy_desc phy_desc[ASD_MAX_PHYS];
506 struct asd_nd_phy_desc phy_desc[];
772 dflt_phy_param.phy_desc[i].state = 0;
773 dflt_phy_param.phy_desc[i].phy_id = i;
774 dflt_phy_param.phy_desc[i].phy_control_0 = 0xf6;
775 dflt_phy_param.phy_desc[i].phy_control_1 = 0x10;
776 dflt_phy_param.phy_desc[i].phy_control_2 = 0x43;
777 dflt_phy_param.phy_desc[i].phy_control_3 = 0xeb;
793 struct asd_manuf_phy_desc *pd = &phy_param->phy_desc[i];
809 asd_ha->hw_prof.phy_desc[i].phy_control_0 = pd->phy_control_0;
810 asd_ha->hw_prof.phy_desc[i].phy_control_1 = pd->phy_control_1;
811 asd_ha->hw_prof.phy_desc[i].phy_control_2 = pd->phy_control_2;
812 asd_ha->hw_prof.phy_desc[i].phy_control_3 = pd->phy_control_3;
933 memcpy(asd_ha->hw_prof.phy_desc[i].sas_addr, pe->sas_addr,
935 asd_ha->hw_prof.phy_desc[i].max_sas_lrate =
937 asd_ha->hw_prof.phy_desc[i].min_sas_lrate =
939 asd_ha->hw_prof.phy_desc[i].max_sata_lrate =
941 asd_ha->hw_prof.phy_desc[i].min_sata_lrate =
943 asd_ha->hw_prof.phy_desc[i].flags = pe->flags;
947 SAS_ADDR(asd_ha->hw_prof.phy_desc[i].sas_addr),
948 asd_ha->hw_prof.phy_desc[i].max_sas_lrate,
949 asd_ha->hw_prof.phy_desc[i].min_sas_lrate,
950 asd_ha->hw_prof.phy_desc[i].max_sata_lrate,
951 asd_ha->hw_prof.phy_desc[i].min_sata_lrate,
952 asd_ha->hw_prof.phy_desc[i].flags);