Lines Matching refs:ntpal
1423 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()
1529 nvp6188_write_reg(client, 0x58 + ch, ntpal ? 0x80 : 0x90); in nv6188_set_chn_960h()
1530 nvp6188_write_reg(client, 0x5c + ch, ntpal ? 0xbe : 0xbc); in nv6188_set_chn_960h()
1531 nvp6188_write_reg(client, 0x64 + ch, ntpal ? 0xa0 : 0x81); in nv6188_set_chn_960h()
1532 nvp6188_write_reg(client, 0x81 + ch, ntpal ? 0xf0 : 0xe0); in nv6188_set_chn_960h()
1575 nvp6188_write_reg(client, 0x98 + (ch * 0x20), ntpal ? 0xc0 : 0xe0); in nv6188_set_chn_960h()
1595 u8 ntpal) in nv6188_set_chn_720p() argument
1600 dev_info(&client->dev, "%s: ch %d ntpal %d", __func__, ch, ntpal); in nv6188_set_chn_720p()
1610 nvp6188_write_reg(client, 0x58 + ch, ntpal ? 0x80 : 0x80); in nv6188_set_chn_720p()
1611 nvp6188_write_reg(client, 0x5c + ch, ntpal ? 0x00 : 0x00); in nv6188_set_chn_720p()
1612 nvp6188_write_reg(client, 0x64 + ch, ntpal ? 0x01 : 0x01); in nv6188_set_chn_720p()
1613 nvp6188_write_reg(client, 0x81 + ch, ntpal ? 0x0d : 0x0c); in nv6188_set_chn_720p()
1675 u8 ntpal) in nv6188_set_chn_1080p() argument
1680 dev_info(&client->dev, "%s ch %d ntpal %d", __func__, ch, ntpal); in nv6188_set_chn_1080p()
1690 nvp6188_write_reg(client, 0x58 + ch, ntpal ? 0x80 : 0x80); in nv6188_set_chn_1080p()
1691 nvp6188_write_reg(client, 0x5c + ch, ntpal ? 0x00 : 0x00); in nv6188_set_chn_1080p()
1692 nvp6188_write_reg(client, 0x64 + ch, ntpal ? 0x01 : 0x01); in nv6188_set_chn_1080p()
1693 nvp6188_write_reg(client, 0x81 + ch, ntpal ? 0x03 : 0x02); in nv6188_set_chn_1080p()
1755 static void nv6188_set_chn_1300p(struct nvp6188 *nvp6188, unsigned char ch, unsigned char ntpal) in nv6188_set_chn_1300p() argument
1760 dev_info(&client->dev, "%s ch %d ntpal %d", __func__, ch, ntpal); in nv6188_set_chn_1300p()
1771 nvp6188_write_reg(client, 0x58 + ch, ntpal ? 0x80 : 0x80); in nv6188_set_chn_1300p()
1772 nvp6188_write_reg(client, 0x5c + ch, ntpal ? 0x80 : 0x80); in nv6188_set_chn_1300p()
1773 nvp6188_write_reg(client, 0x64 + ch, ntpal ? 0x00 : 0x01); in nv6188_set_chn_1300p()
1774 nvp6188_write_reg(client, 0x81 + ch, ntpal ? 0x03 : 0x02); in nv6188_set_chn_1300p()
1823 nvp6188_write_reg(client, 0x01 + (ch * 0x20), ntpal ? 0x01 : 0x00); in nv6188_set_chn_1300p()
1824 nvp6188_write_reg(client, 0x02 + (ch * 0x20), ntpal ? 0xb2 : 0x50); in nv6188_set_chn_1300p()
1827 nvp6188_write_reg(client, 0x05 + (ch * 0x20), ntpal ? 0x08 : 0x07); in nv6188_set_chn_1300p()
1828 nvp6188_write_reg(client, 0x06 + (ch * 0x20), ntpal ? 0x70 : 0x08); in nv6188_set_chn_1300p()