Searched refs:rmw_set (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/pci/controller/ |
| H A D | pcie-apple.c | 208 static void rmw_set(u32 set, void __iomem *addr) in rmw_set() function 290 rmw_set(BIT(data->hwirq), port->base + PORT_INTMSK); in apple_port_irq_mask() 511 rmw_set(PHY_LANE_CTL_CFGACC, port->phy + pcie->hw->phy_lane_ctl); in apple_pcie_setup_refclk() 513 rmw_set(PHY_LANE_CFG_REFCLK0REQ, 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() 532 rmw_set(PHY_LANE_CFG_REFCLKEN, port->phy + PHY_LANE_CFG); in apple_pcie_setup_refclk() 535 rmw_set(PORT_REFCLK_EN, port->base + pcie->hw->port_refclk); in apple_pcie_setup_refclk() 604 rmw_set(PORT_APPCLK_EN, port->base + PORT_APPCLK); in apple_pcie_setup_port() 617 rmw_set(PORT_PERST_OFF, port->base + pcie->hw->port_perst); in apple_pcie_setup_port() 633 rmw_set(PHY_LANE_CFG_REFCLKCGEN, port->phy + PHY_LANE_CFG); in apple_pcie_setup_port()
|