Searched refs:CLKDIVN (Results 1 – 2 of 2) sorted by relevance
/drivers/clk/samsung/ |
D | clk-s3c2412.c | 26 #define CLKDIVN 0x14 macro 49 CLKDIVN, 103 DIV(0, "div_cam", "mux_cam", CLKDIVN, 16, 4), 104 DIV(0, "div_i2s", "mux_i2s", CLKDIVN, 12, 4), 105 DIV(0, "div_uart", "mux_uart", CLKDIVN, 8, 4), 106 DIV(0, "div_usb", "mux_usb", CLKDIVN, 6, 1), 107 DIV(0, "div_hclk_half", "hclk", CLKDIVN, 5, 1), 108 DIV(ARMDIV, "armdiv", "msysclk", CLKDIVN, 3, 1), 109 DIV(PCLK, "pclk", "hclk", CLKDIVN, 2, 1), 110 DIV(HCLK, "hclk", "armdiv", CLKDIVN, 0, 2), [all …]
|
D | clk-s3c2410.c | 26 #define CLKDIVN 0x14 macro 56 CLKDIVN, 116 DIV(PCLK, "pclk", "hclk", CLKDIVN, 0, 1), 204 DIV(HCLK, "hclk", "mpll", CLKDIVN, 1, 1), 273 MUX(HCLK, "hclk", hclk_p, CLKDIVN, 1, 2), 295 DIV(UCLK, "uclk", "upll", CLKDIVN, 3, 1), 296 DIV(0, "div_hclk", "fclk", CLKDIVN, 1, 1),
|