Searched refs:DUMMY_CLK (Results 1 – 3 of 3) sorted by relevance
/drivers/clk/pxa/ |
D | clk-pxa25x.c | 223 #define DUMMY_CLK(_con_id, _dev_id, _parent) \ macro 231 DUMMY_CLK(NULL, "pxa25x-gpio", "osc_32_768khz"), 232 DUMMY_CLK(NULL, "pxa26x-gpio", "osc_32_768khz"), 233 DUMMY_CLK("GPIO11_CLK", NULL, "osc_3_6864mhz"), 234 DUMMY_CLK("GPIO12_CLK", NULL, "osc_32_768khz"), 235 DUMMY_CLK(NULL, "sa1100-rtc", "osc_32_768khz"), 236 DUMMY_CLK("OSTIMER0", NULL, "osc_32_768khz"), 237 DUMMY_CLK("UARTCLK", "pxa2xx-ir", "STUART"),
|
D | clk-pxa27x.c | 356 #define DUMMY_CLK(_con_id, _dev_id, _parent) \ macro 364 DUMMY_CLK(NULL, "pxa27x-gpio", "osc_32_768khz"), 365 DUMMY_CLK(NULL, "pxa-rtc", "osc_32_768khz"), 366 DUMMY_CLK(NULL, "sa1100-rtc", "osc_32_768khz"), 367 DUMMY_CLK("UARTCLK", "pxa2xx-ir", "STUART"),
|
D | clk-pxa3xx.c | 301 #define DUMMY_CLK(_con_id, _dev_id, _parent) \ macro 309 DUMMY_CLK(NULL, "pxa93x-gpio", "osc_13mhz"), 310 DUMMY_CLK(NULL, "sa1100-rtc", "osc_32_768khz"), 311 DUMMY_CLK("UARTCLK", "pxa2xx-ir", "STUART"), 312 DUMMY_CLK(NULL, "pxa3xx-pwri2c.1", "osc_13mhz"),
|