Home
last modified time | relevance | path

Searched defs:pci (Results 1 – 9 of 9) sorted by relevance

/rk3399_rockchip-uboot/arch/m68k/include/asm/
H A Dimmap_547x_8x.h209 typedef struct pci { struct
210 u32 idr; /* 0x00 Device Id / Vendor Id */
211 u32 scr; /* 0x04 Status / command */
212 u32 ccrir; /* 0x08 Class Code / Revision Id */
213 u32 cr1; /* 0x0c Configuration 1 */
214 u32 bar0; /* 0x10 Base address register 0 */
215 u32 bar1; /* 0x14 Base address register 1 */
216 u32 bar2; /* 0x18 NA */
217 u32 bar3; /* 0x1c NA */
218 u32 bar4; /* 0x20 NA */
[all …]
H A Dimmap_5445x.h245 typedef struct pci { struct
246 u32 idr; /* 0x00 Device Id / Vendor Id Register */
247 u32 scr; /* 0x04 Status / command Register */
248 u32 ccrir; /* 0x08 Class Code / Revision Id Register */
249 u32 cr1; /* 0x0c Configuration 1 Register */
250 u32 bar0; /* 0x10 Base address register 0 Register */
251 u32 bar1; /* 0x14 Base address register 1 Register */
252 u32 bar2; /* 0x18 Base address register 2 Register */
253 u32 bar3; /* 0x1c Base address register 3 Register */
254 u32 bar4; /* 0x20 Base address register 4 Register */
[all …]
/rk3399_rockchip-uboot/arch/sandbox/dts/
H A Dsandbox.dts141 pci: pci-controller { label
H A Dtest.dts312 pci: pci-controller { label
/rk3399_rockchip-uboot/drivers/pci/
H A Dfsl_pci_init.c74 volatile ccsr_fsl_pci_t *pci = (ccsr_fsl_pci_t *) addr; in fsl_setup_hose() local
312 volatile ccsr_fsl_pci_t *pci = (ccsr_fsl_pci_t *)cfg_addr; in fsl_pci_init() local
632 volatile ccsr_fsl_pci_t *pci; in fsl_pci_init_port() local
707 ccsr_fsl_pci_t *pci = (ccsr_fsl_pci_t *)hose->cfg_addr; in fsl_pci_config_unlock() local
H A Dpcie_dw_rockchip.c375 static void rk_pcie_configure(struct rk_pcie *pci, u32 cap_speed, u32 cap_lanes) in rk_pcie_configure()
437 static void rk_pcie_prog_outbound_atu_unroll(struct rk_pcie *pci, int index, in rk_pcie_prog_outbound_atu_unroll()
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf5445x/
H A Dpci.c47 pci_t *pci = (pci_t *)MMAP_PCI; in pci_mcf5445x_init() local
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf547x_8x/
H A Dpci.c75 pci_t *pci = (pci_t *) MMAP_PCI; in pci_mcf547x_8x_init() local
/rk3399_rockchip-uboot/include/linux/
H A Dedd.h90 } __attribute__ ((packed)) pci; member