Searched refs:DUMMY_CLK (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/clk/pxa/ |
H A D | clk-pxa25x.c | 290 #define DUMMY_CLK(_con_id, _dev_id, _parent) \ macro 298 DUMMY_CLK(NULL, "pxa25x-gpio", "osc_32_768khz"), 299 DUMMY_CLK(NULL, "pxa26x-gpio", "osc_32_768khz"), 300 DUMMY_CLK("GPIO11_CLK", NULL, "osc_3_6864mhz"), 301 DUMMY_CLK("GPIO12_CLK", NULL, "osc_32_768khz"), 302 DUMMY_CLK(NULL, "sa1100-rtc", "osc_32_768khz"), 303 DUMMY_CLK("OSTIMER0", NULL, "osc_3_6864mhz"), 304 DUMMY_CLK("UARTCLK", "pxa2xx-ir", "STUART"),
|
H A D | clk-pxa27x.c | 431 #define DUMMY_CLK(_con_id, _dev_id, _parent) \ macro 439 DUMMY_CLK(NULL, "pxa27x-gpio", "osc_32_768khz"), 440 DUMMY_CLK(NULL, "pxa-rtc", "osc_32_768khz"), 441 DUMMY_CLK(NULL, "sa1100-rtc", "osc_32_768khz"), 442 DUMMY_CLK("UARTCLK", "pxa2xx-ir", "STUART"),
|
H A D | clk-pxa3xx.c | 393 #define DUMMY_CLK(_con_id, _dev_id, _parent) \ macro 401 DUMMY_CLK(NULL, "pxa93x-gpio", "osc_13mhz"), 402 DUMMY_CLK(NULL, "sa1100-rtc", "osc_32_768khz"), 403 DUMMY_CLK("UARTCLK", "pxa2xx-ir", "STUART"), 404 DUMMY_CLK(NULL, "pxa3xx-pwri2c.1", "osc_13mhz"),
|