Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/i2c/
H A Dtc358746.c345 tc358746_update_bits(struct tc358746 *tc358746, u32 reg, u32 mask, u32 val) in tc358746_update_bits() function
362 return tc358746_update_bits(tc358746, reg, bits, bits); in tc358746_set_bits()
367 return tc358746_update_bits(tc358746, reg, bits, 0); in tc358746_clear_bits()
403 err = tc358746_update_bits(tc358746, PLLCTL0_REG, mask, val); in tc358746_apply_pll_config()
409 err = tc358746_update_bits(tc358746, PLLCTL1_REG, mask, val); in tc358746_apply_pll_config()
442 err = tc358746_update_bits(tc358746, CONFCTL_REG, PDATAF_MASK, val); in tc358746_apply_misc_config()
573 err = tc358746_update_bits(tc358746, CONFCTL_REG, DATALANE_MASK, in tc358746_enable_csi_lanes()
1079 return tc358746_update_bits(tc358746, CLKCTL_REG, MCLKDIV_MASK, val); in tc358746_mclk_enable()