Searched refs:tmp0 (Results 1 - 3 of 3) sorted by relevance

/drivers/video/aty/
H A Dradeon_monitor.c168 unsigned long tmp, tmp0; local
211 tmp0 = BIOS_IN16(tmp+64+i*2);
212 if (tmp0 == 0)
214 pr_debug(" %d x %d\n", BIOS_IN16(tmp0), BIOS_IN16(tmp0+2));
215 if ((BIOS_IN16(tmp0) == rinfo->panel_info.xres) &&
216 (BIOS_IN16(tmp0+2) == rinfo->panel_info.yres)) {
217 rinfo->panel_info.hblank = (BIOS_IN16(tmp0+17) - BIOS_IN16(tmp0+19)) * 8;
218 rinfo->panel_info.hOver_plus = ((BIOS_IN16(tmp0
532 unsigned int tmp0; local
[all...]
/drivers/ide/
H A Daec62xx.c91 u8 tmp0 = 0, tmp1 = 0, tmp2 = 0; local
98 tmp0 = pci_bus_clock_list(speed, bus_clock);
99 d_conf = ((tmp0 & 0xf0) << 4) | (tmp0 & 0xf);
/drivers/media/dvb/frontends/
H A Dcxd2820r_core.c177 u8 *gpio, tmp0, tmp1; local
199 tmp0 = 0x00;
204 tmp0 |= (2 << 6) >> (2 * i);
206 tmp0 |= (1 << 6) >> (2 * i);
220 dbg("%s: GPIO i=%d %02x %02x", __func__, i, tmp0, tmp1);
223 dbg("%s: wr gpio=%02x %02x", __func__, tmp0, tmp1);
226 ret = cxd2820r_wr_reg_mask(priv, 0x00089, tmp0, 0xfc);

Completed in 170 milliseconds