Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/phy/marvell/
H A Dcomphy.h29 #define COMMON_PHY_CFG1_PWR_ON_RESET_OFFSET 13 macro
31 (0x1 << COMMON_PHY_CFG1_PWR_ON_RESET_OFFSET)
H A Dcomphy_cp110.c143 data |= 0x0 << COMMON_PHY_CFG1_PWR_ON_RESET_OFFSET; in comphy_pcie_power_up()
152 data = 0x1 << COMMON_PHY_CFG1_PWR_ON_RESET_OFFSET; in comphy_pcie_power_up()
538 data |= 0x0 << COMMON_PHY_CFG1_PWR_ON_RESET_OFFSET; in comphy_usb3_power_up()
547 data = 0x1 << COMMON_PHY_CFG1_PWR_ON_RESET_OFFSET; in comphy_usb3_power_up()
711 data |= 0x0 << COMMON_PHY_CFG1_PWR_ON_RESET_OFFSET; in comphy_sata_power_up()