Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dnvp6188.c2511 u8 val_rm = 0, val_pb = 0; in nvp6188_pcm_set_dai_fmt() local
2517 nvp6188_read_reg(client, 0x13, &val_pb); in nvp6188_pcm_set_dai_fmt()
2522 val_pb |= 0x80; in nvp6188_pcm_set_dai_fmt()
2526 val_pb &= (~0x80); in nvp6188_pcm_set_dai_fmt()
2537 val_pb &= (~0x01); in nvp6188_pcm_set_dai_fmt()
2541 val_pb |= 0x01; in nvp6188_pcm_set_dai_fmt()
2545 val_pb |= 0x03; in nvp6188_pcm_set_dai_fmt()
2556 val_pb &= (~0x40); in nvp6188_pcm_set_dai_fmt()
2560 val_pb |= 0x40; in nvp6188_pcm_set_dai_fmt()
2568 nvp6188_write_reg(client, 0x13, val_pb); in nvp6188_pcm_set_dai_fmt()