Lines Matching defs:tmp
65 struct device *tmp;
69 tmp = get_device(&dev->dev);
70 if (tmp)
71 return to_gio_device(tmp);
233 u32 tmp = sgimc->giopar;
237 tmp |= SGIMC_GIOPAR_MASTERGFX;
240 tmp |= SGIMC_GIOPAR_MASTEREXP0;
243 tmp |= SGIMC_GIOPAR_MASTEREXP1;
246 sgimc->giopar = tmp;
252 u32 tmp = sgimc->giopar;
256 tmp |= SGIMC_GIOPAR_GFX64;
259 tmp |= SGIMC_GIOPAR_EXP064;
262 tmp |= SGIMC_GIOPAR_EXP164;
265 sgimc->giopar = tmp;
315 u32 tmp;
320 if (!get_dbe(tmp, ptr)) {
321 if (tmp == 0xdeadbeef)
332 u32 tmp;
338 tmp = 0x7f;
340 if (!ip22_gio_id(addr, &tmp)) {
346 if (ip22_gio_id(addr + NEWPORT_USTATUS_OFFS, &tmp))
347 tmp = 0x7e;
349 tmp = 0;
352 if (tmp) {
353 id = GIO_ID(tmp);
354 if (tmp & GIO_32BIT_ID) {
355 if (tmp & GIO_64BIT_IFACE)