Lines Matching refs:dflt_phy_param
777 struct asd_manuf_phy_param dflt_phy_param; in asd_ms_get_phy_params() local
783 dflt_phy_param.sig[0] = 'P'; in asd_ms_get_phy_params()
784 dflt_phy_param.sig[1] = 'M'; in asd_ms_get_phy_params()
785 dflt_phy_param.maj = 0; in asd_ms_get_phy_params()
786 dflt_phy_param.min = 2; in asd_ms_get_phy_params()
787 dflt_phy_param.num_phy_desc = 8; in asd_ms_get_phy_params()
788 dflt_phy_param.phy_desc_size = sizeof(struct asd_manuf_phy_desc); in asd_ms_get_phy_params()
790 dflt_phy_param.phy_desc[i].state = 0; in asd_ms_get_phy_params()
791 dflt_phy_param.phy_desc[i].phy_id = i; in asd_ms_get_phy_params()
792 dflt_phy_param.phy_desc[i].phy_control_0 = 0xf6; in asd_ms_get_phy_params()
793 dflt_phy_param.phy_desc[i].phy_control_1 = 0x10; in asd_ms_get_phy_params()
794 dflt_phy_param.phy_desc[i].phy_control_2 = 0x43; in asd_ms_get_phy_params()
795 dflt_phy_param.phy_desc[i].phy_control_3 = 0xeb; in asd_ms_get_phy_params()
798 phy_param = &dflt_phy_param; in asd_ms_get_phy_params()