Searched refs:RESET_ONESHOT (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | max96745.c | 62 ret = dm_i2c_reg_clrset(dev->parent, 0x0029, RESET_ONESHOT, in max96745_bridge_enable() 63 FIELD_PREP(RESET_ONESHOT, 1)); in max96745_bridge_enable() 97 ret = dm_i2c_reg_clrset(dev->parent, 0x0029, RESET_ONESHOT, in max96745_bridge_post_disable() 98 FIELD_PREP(RESET_ONESHOT, 1)); in max96745_bridge_post_disable()
|
| H A D | max96755f.c | 78 RESET_ONESHOT | AUTO_LINK | LINK_CFG, in max96755f_bridge_enable() 79 FIELD_PREP(RESET_ONESHOT, 1) | in max96755f_bridge_enable() 115 dm_i2c_reg_clrset(dev->parent, 0x0010, RESET_ONESHOT, in max96755f_bridge_enable() 116 FIELD_PREP(RESET_ONESHOT, 1)); in max96755f_bridge_enable()
|
| /OK3568_Linux_fs/u-boot/drivers/i2c/muxes/ |
| H A D | max96755f.c | 32 RESET_ONESHOT | AUTO_LINK | LINK_CFG, in max96755f_select() 33 FIELD_PREP(RESET_ONESHOT, 1) | in max96755f_select() 39 RESET_ONESHOT | AUTO_LINK | LINK_CFG, in max96755f_select() 40 FIELD_PREP(RESET_ONESHOT, 1) | in max96755f_select()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/ |
| H A D | maxim-max96745.c | 102 regmap_update_bits(ser->regmap, 0x0029, RESET_ONESHOT, in max96745_bridge_enable() 103 FIELD_PREP(RESET_ONESHOT, 1)); in max96745_bridge_enable() 145 regmap_update_bits(ser->regmap, 0x0029, RESET_ONESHOT, in max96745_bridge_post_disable() 146 FIELD_PREP(RESET_ONESHOT, 1)); in max96745_bridge_post_disable()
|
| H A D | maxim-max96755f.c | 287 regmap_update_bits(ser->regmap, 0x0010, RESET_ONESHOT, in max96755f_bridge_reset_oneshot() 288 FIELD_PREP(RESET_ONESHOT, 1)); in max96755f_bridge_reset_oneshot()
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | max96755f.c | 92 RESET_ONESHOT | AUTO_LINK | LINK_CFG, in max96755f_select() 93 FIELD_PREP(RESET_ONESHOT, 1) | in max96755f_select() 98 RESET_ONESHOT | AUTO_LINK | LINK_CFG, in max96755f_select() 99 FIELD_PREP(RESET_ONESHOT, 1) | in max96755f_select()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | max96745.h | 30 #define RESET_ONESHOT BIT(1) macro
|
| H A D | max96755f.h | 53 #define RESET_ONESHOT BIT(5) macro
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | max96745.h | 60 #define RESET_ONESHOT BIT(1) macro
|
| H A D | max96755f.h | 66 #define RESET_ONESHOT BIT(5) macro
|