Searched refs:temp3 (Results 1 - 10 of 10) sorted by relevance

/drivers/media/dvb/dvb-usb/
H A Daf9005-fe.c544 u8 temp0, temp1, temp2, temp3, buf[4]; local
592 temp3 = (u8) ((NS_coeff1_2048Nu & 0x03000000) >> 24);
595 buf[0] = temp3;
627 temp3 = (u8) ((NS_coeff2_2k & 0x01C00000) >> 22);
630 buf[0] = temp3;
658 temp3 = (u8) ((NS_coeff1_8191Nu & 0x03000000) >> 24);
661 buf[0] = temp3;
689 temp3 = (u8) ((NS_coeff1_8192Nu & 0x03000000) >> 24);
692 buf[0] = temp3;
720 temp3
[all...]
/drivers/pci/hotplug/
H A Dcpqphp_nvram.c147 u8 temp1, temp2, temp3, temp4, temp5, temp6; local
152 temp3 = readb(rom_start + 0xffea + 2);
158 (temp3 == 'M') &&
H A Dcpqphp_core.c101 u8 temp1, temp2, temp3, temp4; local
109 temp3 = readb(fp+2);
113 temp3 == 'M' &&
H A Dcpqphp_pci.c57 u8 temp1, temp2, temp3, temp4; local
65 temp3 = readb(fp + SIG2);
69 temp3 == 'R' &&
/drivers/staging/xgifb/
H A Dvb_init.c449 unsigned char temp, temp1, temp2, temp3, i, j, k; local
488 temp3 = 0;
491 xgifb_reg_and_or(P3d4, 0x6E, 0xFC, temp3);
506 temp3 += 0x01;
536 temp3 = temp & 0x80;
539 xgifb_reg_or(P3d4, 0x40, temp3); /* CR40_D[7] */
H A Dvb_setmode.c2525 unsigned long temp, temp1, temp2, temp3, push3; local
2755 temp3 = tempax;
2758 temp1 /= temp3;
2759 temp3 = temp3 << 16;
2762 temp3 = (temp3 & 0xffff0000) + (temp1 & 0xffff);
2764 tempax = (unsigned short) (temp3 & 0xff);
2775 tempax |= (unsigned short) ((temp3 >> 8) & 0x07);
2781 temp3
[all...]
/drivers/media/dvb/frontends/
H A Dmb86a16.c657 unsigned char temp1, temp2, temp3; local
710 if (mb86a16_read(state, 0x24, &temp3) != 2)
714 M = ((temp1 & 0x1f) << 12) + (temp2 << 4) + (temp3 >> 4);
/drivers/scsi/
H A DFlashPoint.c937 unsigned short temp, temp2, temp3, temp4, temp5, temp6; local
1005 temp3 = 0x0000;
1025 temp3 >>= 1;
1041 temp3 |= 0x8000;
1050 pCardInfo->si_per_targ_no_disc = temp3;
1149 temp3 = 0;
1151 temp3 <<= 1;
1153 temp3 |= 1;
1159 if (!(temp3 & BIT(7)))
1161 if (!(temp3
[all...]
/drivers/video/sis/
H A Dinit.c3131 unsigned char temp1, temp2, temp3; local
3144 temp3 = SiS_GetRegByte((somebase + 0x85)) & 0xb7;
3149 temp3 |= 0x08;
3158 SiS_SetRegByte((somebase + 0x85), temp3);
/drivers/net/ethernet/nvidia/
H A Dforcedeth.c1637 u32 temp1, temp2, temp3; local
1645 temp3 = readl(base + NvRegTransmitPoll);
1657 writel(temp3, base + NvRegTransmitPoll);

Completed in 351 milliseconds