Home
last modified time | relevance | path

Searched refs:ntpal (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/
H A Dvehicle_ad_nvp6188.c647 u8 ntpal) in nv6188_set_chn_960h() argument
651 VEHICLE_INFO("%s ch %d ntpal %d", __func__, ch, ntpal); in nv6188_set_chn_960h()
653 nvp6188_write_reg(ad, 0x08 + ch, ntpal ? 0xdd : 0xa0); in nv6188_set_chn_960h()
660 if (ntpal) in nv6188_set_chn_960h()
665 nvp6188_write_reg(ad, 0x58 + ch, ntpal ? 0x80 : 0x90); in nv6188_set_chn_960h()
666 nvp6188_write_reg(ad, 0x5c + ch, ntpal ? 0xbe : 0xbc); in nv6188_set_chn_960h()
667 nvp6188_write_reg(ad, 0x64 + ch, ntpal ? 0xa0 : 0x81); in nv6188_set_chn_960h()
668 nvp6188_write_reg(ad, 0x81 + ch, ntpal ? 0xf0 : 0xe0); in nv6188_set_chn_960h()
713 nvp6188_write_reg(ad, 0x98 + ch * 0x20, ntpal ? 0xc0 : 0xe0); in nv6188_set_chn_960h()
732 u8 ntpal) in nv6188_set_chn_720p() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dnvp6188.c1423 u8 ntpal) in nv6188_set_chn_960p() argument
1429 dev_info(&client->dev, "%s: ch %d ntpal %d", __func__, ch, ntpal); in nv6188_set_chn_960p()
1440 nvp6188_write_reg(client, 0x58 + ch, ntpal ? 0x40 : 0x48); in nv6188_set_chn_960p()
1441 nvp6188_write_reg(client, 0x5c + ch, ntpal ? 0x80 : 0x80); in nv6188_set_chn_960p()
1442 nvp6188_write_reg(client, 0x64 + ch, ntpal ? 0x28 : 0x28); in nv6188_set_chn_960p()
1443 nvp6188_write_reg(client, 0x81 + ch, ntpal ? 0x07 : 0x06); in nv6188_set_chn_960p()
1509 u8 ntpal) in nv6188_set_chn_960h() argument
1514 dev_err(&client->dev, "%s: ch %d ntpal %d", __func__, ch, ntpal); in nv6188_set_chn_960h()
1517 nvp6188_write_reg(client, 0x08 + ch, ntpal ? 0xdd : 0xa0); in nv6188_set_chn_960h()
1524 if (ntpal) in nv6188_set_chn_960h()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/i2c/jaguar1_drv/
H A Djaguar1_drv.c94 static unsigned int ntpal = 0; variable
95 module_param_named(jaguar1_ntpal, ntpal, uint, S_IRUGO);
860 sVideoall.ch_param[ch].format = AHD20_SD_H960_2EX_Btype_NT+ntpal; in jaguar1_module_init()
863 sVideoall.ch_param[ch].format = AHD20_1080P_25P+ntpal; in jaguar1_module_init()
866 sVideoall.ch_param[ch].format = AHD20_720P_960P_30P+ntpal; in jaguar1_module_init()
869 sVideoall.ch_param[ch].format = AHD20_SD_SH720_NT+ntpal; in jaguar1_module_init()
872 sVideoall.ch_param[ch].format = AHD20_720P_30P_EX_Btype+ntpal; in jaguar1_module_init()