Searched refs:cfg_data (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/drivers/pci/ |
D | pci_indirect.c | 31 cfg_##rw(val, hose->cfg_data + (offset & mask), type, op); \ 45 cfg_##rw(val, hose->cfg_data + (offset & mask), type, op); \ 57 void pci_setup_indirect(struct pci_controller* hose, u32 cfg_addr, u32 cfg_data) in pci_setup_indirect() argument 68 hose->cfg_data = (unsigned char *) cfg_data; in pci_setup_indirect()
|
D | fsl_pci_init.c | 78 pci_setup_indirect(hose, (u32)&pci->cfg_addr, (u32)&pci->cfg_data); in fsl_setup_hose() 295 u32 cfg_data = (u32)&((ccsr_fsl_pci_t *)pci_info->regs)->cfg_data; in fsl_pci_init() local 322 pci_setup_indirect(hose, cfg_addr, cfg_data); in fsl_pci_init()
|
/external/u-boot/arch/m68k/cpu/mcf547x_8x/ |
D | pci.c | 32 cfg_##rw(val, hose->cfg_data + (offset & mask), type, op); \ 54 *val = (u32) in_le16((u16 *) (hose->cfg_data + (offset & mask))); in pci_read_cfg_dword() 62 tmpv = (u32) in_le16((u16 *) (hose->cfg_data + (offset & mask))); in pci_read_cfg_dword() 143 hose->cfg_data = (volatile unsigned char *)CONFIG_SYS_PCI_CFG_BUS; in pci_mcf547x_8x_init()
|
/external/u-boot/arch/m68k/cpu/mcf5445x/ |
D | pci.c | 32 cfg_##rw(val, hose->cfg_data + (offset & mask), type, op); \ 141 hose->cfg_data = (volatile unsigned char *)CONFIG_SYS_PCI_CFG_BUS; in pci_mcf5445x_init()
|
/external/u-boot/arch/powerpc/include/asm/ |
D | fsl_pci.h | 70 u32 cfg_data; /* 0x004 - PCI Configuration Data Register */ member
|
D | immap_86xx.h | 129 uint cfg_data; /* 0x8004 - PEX Configuration Data Register */ member
|
D | immap_85xx.h | 184 u32 cfg_data; /* PCIX Configuration Data */ member
|
/external/u-boot/include/ |
D | pci.h | 554 volatile unsigned char *cfg_data; member 618 extern void pci_setup_indirect(struct pci_controller* hose, u32 cfg_addr, u32 cfg_data);
|