• Home
  • Raw
  • Download

Lines Matching refs:comphy_mode

144 						uint32_t comphy_mode)  in mvebu_a3700_comphy_set_phy_selector()  argument
147 int mode = COMPHY_GET_MODE(comphy_mode); in mvebu_a3700_comphy_set_phy_selector()
299 uint32_t comphy_mode) in mvebu_a3700_comphy_sata_power_on() argument
304 int mode = COMPHY_GET_MODE(comphy_mode); in mvebu_a3700_comphy_sata_power_on()
305 int invert = COMPHY_GET_POLARITY_INVERT(comphy_mode); in mvebu_a3700_comphy_sata_power_on()
310 mvebu_a3700_comphy_set_phy_selector(comphy_index, comphy_mode); in mvebu_a3700_comphy_sata_power_on()
378 uint32_t comphy_mode) in mvebu_a3700_comphy_sgmii_power_on() argument
383 int mode = COMPHY_GET_MODE(comphy_mode); in mvebu_a3700_comphy_sgmii_power_on()
384 int invert = COMPHY_GET_POLARITY_INVERT(comphy_mode); in mvebu_a3700_comphy_sgmii_power_on()
389 mvebu_a3700_comphy_set_phy_selector(comphy_index, comphy_mode); in mvebu_a3700_comphy_sgmii_power_on()
607 uint32_t comphy_mode) in mvebu_a3700_comphy_usb3_power_on() argument
614 int mode = COMPHY_GET_MODE(comphy_mode); in mvebu_a3700_comphy_usb3_power_on()
615 int invert = COMPHY_GET_POLARITY_INVERT(comphy_mode); in mvebu_a3700_comphy_usb3_power_on()
620 mvebu_a3700_comphy_set_phy_selector(comphy_index, comphy_mode); in mvebu_a3700_comphy_usb3_power_on()
801 uint32_t comphy_mode) in mvebu_a3700_comphy_pcie_power_on() argument
805 int invert = COMPHY_GET_POLARITY_INVERT(comphy_mode); in mvebu_a3700_comphy_pcie_power_on()
888 int mvebu_3700_comphy_power_on(uint8_t comphy_index, uint32_t comphy_mode) in mvebu_3700_comphy_power_on() argument
890 int mode = COMPHY_GET_MODE(comphy_mode); in mvebu_3700_comphy_power_on()
898 comphy_mode); in mvebu_3700_comphy_power_on()
903 comphy_mode); in mvebu_3700_comphy_power_on()
908 comphy_mode); in mvebu_3700_comphy_power_on()
912 comphy_mode); in mvebu_3700_comphy_power_on()
937 static int mvebu_a3700_comphy_sata_power_off(uint32_t comphy_mode) in mvebu_a3700_comphy_sata_power_off() argument
940 int mode = COMPHY_GET_MODE(comphy_mode); in mvebu_a3700_comphy_sata_power_off()
960 int mvebu_3700_comphy_power_off(uint8_t comphy_index, uint32_t comphy_mode) in mvebu_3700_comphy_power_off() argument
962 int mode = COMPHY_GET_MODE(comphy_mode); in mvebu_3700_comphy_power_off()
986 err = mvebu_a3700_comphy_sata_power_off(comphy_mode); in mvebu_3700_comphy_power_off()
1025 int mvebu_3700_comphy_is_pll_locked(uint8_t comphy_index, uint32_t comphy_mode) in mvebu_3700_comphy_is_pll_locked() argument
1027 int mode = COMPHY_GET_MODE(comphy_mode); in mvebu_3700_comphy_is_pll_locked()