Home
last modified time | relevance | path

Searched refs:BOSTON_CLK_CPU (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/clk/imgtec/
H A Dclk-boston.c87 onecell->hws[BOSTON_CLK_CPU] = hw; in clk_boston_setup()
98 clk_hw_unregister_fixed_rate(onecell->hws[BOSTON_CLK_CPU]); in clk_boston_setup()
/OK3568_Linux_fs/u-boot/include/dt-bindings/clock/
H A Dboston-clock.h11 #define BOSTON_CLK_CPU 1 macro
/OK3568_Linux_fs/kernel/include/dt-bindings/clock/
H A Dboston-clock.h12 #define BOSTON_CLK_CPU 2 macro
/OK3568_Linux_fs/kernel/arch/mips/boot/dts/img/
H A Dboston.dts30 clocks = <&clk_boston BOSTON_CLK_CPU>;
191 clocks = <&clk_boston BOSTON_CLK_CPU>;
/OK3568_Linux_fs/u-boot/arch/mips/dts/
H A Dimg,boston.dts25 clocks = <&clk_boston BOSTON_CLK_CPU>;
43 clocks = <&clk_boston BOSTON_CLK_CPU>;
/OK3568_Linux_fs/u-boot/drivers/clk/
H A Dclk_boston.c47 case BOSTON_CLK_CPU: in clk_boston_get_rate()