Lines Matching refs:comphy_mode

122 						uint32_t comphy_mode)  in mvebu_a3700_comphy_set_phy_selector()  argument
125 int mode = COMPHY_GET_MODE(comphy_mode); in mvebu_a3700_comphy_set_phy_selector()
288 uint32_t comphy_mode) in mvebu_a3700_comphy_sata_power_on() argument
293 int invert = COMPHY_GET_POLARITY_INVERT(comphy_mode); in mvebu_a3700_comphy_sata_power_on()
298 ret = mvebu_a3700_comphy_set_phy_selector(comphy_index, comphy_mode); in mvebu_a3700_comphy_sata_power_on()
371 uint32_t comphy_mode) in mvebu_a3700_comphy_sgmii_power_on() argument
377 int mode = COMPHY_GET_MODE(comphy_mode); in mvebu_a3700_comphy_sgmii_power_on()
378 int invert = COMPHY_GET_POLARITY_INVERT(comphy_mode); in mvebu_a3700_comphy_sgmii_power_on()
383 ret = mvebu_a3700_comphy_set_phy_selector(comphy_index, comphy_mode); in mvebu_a3700_comphy_sgmii_power_on()
611 uint32_t comphy_mode) in mvebu_a3700_comphy_usb3_power_on() argument
619 int invert = COMPHY_GET_POLARITY_INVERT(comphy_mode); in mvebu_a3700_comphy_usb3_power_on()
624 ret = mvebu_a3700_comphy_set_phy_selector(comphy_index, comphy_mode); in mvebu_a3700_comphy_usb3_power_on()
809 uint32_t comphy_mode) in mvebu_a3700_comphy_pcie_power_on() argument
814 int invert = COMPHY_GET_POLARITY_INVERT(comphy_mode); in mvebu_a3700_comphy_pcie_power_on()
819 ret = mvebu_a3700_comphy_set_phy_selector(comphy_index, comphy_mode); in mvebu_a3700_comphy_pcie_power_on()
907 int mvebu_3700_comphy_power_on(uint8_t comphy_index, uint32_t comphy_mode) in mvebu_3700_comphy_power_on() argument
909 int mode = COMPHY_GET_MODE(comphy_mode); in mvebu_3700_comphy_power_on()
917 comphy_mode); in mvebu_3700_comphy_power_on()
922 comphy_mode); in mvebu_3700_comphy_power_on()
927 comphy_mode); in mvebu_3700_comphy_power_on()
931 comphy_mode); in mvebu_3700_comphy_power_on()
978 int mvebu_3700_comphy_power_off(uint8_t comphy_index, uint32_t comphy_mode) in mvebu_3700_comphy_power_off() argument
980 int mode = COMPHY_GET_MODE(comphy_mode); in mvebu_3700_comphy_power_off()
1043 int mvebu_3700_comphy_is_pll_locked(uint8_t comphy_index, uint32_t comphy_mode) in mvebu_3700_comphy_is_pll_locked() argument
1045 int mode = COMPHY_GET_MODE(comphy_mode); in mvebu_3700_comphy_is_pll_locked()