Home
last modified time | relevance | path

Searched full:clk_core (Results 1 – 21 of 21) sorted by relevance

/freebsd/sys/contrib/device-tree/src/mips/img/
H A Dpistachio.dtsi29 clocks = <&clk_core CLK_MIPS_PLL>;
139 <&clk_core CLK_I2S>;
141 assigned-clocks = <&clk_core CLK_I2S_DIV>;
159 <&clk_core CLK_AUDIO_DAC>;
161 assigned-clocks = <&clk_core CLK_AUDIO_DAC_DIV>;
176 <&clk_core CLK_SPDIF>;
178 assigned-clocks = <&clk_core CLK_SPDIF_DIV>;
215 clocks = <&clk_core CLK_SPI0>, <&cr_periph SYS_CLK_SPI0_MASTER>;
230 clocks = <&clk_core CLK_SPI1>, <&cr_periph SYS_CLK_SPI1>;
257 clocks = <&clk_core CLK_UART0>, <&cr_periph SYS_CLK_UART0>;
[all …]
/freebsd/sys/dev/qcom_qup/
H A Dqcom_spi.c330 ret = clk_get_by_ofw_name(dev, 0, "core", &sc->clk_core); in qcom_spi_attach()
344 ret = clk_enable(sc->clk_core); in qcom_spi_attach()
441 if (sc->clk_core) { in qcom_spi_attach()
442 clk_disable(sc->clk_core); in qcom_spi_attach()
443 clk_release(sc->clk_core); in qcom_spi_attach()
851 if (sc->clk_core) { in qcom_spi_detach()
852 clk_disable(sc->clk_core); in qcom_spi_detach()
853 clk_release(sc->clk_core); in qcom_spi_detach()
H A Dqcom_spi_var.h55 clk_t clk_core; /* QUP/SPI core */ member
/freebsd/sys/dev/iicbus/controller/twsi/
H A Dmv_twsi.c157 clk_get_freq(sc->clk_core, &clk); in mv_twsi_cal_baud_rate()
186 error = clk_get_by_ofw_index(dev, 0, 0, &sc->clk_core); in mv_twsi_attach()
191 error = clk_enable(sc->clk_core); in mv_twsi_attach()
H A Da10_twsi.c102 error = clk_get_by_ofw_index(dev, 0, 0, &sc->clk_core); in a10_twsi_attach()
107 error = clk_enable(sc->clk_core); in a10_twsi_attach()
H A Dtwsi.h49 clk_t clk_core; member
H A Dtwsi.c260 if (clk_get_freq(sc->clk_core, &clk) < 0) in twsi_calc_baud_rate()
/freebsd/sys/dev/sdhci/
H A Dsdhci_fdt_rockchip.c176 clk_set_freq(sc->clk_core, clock, 0); in sdhci_fdt_rockchip_set_clock()
255 if (clk_get_by_ofw_name(dev, 0, "core", &sc->clk_core)) { in sdhci_fdt_rockchip_attach()
259 clk_enable(sc->clk_core); in sdhci_fdt_rockchip_attach()
H A Dsdhci_fdt.h50 clk_t clk_core; /* core clock */ member
/freebsd/sys/dev/pci/
H A Dpci_dw_mv.c93 clk_t clk_core; member
263 rv = clk_get_by_ofw_name(sc->dev, 0, "core", &sc->clk_core); in pci_mv_attach()
277 rv = clk_enable(sc->clk_core); in pci_mv_attach()
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dpistachio-clock.txt34 clk_core: clock-controller@18144000 {
65 clocks = <&clk_core CLK_PERIPH_SYS>;
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dimg,parallel-out.txt39 <&clk_core CLK_AUDIO_DAC>;
H A Dimg,spdif-out.txt39 <&clk_core CLK_SPDIF>;
H A Dimg,i2s-out.txt45 <&clk_core CLK_I2S>;
H A Dti,pcm3168a.txt45 clocks = <&clk_core CLK_AUDIO>;
H A Dtas571x.txt47 clocks = <&clk_core CLK_I2S>;
H A Dti,pcm3168a.yaml99 clocks = <&clk_core 42>;
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dpistachio-usb-phy.txt23 clocks = <&clk_core CLK_USB_PHY>;
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/
H A Dpxa-clock.h19 #define CLK_CORE 9 macro
/freebsd/sys/contrib/device-tree/Bindings/mips/img/
H A Dpistachio.txt30 clocks = <&clk_core CLK_MIPS>;
/freebsd/sys/dev/clk/rockchip/
H A Drk3568_cru.c810 /* 0 clk_core */