Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/u-boot/include/dt-bindings/clock/
H A Dboston-clock.h10 #define BOSTON_CLK_CPU 1 macro
/openbmc/linux/include/dt-bindings/clock/
H A Dboston-clock.h11 #define BOSTON_CLK_CPU 2 macro
/openbmc/u-boot/arch/mips/dts/
H A Dimg,boston.dts25 clocks = <&clk_boston BOSTON_CLK_CPU>;
43 clocks = <&clk_boston BOSTON_CLK_CPU>;
/openbmc/linux/arch/mips/boot/dts/img/
H A Dboston.dts30 clocks = <&clk_boston BOSTON_CLK_CPU>;
191 clocks = <&clk_boston BOSTON_CLK_CPU>;
/openbmc/u-boot/drivers/clk/
H A Dclk_boston.c46 case BOSTON_CLK_CPU: in clk_boston_get_rate()