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()
271 u_int temp = 0; in get_pci_source() local
283 temp = in get_pci_source()
288 if (temp & (1 << mask % 4)) { in get_pci_source()
296 temp = tsi108_read_reg(TSI108_PCI_OFFSET + TSI108_PCI_IRP_ENABLE); in get_pci_source()
298 temp & ~TSI108_PCI_IRP_ENABLE_P_INT); in get_pci_source()
308 temp = in get_pci_source()
311 printk(">> stat=0x%08x intad=0x%08x ", pci_irp_stat, temp); in get_pci_source()
312 temp = in get_pci_source()
315 printk("cfg_ctl=0x%08x ", temp); in get_pci_source()
316 temp = in get_pci_source()
319 printk("irp_enable=0x%08x\n", temp); in get_pci_source()