Searched refs:CLKDIVN (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/samsung/ |
D | clk-s3c2412.c | 24 #define CLKDIVN 0x14 macro 39 CLKDIVN, 57 DIV(0, "div_cam", "mux_cam", CLKDIVN, 16, 4), 58 DIV(0, "div_i2s", "mux_i2s", CLKDIVN, 12, 4), 59 DIV(0, "div_uart", "mux_uart", CLKDIVN, 8, 4), 60 DIV(0, "div_usb", "mux_usb", CLKDIVN, 6, 1), 61 DIV(0, "div_hclk_half", "hclk", CLKDIVN, 5, 1), 62 DIV(ARMDIV, "armdiv", "msysclk", CLKDIVN, 3, 1), 63 DIV(PCLK, "pclk", "hclk", CLKDIVN, 2, 1), 64 DIV(HCLK, "hclk", "armdiv", CLKDIVN, 0, 2), [all …]
|
D | clk-s3c2410.c | 23 #define CLKDIVN 0x14 macro 50 CLKDIVN, 74 DIV(PCLK, "pclk", "hclk", CLKDIVN, 0, 1), 162 DIV(HCLK, "hclk", "mpll", CLKDIVN, 1, 1), 231 MUX(HCLK, "hclk", hclk_p, CLKDIVN, 1, 2), 253 DIV(UCLK, "uclk", "upll", CLKDIVN, 3, 1), 254 DIV(0, "div_hclk", "fclk", CLKDIVN, 1, 1),
|