Searched defs:templong (Results 1 - 6 of 6) sorted by relevance

/drivers/staging/ft1000/ft1000-pcmcia/
H A Dft1000_dnld.c122 u32 templong; local
140 templong = *pdata++;
141 outl(templong, dev->base_addr + FT1000_REG_MAG_DPDATA);
314 unsigned long templong; local
400 templong = *pUsFile++;
401 templong |=
404 outl(templong,
489 templong = *pUsFile++;
490 templong |=
493 outl(templong,
[all...]
H A Dft1000_hw.c1427 u32 templong; local
1468 templong =
1548 templong = inl(dev->base_addr + FT1000_REG_MAG_DFR);
1584 u32 templong; local
1705 templong = inl(dev->base_addr + FT1000_REG_MAG_DFR);
1706 DEBUG(1, "Data = 0x%8x\n", templong);
1707 *ptemplong++ = templong;
1712 templong = inl(dev->base_addr + FT1000_REG_MAG_DFR);
1713 DEBUG(1, "Data = 0x%8x\n", templong);
1714 *ptemplong++ = templong;
[all...]
/drivers/staging/ft1000/ft1000-usb/
H A Dft1000_download.c636 u32 templong; local
844 templong = *data++;
845 templong |= (*data++ << 16);
849 (u8 *) &templong);
878 templong = ntohs(*s_file++);
880 templong |= (temp << 16);
884 (u8 *) &templong);
H A Dft1000_hw.c377 u32 templong; local
407 (u8 *) &templong, 4);
408 DEBUG("templong (fefe) = 0x%8x\n", templong);
/drivers/staging/xgifb/
H A Dvb_setmode.c4016 unsigned long tempebx, tempeax, templong; local
4096 templong = (tempeax * 256 * 1024) % tempebx;
4100 if (templong != 0)
/drivers/video/fbdev/sis/
H A Dinit301.c7408 unsigned int tempebx, tempeax, templong; local
7510 templong = tempeax % tempebx;
7512 if(templong) tempeax++;

Completed in 171 milliseconds