Searched refs:buid (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | eeh.c | 36 #define BUID_HI(buid) ((buid) >> 32) argument 37 #define BUID_LO(buid) ((buid) & 0xffffffff) argument 116 dn->eeh_config_addr, BUID_HI(dn->phb->buid), BUID_LO(dn->phb->buid)); in eeh_check_failure() 124 BUID_HI(dn->phb->buid), BUID_LO(dn->phb->buid), in eeh_check_failure() 315 if (dn == NULL || phb == NULL || phb->buid == 0 || !eeh_implemented) in eeh_set_option() 320 BUID_HI(phb->buid), BUID_LO(phb->buid), option); in eeh_set_option()
|
D | pSeries_pci.c | 74 unsigned long buid; \ 84 buid = dn->phb->buid; \ 85 if (buid) { \ 86 …ret = rtas_call(ibm_read_pci_config, 4, 2, &returnval, addr, buid >> 32, buid & 0xffffffff, nbytes… 107 unsigned long buid; \ 116 buid = dn->phb->buid; \ 118 if (buid) { \ 119 …ret = rtas_call(ibm_write_pci_config, 5, 1, NULL, addr, buid >> 32, buid & 0xffffffff, nbytes, (ul… 580 phb->buid = 0; in alloc_phb() 595 … phb->buid = (unsigned long)buid_vals[0]; // Support for new OF that only has 1 integer for buid. in alloc_phb() [all …]
|
D | pci_dn.c | 374 if (phb && phb->buid) { in pci_fixup_bus_sysdata_list()
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | pci-bridge.h | 74 unsigned long buid; member
|