Searched refs:oc (Results 1 – 25 of 27) sorted by relevance
12
/arch/arm/mach-omap2/ |
D | display.c | 332 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()
|
D | omap_hwmod.c | 909 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/ |
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 | 81 pmx_usb_oc: pmx-usb-oc {
|
D | kirkwood-openblocks_a7.dts | 104 pmx_usb_oc: pmx-usb-oc {
|
D | at91-tse850-3.dts | 296 atmel,oc-gpio = <&pioC 15 GPIO_ACTIVE_LOW>;
|
/arch/s390/include/asm/ |
D | eadm.h | 43 u8 oc:4; member
|
D | pci_clp.h | 133 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 | makalu.dts | 236 has-inverted-stacr-oc; 266 has-inverted-stacr-oc;
|
D | sequoia.dts | 341 has-inverted-stacr-oc; 370 has-inverted-stacr-oc;
|
D | fsp2.dts | 520 has-inverted-stacr-oc; 546 has-inverted-stacr-oc;
|
D | kilauea.dts | 290 has-inverted-stacr-oc; 320 has-inverted-stacr-oc;
|
D | canyonlands.dts | 395 has-inverted-stacr-oc; 425 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;
|
/arch/s390/pci/ |
D | pci_clp.c | 254 rrb->request.oc = command; in clp_set_pci_fn()
|
12