Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/mobiveil/
H A Dpcie-mobiveil.c25 * written to pg_sel field of PAB_CTRL register and rest of the lower 10
32 val = readl(pcie->csr_axi_slave_base + PAB_CTRL); in mobiveil_pcie_sel_page()
36 writel(val, pcie->csr_axi_slave_base + PAB_CTRL); in mobiveil_pcie_sel_page()
H A Dpcie-mobiveil.h38 #define PAB_CTRL 0x0808 macro
H A Dpcie-mobiveil-host.c243 * program PIO Enable Bit to 1 (and PEX PIO Enable to 1) in PAB_CTRL in mobiveil_host_init()
246 pab_ctrl = mobiveil_csr_readl(pcie, PAB_CTRL); in mobiveil_host_init()
248 mobiveil_csr_writel(pcie, pab_ctrl, PAB_CTRL); in mobiveil_host_init()