Home
last modified time | relevance | path

Searched refs:tmp0 (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/ide/pci/
Daec62xx.c240 u8 tmp0 = 0, tmp1 = 0, tmp2 = 0; in aec6210_tune_chipset() local
245 tmp0 = pci_bus_clock_list(speed, BUSCLOCK(dev)); in aec6210_tune_chipset()
246 SPLIT_BYTE(tmp0,tmp1,tmp2); in aec6210_tune_chipset()
/linux-2.4.37.9/drivers/video/
Dradeonfb.c1478 unsigned char *tmp, *tmp0; in radeon_get_lcdinfo_BIOS() local
1500 tmp0 = rinfo->bios_seg + readw(tmp+64+i*2); in radeon_get_lcdinfo_BIOS()
1501 if (tmp0 == 0) in radeon_get_lcdinfo_BIOS()
1503 if ((readw(tmp0) == rinfo->panel_xres) && in radeon_get_lcdinfo_BIOS()
1504 (readw(tmp0+2) == rinfo->panel_yres)) { in radeon_get_lcdinfo_BIOS()
1505 rinfo->hblank = (readw(tmp0+17) - readw(tmp0+19)) * 8; in radeon_get_lcdinfo_BIOS()
1506 rinfo->hOver_plus = ((readw(tmp0+21) - readw(tmp0+19) -1) * 8) & 0x7fff; in radeon_get_lcdinfo_BIOS()
1507 rinfo->hSync_width = readb(tmp0+23) * 8; in radeon_get_lcdinfo_BIOS()
1508 rinfo->vblank = readw(tmp0+24) - readw(tmp0+26); in radeon_get_lcdinfo_BIOS()
1509 rinfo->vOver_plus = (readw(tmp0+28) & 0x7ff) - readw(tmp0+26); in radeon_get_lcdinfo_BIOS()
[all …]