Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/controller/
H A Dpcie-apple.c42 #define CORE_LANE_CFG(port) (0x84000 + 0x4000 * (port)) macro
477 rmw_set(CORE_LANE_CFG_REFCLK0REQ, pcie->base + CORE_LANE_CFG(port->idx)); in apple_pcie_setup_refclk()
479 res = readl_relaxed_poll_timeout(pcie->base + CORE_LANE_CFG(port->idx), in apple_pcie_setup_refclk()
485 rmw_set(CORE_LANE_CFG_REFCLK1REQ, pcie->base + CORE_LANE_CFG(port->idx)); in apple_pcie_setup_refclk()
486 res = readl_relaxed_poll_timeout(pcie->base + CORE_LANE_CFG(port->idx), in apple_pcie_setup_refclk()
495 rmw_set(CORE_LANE_CFG_REFCLKEN, pcie->base + CORE_LANE_CFG(port->idx)); in apple_pcie_setup_refclk()