Home
last modified time | relevance | path

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

/external/u-boot/drivers/phy/marvell/
Dcomphy.h28 #define COMMON_PHY_CFG1_PWR_ON_RESET_OFFSET 13 macro
30 (0x1 << COMMON_PHY_CFG1_PWR_ON_RESET_OFFSET)
Dcomphy_cp110.c142 data |= 0x0 << COMMON_PHY_CFG1_PWR_ON_RESET_OFFSET; in comphy_pcie_power_up()
151 data = 0x1 << COMMON_PHY_CFG1_PWR_ON_RESET_OFFSET; in comphy_pcie_power_up()
537 data |= 0x0 << COMMON_PHY_CFG1_PWR_ON_RESET_OFFSET; in comphy_usb3_power_up()
546 data = 0x1 << COMMON_PHY_CFG1_PWR_ON_RESET_OFFSET; in comphy_usb3_power_up()
710 data |= 0x0 << COMMON_PHY_CFG1_PWR_ON_RESET_OFFSET; in comphy_sata_power_up()