Searched refs:MASK_RESET_CTRL (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | tc35874x_regs.h | 374 #define MASK_RESET_CTRL 0x01 /* Reset active low */ macro
|
| H A D | tc358743_regs.h | 445 #define MASK_RESET_CTRL 0x01 /* Reset active low */ macro
|
| 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 | tc35874x.c | 654 i2c_wr8_and_or(sd, PHY_RST, ~MASK_RESET_CTRL, 0); in tc35874x_reset_phy() 655 i2c_wr8_and_or(sd, PHY_RST, ~MASK_RESET_CTRL, MASK_RESET_CTRL); in tc35874x_reset_phy()
|