Searched refs:pab_ctrl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/controller/mobiveil/ |
H A D | pcie-mobiveil-host.c | 225 u32 value, pab_ctrl, type; in mobiveil_host_init() local 251 pab_ctrl = mobiveil_csr_readl(pcie, PAB_CTRL); in mobiveil_host_init() 252 pab_ctrl |= (1 << AMBA_PIO_ENABLE_SHIFT) | (1 << PEX_PIO_ENABLE_SHIFT); in mobiveil_host_init() 253 mobiveil_csr_writel(pcie, pab_ctrl, PAB_CTRL); in mobiveil_host_init()
|
/kernel/linux/linux-6.6/drivers/pci/controller/mobiveil/ |
H A D | pcie-mobiveil-host.c | 219 u32 value, pab_ctrl, type; in mobiveil_host_init() local 245 pab_ctrl = mobiveil_csr_readl(pcie, PAB_CTRL); in mobiveil_host_init() 246 pab_ctrl |= (1 << AMBA_PIO_ENABLE_SHIFT) | (1 << PEX_PIO_ENABLE_SHIFT); in mobiveil_host_init() 247 mobiveil_csr_writel(pcie, pab_ctrl, PAB_CTRL); in mobiveil_host_init()
|
Completed in 2 milliseconds