Home
last modified time | relevance | path

Searched refs:oc (Results 1 – 25 of 26) sorted by relevance

12

/arch/arm/mach-omap2/
Ddisplay.c528 struct omap_hwmod_opt_clk *oc; in omap_dss_reset() local
537 for (i = oh->opt_clks_cnt, oc = oh->opt_clks; i > 0; i--, oc++) in omap_dss_reset()
538 if (oc->_clk) in omap_dss_reset()
539 clk_prepare_enable(oc->_clk); in omap_dss_reset()
564 for (i = oh->opt_clks_cnt, oc = oh->opt_clks; i > 0; i--, oc++) in omap_dss_reset()
565 if (oc->_clk) in omap_dss_reset()
566 clk_disable_unprepare(oc->_clk); in omap_dss_reset()
Domap_hwmod.c865 struct omap_hwmod_opt_clk *oc; in _init_opt_clks() local
870 for (i = oh->opt_clks_cnt, oc = oh->opt_clks; i > 0; i--, oc++) { in _init_opt_clks()
871 c = clk_get(NULL, oc->clk); in _init_opt_clks()
874 oh->name, oc->clk); in _init_opt_clks()
878 oc->_clk = c; in _init_opt_clks()
887 clk_prepare(oc->_clk); in _init_opt_clks()
895 struct omap_hwmod_opt_clk *oc; in _enable_optional_clocks() local
900 for (i = oh->opt_clks_cnt, oc = oh->opt_clks; i > 0; i--, oc++) in _enable_optional_clocks()
901 if (oc->_clk) { in _enable_optional_clocks()
902 pr_debug("omap_hwmod: enable %s:%s\n", oc->role, in _enable_optional_clocks()
[all …]
/arch/arm/boot/dts/
Dstih410-pinctrl.dtsi18 usb-oc-detect = <&pio35 0 ALT1 IN>;
27 usb-oc-detect = <&pio35 2 ALT1 IN>;
Dkirkwood-openblocks_a6.dts80 pmx_usb_oc: pmx-usb-oc {
Dstih416-pinctrl.dtsi153 oc-detect = <&pio40 0 ALT1 IN>;
364 oc-detect = <&pio9 4 ALT1 IN>;
563 oc-detect = <&pio18 0 ALT1 IN>;
569 oc-detect = <&pio18 2 ALT1 IN>;
Dkirkwood-openblocks_a7.dts104 pmx_usb_oc: pmx-usb-oc {
/arch/s390/include/asm/
Deadm.h41 u8 oc:4; member
Dpci_clp.h149 u8 oc; /* operation controls */ member
/arch/powerpc/boot/dts/
Deiger.dts326 has-inverted-stacr-oc;
356 has-inverted-stacr-oc;
386 has-inverted-stacr-oc;
416 has-inverted-stacr-oc;
Dklondike.dts187 has-inverted-stacr-oc;
217 has-inverted-stacr-oc;
Darches.dts291 has-inverted-stacr-oc;
320 has-inverted-stacr-oc;
349 has-inverted-stacr-oc;
Dglacier.dts363 has-inverted-stacr-oc;
393 has-inverted-stacr-oc;
423 has-inverted-stacr-oc;
453 has-inverted-stacr-oc;
Dobs600.dts270 has-inverted-stacr-oc;
300 has-inverted-stacr-oc;
Drainier.dts283 has-inverted-stacr-oc;
312 has-inverted-stacr-oc;
Dsequoia.dts341 has-inverted-stacr-oc;
370 has-inverted-stacr-oc;
Dmakalu.dts236 has-inverted-stacr-oc;
266 has-inverted-stacr-oc;
Dkilauea.dts290 has-inverted-stacr-oc;
320 has-inverted-stacr-oc;
Dcanyonlands.dts386 has-inverted-stacr-oc;
416 has-inverted-stacr-oc;
Dhaleakala.dts235 has-inverted-stacr-oc;
Dbluestone.dts338 has-inverted-stacr-oc;
Dredwood.dts234 has-inverted-stacr-oc;
Dakebono.dts204 has-inverted-stacr-oc;
Dicon.dts281 has-inverted-stacr-oc;
Dkatmai.dts271 has-inverted-stacr-oc;
/arch/s390/pci/
Dpci_clp.c214 rrb->request.oc = command; in clp_set_pci_fn()

12