Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/ !
H A Dpcie-apple.c50 #define PHY_LANE_CFG 0x00000 macro
513 rmw_set(PHY_LANE_CFG_REFCLK0REQ, port->phy + PHY_LANE_CFG); in apple_pcie_setup_refclk()
515 res = readl_relaxed_poll_timeout(port->phy + PHY_LANE_CFG, in apple_pcie_setup_refclk()
521 rmw_set(PHY_LANE_CFG_REFCLK1REQ, port->phy + PHY_LANE_CFG); in apple_pcie_setup_refclk()
522 res = readl_relaxed_poll_timeout(port->phy + PHY_LANE_CFG, in apple_pcie_setup_refclk()
532 rmw_set(PHY_LANE_CFG_REFCLKEN, port->phy + PHY_LANE_CFG); in apple_pcie_setup_refclk()
633 rmw_set(PHY_LANE_CFG_REFCLKCGEN, port->phy + PHY_LANE_CFG); in apple_pcie_setup_port()