Searched refs:DUMMY_CLK (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/clk/pxa/ |
A D | clk-pxa25x.c | 288 #define DUMMY_CLK(_con_id, _dev_id, _parent) \ macro 296 DUMMY_CLK(NULL, "pxa25x-gpio", "osc_32_768khz"), 297 DUMMY_CLK(NULL, "pxa26x-gpio", "osc_32_768khz"), 298 DUMMY_CLK("GPIO11_CLK", NULL, "osc_3_6864mhz"), 299 DUMMY_CLK("GPIO12_CLK", NULL, "osc_32_768khz"), 300 DUMMY_CLK(NULL, "sa1100-rtc", "osc_32_768khz"), 301 DUMMY_CLK("OSTIMER0", NULL, "osc_3_6864mhz"), 302 DUMMY_CLK("UARTCLK", "pxa2xx-ir", "STUART"),
|
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"),
|
A D | clk-pxa27x.c | 430 #define DUMMY_CLK(_con_id, _dev_id, _parent) \ macro 438 DUMMY_CLK(NULL, "pxa27x-gpio", "osc_32_768khz"), 439 DUMMY_CLK(NULL, "pxa-rtc", "osc_32_768khz"), 440 DUMMY_CLK(NULL, "sa1100-rtc", "osc_32_768khz"), 441 DUMMY_CLK("UARTCLK", "pxa2xx-ir", "STUART"),
|
Completed in 6 milliseconds