Lines Matching refs:temp
137 u32 temp; in tsi108_direct_read_config() local
150 __tsi108_read_pci_config(temp, cfg_addr, "lbzx"); in tsi108_direct_read_config()
153 __tsi108_read_pci_config(temp, cfg_addr, "lhbrx"); in tsi108_direct_read_config()
156 __tsi108_read_pci_config(temp, cfg_addr, "lwbrx"); in tsi108_direct_read_config()
160 *val = temp; in tsi108_direct_read_config()
163 if ((0xFFFFFFFF != temp) && (0xFFFF != temp) && (0xFF != temp)) { in tsi108_direct_read_config()
270 u_int temp = 0; in get_pci_source() local
282 temp = in get_pci_source()
287 if (temp & (1 << mask % 4)) { in get_pci_source()
295 temp = tsi108_read_reg(TSI108_PCI_OFFSET + TSI108_PCI_IRP_ENABLE); in get_pci_source()
297 temp & ~TSI108_PCI_IRP_ENABLE_P_INT); in get_pci_source()
307 temp = in get_pci_source()
310 printk(">> stat=0x%08x intad=0x%08x ", pci_irp_stat, temp); in get_pci_source()
311 temp = in get_pci_source()
314 printk("cfg_ctl=0x%08x ", temp); in get_pci_source()
315 temp = in get_pci_source()
318 printk("irp_enable=0x%08x\n", temp); in get_pci_source()