Searched refs:h2 (Results 1 - 3 of 3) 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] &= ~cpu_to_le32(0x2 << ((3-h2)*
[all...]
/drivers/video/matrox/
H A Dmatroxfb_maven.c213 unsigned int* h2) {
267 *h2 = besth2 = ln;
275 /* if h2/post/in/feed have not been assigned, return zero (error) */
721 uninitialized_var(h2);
724 if (!matroxfb_mavenclock((m->mode == MATROXFB_OUTPUT_MODE_PAL) ? &maven_PAL : &maven_NTSC, h, vt, &a, &b, &c, &h2)) {
725 unsigned int diff = h - h2;
732 m->hcorr = h2 - 2;
209 matroxfb_PLL_mavenclock(const struct matrox_pll_features2* pll, const struct matrox_pll_ctl* ctl, unsigned int htotal, unsigned int vtotal, unsigned int* in, unsigned int* feed, unsigned int* post, unsigned int* h2) argument
/drivers/tty/serial/
H A Difx6x60.c338 u16 h2; local
342 h2 = *(in_buffer+1);
344 if (h1 == 0 && h2 == 0) {
347 } else if (h1 == 0xffff && h2 == 0xffff) {

Completed in 1123 milliseconds