Searched refs:h1 (Results 1 - 5 of 5) sorted by relevance

/drivers/media/common/
H A Dsaa7146_i2c.c29 int h1, h2; local
60 h1 = op_count/3; h2 = op_count%3;
61 op[h1] |= cpu_to_le32( (u8)addr << ((3-h2)*8));
62 op[h1] |= cpu_to_le32(SAA7146_I2C_START << ((3-h2)*2));
68 h1 = op_count/3; h2 = op_count%3;
69 op[h1] |= cpu_to_le32( (u32)((u8)m[i].buf[j]) << ((3-h2)*8));
70 op[h1] |= cpu_to_le32( SAA7146_I2C_CONT << ((3-h2)*2));
78 h1 = (op_count-1)/3; h2 = (op_count-1)%3;
79 if ( SAA7146_I2C_CONT == (0x3 & (le32_to_cpu(op[h1]) >> ((3-h2)*2))) ) {
80 op[h1]
[all...]
/drivers/mtd/
H A Dnftlmount.c40 struct nftl_uci1 h1; local
94 (char *)&h1) < 0)) {
104 if (le16_to_cpu(h1.EraseMark | h1.EraseMark1) != ERASE_MARK) {
107 le16_to_cpu(h1.EraseMark), le16_to_cpu(h1.EraseMark1));
494 struct nftl_uci1 h1; local
500 &retlen, (char *)&h1) < 0)
503 erase_mark = le16_to_cpu ((h1.EraseMark | h1
572 struct nftl_uci1 h1; local
[all...]
H A Dinftlmount.c47 struct inftl_unittail h1; local
104 8, &retlen,(char *)&h1);
545 struct inftl_unittail h1; local
602 (char *)&h1) < 0) {
610 erase_mark = le16_to_cpu((h1.EraseMark | h1.EraseMark1));
/drivers/tty/serial/
H A Difx6x60.c337 u16 h1; local
341 h1 = *in_buffer;
344 if (h1 == 0 && h2 == 0) {
347 } else if (h1 == 0xffff && h2 == 0xffff) {
352 *length = h1 & 0xfff; /* upper bits of byte are flags */
/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c5711 u32 pidx, unit, port, deflt, h1; local
5752 h1 = 0; /* gcc thinks it might be used uninitted */
5755 h1 = (u32)simple_strtoul(str, &nxt, 0);
5770 ppd->cpspec->h1_val = h1;

Completed in 173 milliseconds