Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Dmax96745.c62 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 Dmax96755f.c78 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 Dmax96755f.c32 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 Dmaxim-max96745.c102 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 Dmaxim-max96755f.c287 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 Dmax96755f.c92 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 Dmax96745.h30 #define RESET_ONESHOT BIT(1) macro
H A Dmax96755f.h53 #define RESET_ONESHOT BIT(5) macro
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dmax96745.h60 #define RESET_ONESHOT BIT(1) macro
H A Dmax96755f.h66 #define RESET_ONESHOT BIT(5) macro