Searched defs:pci (Results 1 – 9 of 9) sorted by relevance
209 typedef struct pci { struct210 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 …]
245 typedef struct pci { struct246 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 …]
141 pci: pci-controller { label
312 pci: pci-controller { label
74 volatile ccsr_fsl_pci_t *pci = (ccsr_fsl_pci_t *) addr; in fsl_setup_hose() local312 volatile ccsr_fsl_pci_t *pci = (ccsr_fsl_pci_t *)cfg_addr; in fsl_pci_init() local632 volatile ccsr_fsl_pci_t *pci; in fsl_pci_init_port() local707 ccsr_fsl_pci_t *pci = (ccsr_fsl_pci_t *)hose->cfg_addr; in fsl_pci_config_unlock() local
375 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()
47 pci_t *pci = (pci_t *)MMAP_PCI; in pci_mcf5445x_init() local
75 pci_t *pci = (pci_t *) MMAP_PCI; in pci_mcf547x_8x_init() local
90 } __attribute__ ((packed)) pci; member