Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/drivers/video/drm/display-serdes/maxim/
H A Dmaxim-max96755.c666 RESET_ONESHOT | AUTO_LINK | LINK_CFG, in max96755_select()
667 FIELD_PREP(RESET_ONESHOT, 1) | in max96755_select()
677 RESET_ONESHOT | AUTO_LINK | LINK_CFG, in max96755_select()
678 FIELD_PREP(RESET_ONESHOT, 1) | in max96755_select()
688 RESET_ONESHOT | AUTO_LINK | LINK_CFG, in max96755_select()
689 FIELD_PREP(RESET_ONESHOT, 1) | in max96755_select()
699 RESET_ONESHOT | AUTO_LINK | LINK_CFG, in max96755_select()
700 FIELD_PREP(RESET_ONESHOT, 1) | in max96755_select()
H A Dmaxim-max96789.c670 RESET_ONESHOT | AUTO_LINK | LINK_CFG, in max96789_select()
671 FIELD_PREP(RESET_ONESHOT, 1) | in max96789_select()
682 RESET_ONESHOT | AUTO_LINK | LINK_CFG, in max96789_select()
683 FIELD_PREP(RESET_ONESHOT, 1) | in max96789_select()
694 RESET_ONESHOT | AUTO_LINK | LINK_CFG, in max96789_select()
695 FIELD_PREP(RESET_ONESHOT, 1) | in max96789_select()
706 RESET_ONESHOT | AUTO_LINK | LINK_CFG, in max96789_select()
707 FIELD_PREP(RESET_ONESHOT, 1) | in max96789_select()
H A Dmaxim-max96745.h53 #define RESET_ONESHOT BIT(1) macro
H A Dmaxim-max96745.c431 ret = serdes_set_bits(serdes, 0x0029, RESET_ONESHOT, in max96745_bridge_enable()
432 FIELD_PREP(RESET_ONESHOT, 1)); in max96745_bridge_enable()
468 ret = serdes_set_bits(serdes, 0x0029, RESET_ONESHOT, in max96745_bridge_disable()
469 FIELD_PREP(RESET_ONESHOT, 1)); in max96745_bridge_disable()
H A Dmaxim-max96755.h64 #define RESET_ONESHOT BIT(5) macro
H A Dmaxim-max96789.h64 #define RESET_ONESHOT BIT(5) macro
/rk3399_rockchip-uboot/include/
H A Dmax96745.h30 #define RESET_ONESHOT BIT(1) macro
H A Dmax96755f.h53 #define RESET_ONESHOT BIT(5) macro