Searched refs:SetVal (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/jaguar1_drv/ |
| H A D | jaguar1_motion.c | 154 unsigned char SetVal = motion_set->set_val%8; in motion_pixel_onoff_set() local 156 val = val >> SetVal; in motion_pixel_onoff_set() 211 unsigned char SetVal = motion_set->set_val%8; in motion_pixel_onoff_get() local 213 val = val >> SetVal; in motion_pixel_onoff_get() 234 unsigned char SetVal = motion_set->set_val; in motion_tsen_set() local 238 gpio_i2c_write(jaguar1_i2c_addr[motion_set->devnum], (0x01 +(0x07 * ch)), SetVal); in motion_tsen_set() 239 printk("[DRV_Motion]ch(%d), TSEN Val(%x)\n", ch, SetVal); in motion_tsen_set() 247 unsigned char SetVal = motion_set->set_val; in motion_psen_set() local 255 SetVal = lsb_mask&SetVal; in motion_psen_set() 257 SetVal = SetVal|msb_mask; in motion_psen_set() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/ |
| H A D | nvp6158_motion.c | 166 unsigned char SetVal = motion_set->set_val%8; in nvp6158_motion_pixel_onoff_set() local 168 val = val >> SetVal; in nvp6158_motion_pixel_onoff_set() 231 unsigned char SetVal = motion_set->set_val%8; in nvp6158_motion_pixel_onoff_get() local 233 val = val >> SetVal; in nvp6158_motion_pixel_onoff_get() 251 unsigned char SetVal = motion_set->set_val; in nvp6158_motion_tsen_set() local 255 gpio_i2c_write(nvp6158_iic_addr[motion_set->devnum], (0x01 +(0x07 * ch)), SetVal); in nvp6158_motion_tsen_set() 256 printk("[DRV_Motion]ch(%d), TSEN Val(%x)\n", ch, SetVal); in nvp6158_motion_tsen_set() 264 unsigned char SetVal = motion_set->set_val; in nvp6158_motion_psen_set() local 272 SetVal = lsb_mask&SetVal; in nvp6158_motion_psen_set() 274 SetVal = SetVal|msb_mask; in nvp6158_motion_psen_set() [all …]
|