Searched refs:oc (Results 1 – 25 of 26) sorted by relevance
12
/arch/arm/mach-omap2/ |
D | display.c | 528 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()
|
D | omap_hwmod.c | 865 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/ |
D | stih410-pinctrl.dtsi | 18 usb-oc-detect = <&pio35 0 ALT1 IN>; 27 usb-oc-detect = <&pio35 2 ALT1 IN>;
|
D | kirkwood-openblocks_a6.dts | 80 pmx_usb_oc: pmx-usb-oc {
|
D | stih416-pinctrl.dtsi | 153 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>;
|
D | kirkwood-openblocks_a7.dts | 104 pmx_usb_oc: pmx-usb-oc {
|
/arch/s390/include/asm/ |
D | eadm.h | 41 u8 oc:4; member
|
D | pci_clp.h | 149 u8 oc; /* operation controls */ member
|
/arch/powerpc/boot/dts/ |
D | eiger.dts | 326 has-inverted-stacr-oc; 356 has-inverted-stacr-oc; 386 has-inverted-stacr-oc; 416 has-inverted-stacr-oc;
|
D | klondike.dts | 187 has-inverted-stacr-oc; 217 has-inverted-stacr-oc;
|
D | arches.dts | 291 has-inverted-stacr-oc; 320 has-inverted-stacr-oc; 349 has-inverted-stacr-oc;
|
D | glacier.dts | 363 has-inverted-stacr-oc; 393 has-inverted-stacr-oc; 423 has-inverted-stacr-oc; 453 has-inverted-stacr-oc;
|
D | obs600.dts | 270 has-inverted-stacr-oc; 300 has-inverted-stacr-oc;
|
D | rainier.dts | 283 has-inverted-stacr-oc; 312 has-inverted-stacr-oc;
|
D | sequoia.dts | 341 has-inverted-stacr-oc; 370 has-inverted-stacr-oc;
|
D | makalu.dts | 236 has-inverted-stacr-oc; 266 has-inverted-stacr-oc;
|
D | kilauea.dts | 290 has-inverted-stacr-oc; 320 has-inverted-stacr-oc;
|
D | canyonlands.dts | 386 has-inverted-stacr-oc; 416 has-inverted-stacr-oc;
|
D | haleakala.dts | 235 has-inverted-stacr-oc;
|
D | bluestone.dts | 338 has-inverted-stacr-oc;
|
D | redwood.dts | 234 has-inverted-stacr-oc;
|
D | akebono.dts | 204 has-inverted-stacr-oc;
|
D | icon.dts | 281 has-inverted-stacr-oc;
|
D | katmai.dts | 271 has-inverted-stacr-oc;
|
/arch/s390/pci/ |
D | pci_clp.c | 214 rrb->request.oc = command; in clp_set_pci_fn()
|
12