Home
last modified time | relevance | path

Searched refs:clk_apb (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dmoxart.dtsi53 clk_apb: clk_apb@98100000 { label
64 clocks = <&clk_apb>;
92 clocks = <&clk_apb>;
100 clocks = <&clk_apb>;
/f-stack/freebsd/contrib/device-tree/src/arm64/xilinx/
H A Dzynqmp.dtsi261 clock-names = "clk_main", "clk_apb";
272 clock-names = "clk_main", "clk_apb";
283 clock-names = "clk_main", "clk_apb";
294 clock-names = "clk_main", "clk_apb";
305 clock-names = "clk_main", "clk_apb";
316 clock-names = "clk_main", "clk_apb";
327 clock-names = "clk_main", "clk_apb";
338 clock-names = "clk_main", "clk_apb";
353 clock-names = "clk_main", "clk_apb";
364 clock-names = "clk_main", "clk_apb";
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/dma/xilinx/
H A Dzynqmp_dma.txt10 - clock-names : List of input clocks "clk_main", "clk_apb"
23 clock-names = "clk_main", "clk_apb";
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dmoxa,moxart-clock.txt43 clk_apb: clk_apb@98100000 {
/f-stack/freebsd/arm64/rockchip/
H A Drk_spi.c108 clk_t clk_apb; member
312 error = clk_get_by_ofw_name(dev, 0, "apb_pclk", &sc->clk_apb); in rk_spi_attach()
322 error = clk_enable(sc->clk_apb); in rk_spi_attach()
366 if (sc->clk_apb) in rk_spi_detach()
367 clk_release(sc->clk_apb); in rk_spi_detach()
/f-stack/freebsd/arm/allwinner/
H A Daw_thermal.c369 clk_t clk_apb; member
627 if (clk_get_by_ofw_name(dev, 0, "bus", &sc->clk_apb) == 0) { in aw_thermal_attach()
628 error = clk_enable(sc->clk_apb); in aw_thermal_attach()
703 if (sc->clk_apb != NULL) in aw_thermal_attach()
704 clk_release(sc->clk_apb); in aw_thermal_attach()
/f-stack/freebsd/contrib/device-tree/Bindings/mmc/
H A Dmoxa,moxart-mmc.txt26 clocks = <&clk_apb>;
/f-stack/freebsd/contrib/device-tree/Bindings/dma/
H A Dmoxa,moxart-dma.txt41 clocks = <&clk_apb>;