Home
last modified time | relevance | path

Searched full:clksel (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/arm/ti/omap4/
H A Domap4_prcm_clks.c509 uint32_t clksel; in omap4_clk_generic_activate() local
528 clksel = bus_read_4(clk_mem_res, clk_details->clksel_reg); in omap4_clk_generic_activate()
529 clksel &= ~CLKCTRL_MODULEMODE_MASK; in omap4_clk_generic_activate()
530 clksel |= clk_details->enable_mode; in omap4_clk_generic_activate()
531 bus_write_4(clk_mem_res, clk_details->clksel_reg, clksel); in omap4_clk_generic_activate()
539 clksel = bus_read_4(clk_mem_res, clk_details->clksel_reg); in omap4_clk_generic_activate()
540 if ((clksel & CLKCTRL_IDLEST_MASK) == CLKCTRL_IDLEST_ENABLED) in omap4_clk_generic_activate()
546 if ((clksel & CLKCTRL_IDLEST_MASK) != CLKCTRL_IDLEST_ENABLED) { in omap4_clk_generic_activate()
548 printf("Error: 0x%08x => 0x%08x\n", clk_details->clksel_reg, clksel); in omap4_clk_generic_activate()
575 uint32_t clksel; in omap4_clk_generic_deactivate() local
[all …]
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/
H A Dti,clksel.yaml4 $id: http://devicetree.org/schemas/clock/ti/ti,clksel.yaml#
7 title: TI clksel clock
13 The TI CLKSEL clocks consist of consist of input clock mux bits, and in some
18 const: ti,clksel
22 description: The CLKSEL register range
34 description: The CLKSEL register and bit offset
47 compatible = "ti,clksel";
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap36xx-omap3430es2plus-clocks.dtsi9 compatible = "ti,clksel";
25 compatible = "ti,clksel";
56 compatible = "ti,clksel";
88 compatible = "ti,clksel";
176 compatible = "ti,clksel";
199 compatible = "ti,clksel";
H A Domap34xx-omap36xx-clocks.dtsi17 compatible = "ti,clksel";
66 compatible = "ti,clksel";
107 compatible = "ti,clksel";
163 compatible = "ti,clksel";
232 compatible = "ti,clksel";
257 compatible = "ti,clksel";
H A Domap3430es1-clocks.dtsi50 compatible = "ti,clksel";
82 compatible = "ti,clksel";
123 compatible = "ti,clksel";
177 compatible = "ti,clksel";
H A Domap36xx-am35xx-omap3430es2plus-clocks.dtsi138 compatible = "ti,clksel";
154 compatible = "ti,clksel";
170 compatible = "ti,clksel";
186 compatible = "ti,clksel";
H A Domap3xxx-clocks.dtsi83 compatible = "ti,clksel";
122 compatible = "ti,clksel";
262 compatible = "ti,clksel";
434 compatible = "ti,clksel";
477 compatible = "ti,clksel";
611 compatible = "ti,clksel";
676 compatible = "ti,clksel";
721 compatible = "ti,clksel";
748 compatible = "ti,clksel";
929 compatible = "ti,clksel";
[all …]
H A Dam35xx-clocks.dtsi66 compatible = "ti,clksel";
102 compatible = "ti,clksel";
H A Ddra7xx-clocks.dtsi290 compatible = "ti,clksel";
381 compatible = "ti,clksel";
431 compatible = "ti,clksel";
481 compatible = "ti,clksel";
543 compatible = "ti,clksel";
580 compatible = "ti,clksel";
671 compatible = "ti,clksel";
899 compatible = "ti,clksel";
980 compatible = "ti,clksel";
1096 compatible = "ti,clksel";
[all …]
H A Dam33xx-clocks.dtsi108 compatible = "ti,clksel";
567 compatible = "ti,clksel";
573 gfx_fclk_clksel_ck: clock-gfx-fclk-clksel@1 {
592 compatible = "ti,clksel";
H A Domap36xx-clocks.dtsi62 compatible = "ti,clksel";
H A Ddra76x.dtsi89 compatible = "ti,clksel";
H A Dam43xx-clocks.dtsi572 dpll_clksel_mac_clk: clock-dpll-clksel-mac-2@4234 {
606 gfx_fclk_clksel_ck: clock-gfx-fclk-clksel-1@423c {
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dti,ads131e08.yaml36 Note: clock source is selected using CLKSEL pin.
/freebsd/sys/i386/include/
H A Delan_mmcr.h130 u_int8_t CLKSEL; member
/freebsd/sys/arm/ti/clk/
H A Dti_dpll_clock.c249 DPRINTF(sc->dev, "clkmode %x idlest %x clksel %x autoidle %x\n", in parse_dpll_reg()