Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-pcie-dma.h29 #define PCIE_BASE 'P' macro
31 _IOW(PCIE_BASE, 0, union pcie_dma_ioctl_param)
33 _IOR(PCIE_BASE, 1, union pcie_dma_ioctl_param)
35 _IOR(PCIE_BASE, 2, union pcie_dma_ioctl_param)
37 _IOW(PCIE_BASE, 3, union pcie_dma_ioctl_param)
39 _IOW(PCIE_BASE, 4, union pcie_dma_ioctl_param)
41 _IOW(PCIE_BASE, 5, union pcie_dma_ioctl_param)
43 _IO(PCIE_BASE, 6)
45 _IOW(PCIE_BASE, 7, union pcie_dma_ioctl_param)
47 _IOR(PCIE_BASE, 8, union pcie_dma_ioctl_param)
[all …]
H A Drk-pcie-ep.h84 #define PCIE_BASE 'P' macro
85 #define PCIE_DMA_GET_ELBI_DATA _IOR(PCIE_BASE, 0, struct pcie_ep_user_data)
86 #define PCIE_DMA_CACHE_INVALIDE _IOW(PCIE_BASE, 1, struct pcie_ep_dma_cache_cfg)
87 #define PCIE_DMA_CACHE_FLUSH _IOW(PCIE_BASE, 2, struct pcie_ep_dma_cache_cfg)
88 #define PCIE_DMA_IRQ_MASK_ALL _IOW(PCIE_BASE, 3, int)
89 #define PCIE_DMA_RAISE_MSI_OBJ_IRQ_USER _IOW(PCIE_BASE, 4, int)
90 #define PCIE_EP_GET_USER_INFO _IOR(PCIE_BASE, 5, struct pcie_ep_user_data)
91 #define PCIE_EP_SET_MMAP_RESOURCE _IOW(PCIE_BASE, 6, enum pcie_ep_mmap_resource)
/OK3568_Linux_fs/kernel/arch/arm/mach-orion5x/
H A Dpci.c41 #define PCIE_BASE (ORION5X_PCIE_VIRT_BASE) macro
45 *dev = orion_pcie_dev_id(PCIE_BASE); in orion5x_pcie_id()
46 *rev = orion_pcie_rev(PCIE_BASE); in orion5x_pcie_id()
59 if (!orion_pcie_link_up(PCIE_BASE)) in pcie_valid_config()
88 ret = orion_pcie_rd_conf(PCIE_BASE, bus, devfn, where, size, val); in pcie_rd_conf()
130 ret = orion_pcie_wr_conf(PCIE_BASE, bus, devfn, where, size, val); in pcie_wr_conf()
150 orion_pcie_setup(PCIE_BASE); in pcie_setup()
156 dev = orion_pcie_dev_id(PCIE_BASE); in pcie_setup()
546 orion_pcie_set_local_bus_nr(PCIE_BASE, sys->busnr); in orion5x_pci_sys_setup()
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_mvebu.c92 #define PCIE_BASE(if) \ macro
121 #define PCIE_BASE(if) \ macro
361 pcie->base = (void __iomem *)PCIE_BASE(i); in pci_init_board()
/OK3568_Linux_fs/u-boot/drivers/phy/marvell/
H A Dcomphy_a3700.h49 #define PCIE_BASE MVEBU_REG(0x070000) macro
180 #define PHY_REF_CLK_ADDR (0x4814 + PCIE_BASE)