Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/controller/
H A Dpcie-apple.c43 #define CORE_LANE_CFG(port) (0x84000 + 0x4000 * (port)) macro
478 rmw_set(CORE_LANE_CFG_REFCLK0REQ, pcie->base + CORE_LANE_CFG(port->idx)); in apple_pcie_setup_refclk()
480 res = readl_relaxed_poll_timeout(pcie->base + CORE_LANE_CFG(port->idx), in apple_pcie_setup_refclk()
486 rmw_set(CORE_LANE_CFG_REFCLK1REQ, pcie->base + CORE_LANE_CFG(port->idx)); in apple_pcie_setup_refclk()
487 res = readl_relaxed_poll_timeout(pcie->base + CORE_LANE_CFG(port->idx), in apple_pcie_setup_refclk()
496 rmw_set(CORE_LANE_CFG_REFCLKEN, pcie->base + CORE_LANE_CFG(port->idx)); in apple_pcie_setup_refclk()