Lines Matching refs:invert
168 static int comphy_pcie_power_up(u32 speed, u32 invert) in comphy_pcie_power_up() argument
231 if (invert & PHY_POLARITY_TXD_INVERT) in comphy_pcie_power_up()
234 if (invert & PHY_POLARITY_RXD_INVERT) in comphy_pcie_power_up()
277 static int comphy_sata_power_up(u32 invert) in comphy_sata_power_up() argument
287 if (invert & PHY_POLARITY_TXD_INVERT) in comphy_sata_power_up()
290 if (invert & PHY_POLARITY_RXD_INVERT) in comphy_sata_power_up()
371 static int comphy_usb3_power_up(u32 lane, u32 type, u32 speed, u32 invert) in comphy_usb3_power_up() argument
468 if (invert & PHY_POLARITY_TXD_INVERT) in comphy_usb3_power_up()
471 if (invert & PHY_POLARITY_RXD_INVERT) in comphy_usb3_power_up()
707 static int comphy_sgmii_power_up(u32 lane, u32 speed, u32 invert) in comphy_sgmii_power_up() argument
840 if (invert & PHY_POLARITY_TXD_INVERT) in comphy_sgmii_power_up()
843 if (invert & PHY_POLARITY_RXD_INVERT) in comphy_sgmii_power_up()
976 comphy_map->type, comphy_map->invert); in comphy_a3700_init()
985 comphy_map->invert); in comphy_a3700_init()
993 comphy_map->invert); in comphy_a3700_init()
999 comphy_map->invert); in comphy_a3700_init()
1003 ret = comphy_sata_power_up(comphy_map->invert); in comphy_a3700_init()