Searched refs:val_20x01 (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/ |
| H A D | vehicle_ad_nvp6188.c | 649 unsigned char val_0x54 = 0, val_20x01 = 0; in nv6188_set_chn_960h() local 717 nvp6188_read_reg(ad, 0x01, &val_20x01); in nv6188_set_chn_960h() 718 val_20x01 &= (~(0x03 << (ch * 2))); in nv6188_set_chn_960h() 719 val_20x01 |= (0x02 << (ch * 2)); in nv6188_set_chn_960h() 720 nvp6188_write_reg(ad, 0x01, val_20x01); in nv6188_set_chn_960h() 734 unsigned char val_0x54 = 0, val_20x01 = 0; in nv6188_set_chn_720p() local 796 nvp6188_read_reg(ad, 0x01, &val_20x01); in nv6188_set_chn_720p() 797 val_20x01 &= (~(0x03 << (ch * 2))); in nv6188_set_chn_720p() 798 val_20x01 |= (0x01 << (ch * 2)); in nv6188_set_chn_720p() 799 nvp6188_write_reg(ad, 0x01, val_20x01); in nv6188_set_chn_720p() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | nvp6188.c | 1426 unsigned char val_0x54 = 0, val_20x01 = 0; in nv6188_set_chn_960p() local 1494 nvp6188_read_reg(client, 0x01, &val_20x01); in nv6188_set_chn_960p() 1495 val_20x01 &= (~(0x03 << (ch * 2))); in nv6188_set_chn_960p() 1497 nvp6188_write_reg(client, 0x01, val_20x01); in nv6188_set_chn_960p() 1511 unsigned char val_0x54 = 0, val_20x01 = 0; in nv6188_set_chn_960h() local 1580 nvp6188_read_reg(client, 0x01, &val_20x01); in nv6188_set_chn_960h() 1581 val_20x01 &= (~(0x03 << (ch * 2))); in nv6188_set_chn_960h() 1582 val_20x01 |= (0x02 << (ch * 2)); in nv6188_set_chn_960h() 1583 nvp6188_write_reg(client, 0x01, val_20x01); in nv6188_set_chn_960h() 1597 unsigned char val_0x54 = 0, val_20x01 = 0; in nv6188_set_chn_720p() local [all …]
|