• Home
  • Raw
  • Download

Lines Matching +full:ouput +full:- +full:only

27 #include <linux/nvmem-provider.h>
31 #include <linux/v4l2-dv-timings.h>
32 #include <linux/platform_data/ti-aemif.h>
36 #include <asm/mach-types.h>
41 #include <linux/platform_data/i2c-davinci.h>
43 #include <linux/platform_data/mmc-davinci.h>
44 #include <linux/platform_data/mtd-davinci.h>
45 #include <linux/platform_data/keyscan-davinci.h>
64 #define DM365_EVM_PHY_ID "davinci_mdio-0:01"
66 * A MAX-II CPLD is used for various board control functions.
114 /* UBL (a few copies) plus U-Boot */
118 .mask_flags = MTD_WRITEABLE, /* force read-only */
120 /* U-Boot environment */
157 .end = DM365_ASYNC_EMIF_DATA_CE0_BASE + SZ_32M - 1,
161 .end = DM365_ASYNC_EMIF_CONTROL_BASE + SZ_4K - 1,
181 .end = DM365_ASYNC_EMIF_CONTROL_BASE + SZ_4K - 1,
200 .name = "ti-aemif",
201 .id = -1,
218 .nvmem_name = "1-00500",
224 .nvmem_name = "1-00500",
227 .con_id = "mac-address",
252 /* Baseboard 3.3V: 5V -> TPS767D301 -> 3.3V */
253 REGULATOR_SUPPLY("AVDD", "1-0018"),
254 REGULATOR_SUPPLY("DRVDD", "1-0018"),
255 REGULATOR_SUPPLY("IOVDD", "1-0018"),
259 /* Baseboard 1.8V: 5V -> TPS767D301 -> 1.8V */
260 REGULATOR_SUPPLY("DVDD", "1-0018"),
302 return -ENXIO; in cpld_mmc_get_cd()
311 return -ENXIO; in cpld_mmc_get_ro()
330 * Subsystem Users Guide(sprufg5.pdf) pages 125 - 127 in dm365evm_emac_configure()
353 * Subsystem Users Guide(sprufg5.pdf) pages 133 - 134 in dm365evm_emac_configure()
366 * Subsystem Users Guide(sprufg5.pdf) pages 118, 128 - 131 in dm365evm_mmc_configure()
393 .name = "S-Video",
401 * ouput that goes to vpfe. There is a one to one correspondence
589 .module_name = "dm365-vpbe-display",
630 { "dm365evm::ds6", "nand-disk", },
642 reg &= ~led->mask; in cpld_led_set()
644 reg |= led->mask; in cpld_led_set()
653 return (reg & led->mask) ? LED_OFF : LED_FULL; in cpld_led_get()
672 led->cdev.name = cpld_leds[i].name; in cpld_leds_init()
673 led->cdev.brightness_set = cpld_led_set; in cpld_leds_init()
674 led->cdev.brightness_get = cpld_led_get; in cpld_leds_init()
675 led->cdev.default_trigger = cpld_leds[i].trigger; in cpld_leds_init()
676 led->mask = BIT(i); in cpld_leds_init()
678 if (led_classdev_register(NULL, &led->cdev) < 0) { in cpld_leds_init()
739 /* Static video input config with SN74CBT16214 1-of-3 mux: in evm_init_cpld()
740 * - port b1 == tvp7002 (mux lowbits == 1 or 6) in evm_init_cpld()
741 * - port b2 == imager (mux lowbits == 2 or 7) in evm_init_cpld()
742 * - port b3 == tvp5146 (mux lowbits == 5) in evm_init_cpld()
761 soc_info->emac_pdata->phy_id = DM365_EVM_PHY_ID; in evm_init_cpld()
818 regulator_register_always_on(0, "fixed-dummy", fixed_supplies_1_8v, in dm365_evm_init()
820 regulator_register_always_on(1, "fixed-dummy", fixed_supplies_3_3v, in dm365_evm_init()