Searched refs:RSTCON_NEGATE (Results 1 – 6 of 6) sorted by relevance
/u-boot/arch/arm/mach-nexell/include/mach/ |
A D | reset.h | 14 RSTCON_NEGATE = 1UL enumerator
|
/u-boot/drivers/video/nexell/ |
A D | s5pxx18_dp_hdmi.c | 54 nx_rstcon_setrst(RESET_ID_HDMI_VIDEO, RSTCON_NEGATE); in hdmi_reset() 55 nx_rstcon_setrst(RESET_ID_HDMI_SPDIF, RSTCON_NEGATE); in hdmi_reset() 56 nx_rstcon_setrst(RESET_ID_HDMI_TMDS, RSTCON_NEGATE); in hdmi_reset() 406 nx_rstcon_setrst(RESET_ID_HDMI_PHY, RSTCON_NEGATE); in hdmi_init() 407 nx_rstcon_setrst(RESET_ID_HDMI, RSTCON_NEGATE); in hdmi_init()
|
A D | s5pxx18_dp_mipi.c | 88 nx_rstcon_setrst(RESET_ID_MIPI, RSTCON_NEGATE); in mipi_reset() 89 nx_rstcon_setrst(RESET_ID_MIPI_DSI, RSTCON_NEGATE); in mipi_reset() 90 nx_rstcon_setrst(RESET_ID_MIPI_PHY_S, RSTCON_NEGATE); in mipi_reset() 91 nx_rstcon_setrst(RESET_ID_MIPI_PHY_M, RSTCON_NEGATE); in mipi_reset()
|
A D | s5pxx18_dp.c | 40 nx_rstcon_setrst(RESET_ID_DISP_TOP, RSTCON_NEGATE); in dp_control_init() 44 nx_rstcon_setrst(RESET_ID_DISPLAY, RSTCON_NEGATE); in dp_control_init()
|
A D | s5pxx18_dp_lvds.c | 25 nx_rstcon_setrst(RESET_ID_LVDS, RSTCON_NEGATE); in lvds_phy_reset()
|
/u-boot/arch/arm/cpu/armv7/s5p4418/ |
A D | cpu.c | 62 nx_rstcon_setrst(id, RSTCON_NEGATE); in serial_device_init()
|
Completed in 9 milliseconds