Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/i2c/
Dtw9910.c410 u8 acntl1; in tw9910_power() local
414 acntl1 = 0; in tw9910_power()
417 acntl1 = CLK_PDN | Y_PDN | C_PDN; in tw9910_power()
421 ret = tw9910_mask_set(client, ACNTL1, ACNTL1_PDN_MASK, acntl1); in tw9910_power()