Searched refs:mobiveil_csr_readl (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/pci/controller/mobiveil/ |
D | pcie-mobiveil-host.c | 105 val = mobiveil_csr_readl(pcie, PAB_INTP_AMBA_MISC_STAT); in mobiveil_pcie_isr() 106 mask = mobiveil_csr_readl(pcie, PAB_INTP_AMBA_MISC_ENB); in mobiveil_pcie_isr() 111 shifted_status = mobiveil_csr_readl(pcie, in mobiveil_pcie_isr() 131 shifted_status = mobiveil_csr_readl(pcie, in mobiveil_pcie_isr() 233 value = mobiveil_csr_readl(pcie, PCI_PRIMARY_BUS); in mobiveil_host_init() 243 value = mobiveil_csr_readl(pcie, PCI_COMMAND); in mobiveil_host_init() 251 pab_ctrl = mobiveil_csr_readl(pcie, PAB_CTRL); in mobiveil_host_init() 259 value = mobiveil_csr_readl(pcie, PAB_AXI_PIO_CTRL); in mobiveil_host_init() 264 value = mobiveil_csr_readl(pcie, PAB_PEX_PIO_CTRL); in mobiveil_host_init() 299 value = mobiveil_csr_readl(pcie, PAB_INTP_AXI_PIO_CLASS); in mobiveil_host_init() [all …]
|
D | pcie-mobiveil.c | 132 return (mobiveil_csr_readl(pcie, LTSSM_STATUS) & in mobiveil_pcie_link_up() 148 value = mobiveil_csr_readl(pcie, PAB_PEX_AMAP_CTRL(win_num)); in program_ib_windows() 189 value = mobiveil_csr_readl(pcie, PAB_AXI_AMAP_CTRL(win_num)); in program_ob_windows()
|
D | pcie-layerscape-gen4.c | 112 act_stat = mobiveil_csr_readl(mv_pci, PAB_ACTIVITY_STAT); in ls_pcie_g4_reinit_hw() 151 val = mobiveil_csr_readl(mv_pci, PAB_INTP_AMBA_MISC_STAT); in ls_pcie_g4_isr()
|
D | pcie-mobiveil.h | 191 static inline u32 mobiveil_csr_readl(struct mobiveil_pcie *pcie, u32 off) in mobiveil_csr_readl() function
|