Searched refs:_SET_BIT (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/ |
| H A D | nvp6158_video.c | 106 _SET_BIT(afe_value, 0); in NVP6158_set_afe() 119 _SET_BIT(tmp, port); in nvp6158_datareverse() 743 _SET_BIT(reg_1x97,(ch%4)); in nvp6158_vd_chnreset() 794 _SET_BIT(colorkill, 4); in nvp6158_chn_killcolor() 938 _SET_BIT(YCmerge, (ch%4)); in nvp6158_set_chn_ycmerge() 946 _SET_BIT(val5x69, 4); in nvp6158_set_chn_ycmerge() 969 _SET_BIT(val_0x54, (ch%4+4)); in nvp6158_set_chn_commonvalue() 1579 _SET_BIT(reg_portctl, (portsel+5)); in nvp6158_set_portcontrol() 1584 _SET_BIT(reg_portctl, portsel); in nvp6158_set_portcontrol() 1589 _SET_BIT(reg_portctl, (portsel+4)); in nvp6158_set_portcontrol() [all …]
|
| H A D | nvp6158_common.h | 305 #define _SET_BIT(data,bit) ((data)|=(1<<(bit))) macro
|
| H A D | nvp6158_video_auto_detect.c | 1172 _SET_BIT(val_0x00, 0); in nvp6158_video_input_vafe_reset() 1200 _SET_BIT(val_0x00, 0); in nvp6158_video_input_vafe_control()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/jaguar1_drv/ |
| H A D | jaguar1_common.h | 37 #define _SET_BIT(data,bit) ((data)|=(1<<(bit))) macro
|