Searched refs:PRCC_KCLK_STORE (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/clk/ux500/ |
D | u8500_of_clk.c | 29 #define PRCC_KCLK_STORE(clk, base, bit) \ macro 436 PRCC_KCLK_STORE(clk, 1, 0); in u8500_of_clk_init() 440 PRCC_KCLK_STORE(clk, 1, 1); in u8500_of_clk_init() 444 PRCC_KCLK_STORE(clk, 1, 2); in u8500_of_clk_init() 448 PRCC_KCLK_STORE(clk, 1, 3); in u8500_of_clk_init() 452 PRCC_KCLK_STORE(clk, 1, 4); in u8500_of_clk_init() 456 PRCC_KCLK_STORE(clk, 1, 5); in u8500_of_clk_init() 460 PRCC_KCLK_STORE(clk, 1, 6); in u8500_of_clk_init() 464 PRCC_KCLK_STORE(clk, 1, 8); in u8500_of_clk_init() 468 PRCC_KCLK_STORE(clk, 1, 9); in u8500_of_clk_init() [all …]
|