Searched refs:MASK_RESET_CTRL (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | tc358743.c | 498 i2c_wr8_and_or(sd, PHY_RST, ~MASK_RESET_CTRL, 0); in tc358743_reset_phy() 499 i2c_wr8_and_or(sd, PHY_RST, ~MASK_RESET_CTRL, MASK_RESET_CTRL); in tc358743_reset_phy()
|
H A D | tc358743_regs.h | 445 #define MASK_RESET_CTRL 0x01 /* Reset active low */ macro
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | tc358743.c | 498 i2c_wr8_and_or(sd, PHY_RST, ~MASK_RESET_CTRL, 0); in tc358743_reset_phy() 499 i2c_wr8_and_or(sd, PHY_RST, ~MASK_RESET_CTRL, MASK_RESET_CTRL); in tc358743_reset_phy()
|
H A D | tc358743_regs.h | 445 #define MASK_RESET_CTRL 0x01 /* Reset active low */ macro
|
Completed in 12 milliseconds