Searched refs:get0 (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/staging/easycap/ |
D | easycap_low.c | 333 u16 get0; in wait_i2c() local 342 GET(p, 0x0201, &igot); get0 = igot; in wait_i2c() 343 switch (get0) { in wait_i2c() 351 return get0 - 1; in wait_i2c() 360 u8 get0, get1, get2, get3, get4, get5, get6, get7; in confirm_resolution() local 364 GET(p, 0x0110, &get0); in confirm_resolution() 376 get0, get1, get2, get3, get4, get5, get6, get7); in confirm_resolution() 843 u16 get116, get117, get0; in start_100() local 856 get0 = igot; in start_100() 857 SET(p, 0x0100, (0x80 | get0)); in start_100() [all …]
|