HomeSort by relevance Sort by last modified time
    Searched refs:LTDC (Results 1 - 4 of 4) sorted by null

  /external/u-boot/include/dt-bindings/clock/
stm32mp1-clks.h 65 #define LTDC 56
  /external/u-boot/arch/arm/dts/
stm32f746.dtsi 335 ltdc: display-controller@40016800 {
336 compatible = "st,stm32-ltdc";
338 resets = <&rcc STM32F7_APB2_RESET(LTDC)>;
339 clocks = <&rcc 0 STM32F7_APB2_CLOCK(LTDC)>;
stm32f429.dtsi 591 ltdc: display-controller@40016800 {
592 compatible = "st,stm32-ltdc";
595 resets = <&rcc STM32F4_APB2_RESET(LTDC)>;
  /external/u-boot/drivers/clk/
clk_stm32f.c 208 * Configure the SAI PLL to generate LTDC pixel clock and
479 /* particular case for LTDC clock */
480 case STM32F7_APB2_CLOCK(LTDC):
508 /* Only set_rate for LTDC clock is implemented */
509 if (clk->id != STM32F7_APB2_CLOCK(LTDC)) {

Completed in 377 milliseconds