Home
last modified time | relevance | path

Searched refs:buid (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/arch/ppc64/kernel/
Deeh.c36 #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()
DpSeries_pci.c74 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 …]
Dpci_dn.c374 if (phb && phb->buid) { in pci_fixup_bus_sysdata_list()
/linux-2.4.37.9/include/asm-ppc64/
Dpci-bridge.h74 unsigned long buid; member