Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ppc64/
Dpci-bridge.h62 volatile unsigned long *phb_regs; member
/linux-2.4.37.9/arch/ppc64/kernel/
DpSeries_pci.c470 phb->phb_regs = (volatile unsigned long *) in alloc_phb()
513 phb->phb_regs = (volatile unsigned long *) in alloc_phb()
523 phb->phb_regs = NULL; in alloc_phb()
538 phb->phb_regs = NULL; in alloc_phb()
Dpci_dma.c1457 PPCDBG(PPCDBG_TCEINIT, "\tphb->phb_regs = 0x%lx\n", phb->phb_regs); in phb_tce_table_init()
1466 r = *(((unsigned int *)phb->phb_regs) + (0xf10>>2)); in phb_tce_table_init()
1468 r = *(((unsigned int *)phb->phb_regs) + (0xf00>>2)); in phb_tce_table_init()
1470 r = *(((unsigned int *)phb->phb_regs) + (0xfd0>>2)); in phb_tce_table_init()
Dpci.c1026 udbg_printf("\tphb_regs = 0x%016LX\n", phb->phb_regs); in dumpPci_Controller()