Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/drivers/marvell/comphy/
Dphy-comphy-cp110.c326 static void mvebu_cp110_polarity_invert(uintptr_t addr, uint8_t phy_polarity_invert) in mvebu_cp110_polarity_invert() argument
332 if ((phy_polarity_invert & COMPHY_POLARITY_TXD_INVERT) != 0) { in mvebu_cp110_polarity_invert()
338 if ((phy_polarity_invert & COMPHY_POLARITY_RXD_INVERT) != 0) { in mvebu_cp110_polarity_invert()
352 uint8_t ap_nr, cp_nr, phy_polarity_invert; in mvebu_cp110_comphy_sata_power_on() local
362 phy_polarity_invert = sata_static_values->polarity_invert; in mvebu_cp110_comphy_sata_power_on()
655 if (phy_polarity_invert != 0) in mvebu_cp110_comphy_sata_power_on()
657 phy_polarity_invert); in mvebu_cp110_comphy_sata_power_on()
1925 uint8_t ap_nr, cp_nr, phy_polarity_invert; in mvebu_cp110_comphy_usb3_power_on() local
1939 phy_polarity_invert = usb_static_values->polarity_invert; in mvebu_cp110_comphy_usb3_power_on()
2023 if (phy_polarity_invert) in mvebu_cp110_comphy_usb3_power_on()
[all …]