Searched full:uart3_gate (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/clk/imx/ |
D | clk-imx31.c | 46 sim_gate, ect_gate, usb_gate, kpp_gate, ipu_gate, uart3_gate, enumerator 58 &clk[uart3_gate], 114 clk[uart3_gate] = imx_clk_gate2("uart3_gate", "per", base + MXC_CCM_CGR1, 24); in _mx31_clocks_init()
|
D | clk-imx35.c | 78 /* 70 */ uart1_gate, uart2_gate, uart3_gate, usbotg_gate, wdog_gate, enumerator 89 &clk[uart3_gate], 217 clk[uart3_gate] = imx_clk_gate2("uart3_gate", "uart_div", base + MX35_CCM_CGR2, 20); in _mx35_clocks_init()
|
D | clk-imx1.c | 59 clk[IMX1_CLK_UART3_GATE] = imx_clk_gate("uart3_gate", "hclk", SCM_GCCR, 6); in mx1_clocks_init_dt()
|
/Linux-v5.10/Documentation/devicetree/bindings/clock/ |
D | imx35-clock.yaml | 91 uart3_gate 72
|
D | imx31-clock.yaml | 67 uart3_gate 48
|
/Linux-v5.10/drivers/clk/nxp/ |
D | clk-lpc32xx.c | 1293 LPC32XX_DEFINE_GATE(UART3_GATE, UART_CLK_CTRL, 0, 0), 1294 LPC32XX_DEFINE_COMPOSITE(UART3, UART3_MUX, UART3_DIV, UART3_GATE),
|