Searched refs:phb_regs (Results 1 – 4 of 4) sorted by relevance
62 volatile unsigned long *phb_regs; member
470 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()
1457 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()
1026 udbg_printf("\tphb_regs = 0x%016LX\n", phb->phb_regs); in dumpPci_Controller()