Home
last modified time | relevance | path

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

12

/arch/arm/mach-omap2/
Ddisplay.c332 struct omap_hwmod_opt_clk *oc; in omap_dss_reset() local
341 for (i = oh->opt_clks_cnt, oc = oh->opt_clks; i > 0; i--, oc++) in omap_dss_reset()
342 if (oc->_clk) in omap_dss_reset()
343 clk_prepare_enable(oc->_clk); in omap_dss_reset()
368 for (i = oh->opt_clks_cnt, oc = oh->opt_clks; i > 0; i--, oc++) in omap_dss_reset()
369 if (oc->_clk) in omap_dss_reset()
370 clk_disable_unprepare(oc->_clk); in omap_dss_reset()
Domap_hwmod.c909 struct omap_hwmod_opt_clk *oc; in _init_opt_clks() local
914 for (i = oh->opt_clks_cnt, oc = oh->opt_clks; i > 0; i--, oc++) { in _init_opt_clks()
915 c = clk_get(NULL, oc->clk); in _init_opt_clks()
918 oh->name, oc->clk); in _init_opt_clks()
922 oc->_clk = c; in _init_opt_clks()
931 clk_prepare(oc->_clk); in _init_opt_clks()
939 struct omap_hwmod_opt_clk *oc; in _enable_optional_clocks() local
944 for (i = oh->opt_clks_cnt, oc = oh->opt_clks; i > 0; i--, oc++) in _enable_optional_clocks()
945 if (oc->_clk) { in _enable_optional_clocks()
946 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.dts81 pmx_usb_oc: pmx-usb-oc {
Dkirkwood-openblocks_a7.dts104 pmx_usb_oc: pmx-usb-oc {
Dat91-tse850-3.dts296 atmel,oc-gpio = <&pioC 15 GPIO_ACTIVE_LOW>;
/arch/s390/include/asm/
Deadm.h43 u8 oc:4; member
Dpci_clp.h133 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;
Dmakalu.dts236 has-inverted-stacr-oc;
266 has-inverted-stacr-oc;
Dsequoia.dts341 has-inverted-stacr-oc;
370 has-inverted-stacr-oc;
Dfsp2.dts520 has-inverted-stacr-oc;
546 has-inverted-stacr-oc;
Dkilauea.dts290 has-inverted-stacr-oc;
320 has-inverted-stacr-oc;
Dcanyonlands.dts395 has-inverted-stacr-oc;
425 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;
/arch/s390/pci/
Dpci_clp.c254 rrb->request.oc = command; in clp_set_pci_fn()

12