Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/marvell/comphy/
H A Dphy-comphy-3700.c311 data |= RXD_INVERT_BIT; in mvebu_a3700_comphy_sata_power_on()
315 RXD_INVERT_BIT); in mvebu_a3700_comphy_sata_power_on()
525 data |= RXD_INVERT_BIT; in mvebu_a3700_comphy_sgmii_power_on()
526 mask = TXD_INVERT_BIT | RXD_INVERT_BIT; in mvebu_a3700_comphy_sgmii_power_on()
759 data |= RXD_INVERT_BIT; in mvebu_a3700_comphy_usb3_power_on()
761 mask = TXD_INVERT_BIT | RXD_INVERT_BIT; in mvebu_a3700_comphy_usb3_power_on()
881 data |= RXD_INVERT_BIT; in mvebu_a3700_comphy_pcie_power_on()
883 mask = TXD_INVERT_BIT | RXD_INVERT_BIT; in mvebu_a3700_comphy_pcie_power_on()
H A Dphy-comphy-3700.h88 #define RXD_INVERT_BIT BIT(11) macro