Searched refs:phy_desc (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic94xx/
H A Daic94xx_sds.c453 struct asd_manuf_phy_desc phy_desc[ASD_MAX_PHYS]; member in struct:asd_manuf_phy_param
487 struct asd_nd_phy_desc phy_desc[0]; member in struct:asd_ms_node_desc
753 dflt_phy_param.phy_desc[i].state = 0;
754 dflt_phy_param.phy_desc[i].phy_id = i;
755 dflt_phy_param.phy_desc[i].phy_control_0 = 0xf6;
756 dflt_phy_param.phy_desc[i].phy_control_1 = 0x10;
757 dflt_phy_param.phy_desc[i].phy_control_2 = 0x43;
758 dflt_phy_param.phy_desc[i].phy_control_3 = 0xeb;
774 struct asd_manuf_phy_desc *pd = &phy_param->phy_desc[i];
790 asd_ha->hw_prof.phy_desc[
[all...]
H A Daic94xx_hwi.c58 if (asd_ha->hw_prof.phy_desc[i].sas_addr[0] == 0)
64 memcpy(asd_ha->hw_prof.phy_desc[i].sas_addr,
82 memcpy(phy->identify_frame->sas_addr, phy->phy_desc->sas_addr,
138 phy->phy_desc = &asd_ha->hw_prof.phy_desc[i];
143 phy->sas_phy.sas_addr = &phy->phy_desc->sas_addr[0];
1322 phy->phy_desc->phy_control_0);
1324 phy->phy_desc->phy_control_1);
1326 phy->phy_desc->phy_control_2);
1328 phy->phy_desc
[all...]
H A Daic94xx_scb.c75 sas_phy->maximum_linkrate = phy->phy_desc->max_sas_lrate;
76 sas_phy->minimum_linkrate = phy->phy_desc->min_sas_lrate;
159 u64 addr = be64_to_cpu(*(__be64 *)phy->phy_desc->sas_addr);
791 set_speed_mask(&control_phy->speed_mask, phy->phy_desc);
808 if (phy->phy_desc->flags & ASD_SATA_SPINUP_HOLD)
865 struct asd_phy_desc *pd = asd_ha->phys[phy->id].phy_desc;
H A Daic94xx_init.c247 asd_ha->hw_prof.phy_desc[i].max_sas_lrate =
249 asd_ha->hw_prof.phy_desc[i].min_sas_lrate =
251 asd_ha->hw_prof.phy_desc[i].max_sata_lrate =
253 asd_ha->hw_prof.phy_desc[i].min_sata_lrate =
H A Daic94xx_hwi.h112 struct asd_phy_desc phy_desc[ASD_MAX_PHYS]; member in struct:hw_profile
H A Daic94xx_sas.h733 struct asd_phy_desc *phy_desc; /* hw profile */ member in struct:asd_phy
H A Daic94xx_seq.c1056 sas_addr = asd_ha->phys[lseq].phy_desc->sas_addr;

Completed in 211 milliseconds