dove_register_gate 94 arch/arm/mach-dove/common.c usb0 = dove_register_gate("usb0", "tclk", CLOCK_GATING_BIT_USB0); dove_register_gate 95 arch/arm/mach-dove/common.c usb1 = dove_register_gate("usb1", "tclk", CLOCK_GATING_BIT_USB1); dove_register_gate 96 arch/arm/mach-dove/common.c sata = dove_register_gate("sata", "tclk", CLOCK_GATING_BIT_SATA); dove_register_gate 97 arch/arm/mach-dove/common.c pex0 = dove_register_gate("pex0", "tclk", CLOCK_GATING_BIT_PCIE0); dove_register_gate 98 arch/arm/mach-dove/common.c pex1 = dove_register_gate("pex1", "tclk", CLOCK_GATING_BIT_PCIE1); dove_register_gate 99 arch/arm/mach-dove/common.c sdio0 = dove_register_gate("sdio0", "tclk", CLOCK_GATING_BIT_SDIO0); dove_register_gate 100 arch/arm/mach-dove/common.c sdio1 = dove_register_gate("sdio1", "tclk", CLOCK_GATING_BIT_SDIO1); dove_register_gate 101 arch/arm/mach-dove/common.c nand = dove_register_gate("nand", "tclk", CLOCK_GATING_BIT_NAND); dove_register_gate 102 arch/arm/mach-dove/common.c camera = dove_register_gate("camera", "tclk", CLOCK_GATING_BIT_CAMERA); dove_register_gate 103 arch/arm/mach-dove/common.c i2s0 = dove_register_gate("i2s0", "tclk", CLOCK_GATING_BIT_I2S0); dove_register_gate 104 arch/arm/mach-dove/common.c i2s1 = dove_register_gate("i2s1", "tclk", CLOCK_GATING_BIT_I2S1); dove_register_gate 105 arch/arm/mach-dove/common.c crypto = dove_register_gate("crypto", "tclk", CLOCK_GATING_BIT_CRYPTO); dove_register_gate 106 arch/arm/mach-dove/common.c ac97 = dove_register_gate("ac97", "tclk", CLOCK_GATING_BIT_AC97); dove_register_gate 107 arch/arm/mach-dove/common.c pdma = dove_register_gate("pdma", "tclk", CLOCK_GATING_BIT_PDMA); dove_register_gate 108 arch/arm/mach-dove/common.c xor0 = dove_register_gate("xor0", "tclk", CLOCK_GATING_BIT_XOR0); dove_register_gate 109 arch/arm/mach-dove/common.c xor1 = dove_register_gate("xor1", "tclk", CLOCK_GATING_BIT_XOR1); dove_register_gate 110 arch/arm/mach-dove/common.c gephy = dove_register_gate("gephy", "tclk", CLOCK_GATING_BIT_GIGA_PHY); dove_register_gate 111 arch/arm/mach-dove/common.c ge = dove_register_gate("ge", "gephy", CLOCK_GATING_BIT_GBE);