Home
last modified time | relevance | path

Searched refs:dflt_phy_param (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/scsi/aic94xx/
H A Daic94xx_sds.c763 struct asd_manuf_phy_param dflt_phy_param; in asd_ms_get_phy_params() local
769 dflt_phy_param.sig[0] = 'P'; in asd_ms_get_phy_params()
770 dflt_phy_param.sig[1] = 'M'; in asd_ms_get_phy_params()
771 dflt_phy_param.maj = 0; in asd_ms_get_phy_params()
772 dflt_phy_param.min = 2; in asd_ms_get_phy_params()
773 dflt_phy_param.num_phy_desc = 8; in asd_ms_get_phy_params()
776 dflt_phy_param.phy_desc[i].state = 0; in asd_ms_get_phy_params()
777 dflt_phy_param.phy_desc[i].phy_id = i; in asd_ms_get_phy_params()
778 dflt_phy_param.phy_desc[i].phy_control_0 = 0xf6; in asd_ms_get_phy_params()
779 dflt_phy_param.phy_desc[i].phy_control_1 = 0x10; in asd_ms_get_phy_params()
[all …]