Home
last modified time | relevance | path

Searched refs:board (Results 1 – 25 of 3995) sorted by relevance

12345678910>>...160

/OK3568_Linux_fs/u-boot/include/config/
H A Dauto.conf.cmd
/OK3568_Linux_fs/u-boot/arch/arm/mach-at91/
H A DKconfig4 prompt "Atmel AT91 board select"
12 bool "Atmel at91sam9260 reference board"
17 bool "Ethernut5 board"
38 bool "Atmel at91sam9261 reference board"
43 bool "Ronetix pm9261 board"
47 bool "Atmel at91sam9263 reference board"
52 bool "Caloa USB A9260 board"
56 bool "Ronetix pm9263 board"
60 bool "Atmel AT91SAM9M10G45-EK board"
66 bool "Ronetix pm9g45 board"
[all …]
/OK3568_Linux_fs/kernel/drivers/pcmcia/
H A Dat91_cf.c48 struct at91_cf_data *board; member
55 return !gpio_get_value(cf->board->det_pin); in at91_cf_present()
69 if (irq == gpio_to_irq(cf->board->det_pin)) { in at91_cf_irq()
95 int rdy = gpio_is_valid(cf->board->irq_pin); /* RDY/nIRQ */ in at91_cf_get_status()
96 int vcc = gpio_is_valid(cf->board->vcc_pin); in at91_cf_get_status()
99 if (!rdy || gpio_get_value(cf->board->irq_pin)) in at91_cf_get_status()
101 if (!vcc || gpio_get_value(cf->board->vcc_pin)) in at91_cf_get_status()
117 if (gpio_is_valid(cf->board->vcc_pin)) { in at91_cf_set_socket()
120 gpio_set_value(cf->board->vcc_pin, 0); in at91_cf_set_socket()
123 gpio_set_value(cf->board->vcc_pin, 1); in at91_cf_set_socket()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dboard.su
/OK3568_Linux_fs/buildroot/boot/at91bootstrap/
H A Dat91bootstrap-1.16-u-boot-relocation-fix.patch28 board/at91sam9260ek/dataflash/at91sam9260ek.h | 4 ++--
29 board/at91sam9260ek/nandflash/at91sam9260ek.h | 2 +-
30 board/at91sam9261ek/dataflash/at91sam9261ek.h | 4 ++--
31 board/at91sam9261ek/nandflash/at91sam9261ek.h | 2 +-
32 board/at91sam9263ek/dataflash/at91sam9263ek.h | 4 ++--
33 board/at91sam9263ek/nandflash/at91sam9263ek.h | 2 +-
34 board/at91sam9g10ek/dataflash/at91sam9g10ek.h | 4 ++--
35 board/at91sam9g10ek/nandflash/at91sam9g10ek.h | 2 +-
36 board/at91sam9g20ek/dataflash/at91sam9g20ek.h | 4 ++--
37 board/at91sam9g20ek/nandflash/at91sam9g20ek.h | 2 +-
[all …]
H A Dat91bootstrap-1.16-eabi-fix.patch11 board/at91cap9adk/dataflash/Makefile | 2 +-
12 board/at91cap9adk/norflash/Makefile | 2 +-
13 board/at91cap9stk/nandflash/Makefile | 2 +-
14 board/at91sam9260ek/dataflash/Makefile | 2 +-
15 board/at91sam9260ek/nandflash/Makefile | 2 +-
16 board/at91sam9261ek/dataflash/Makefile | 2 +-
17 board/at91sam9261ek/nandflash/Makefile | 2 +-
18 board/at91sam9263ek/dataflash/Makefile | 2 +-
19 board/at91sam9263ek/nandflash/Makefile | 2 +-
20 board/at91sam9g10ek/dataflash/Makefile | 2 +-
[all …]
/OK3568_Linux_fs/kernel/drivers/net/can/sja1000/
H A Dkvaser_pci.c121 struct kvaser_pci *board = priv->priv; in kvaser_pci_disable_irq() local
125 intcsr = ioread32(board->conf_addr + S5920_INTCSR); in kvaser_pci_disable_irq()
127 iowrite32(intcsr, board->conf_addr + S5920_INTCSR); in kvaser_pci_disable_irq()
133 struct kvaser_pci *board = priv->priv; in kvaser_pci_enable_irq() local
137 tmp_en_io = ioread32(board->conf_addr + S5920_INTCSR); in kvaser_pci_enable_irq()
139 iowrite32(tmp_en_io, board->conf_addr + S5920_INTCSR); in kvaser_pci_enable_irq()
164 struct kvaser_pci *board; in kvaser_pci_del_chan() local
170 board = priv->priv; in kvaser_pci_del_chan()
171 if (!board) in kvaser_pci_del_chan()
174 dev_info(&board->pci_dev->dev, "Removing device %s\n", in kvaser_pci_del_chan()
[all …]
/OK3568_Linux_fs/kernel/drivers/nubus/
H A Dnubus.c219 int nubus_get_root_dir(const struct nubus_board *board, in nubus_get_root_dir() argument
222 dir->ptr = dir->base = board->directory; in nubus_get_root_dir()
224 dir->mask = board->lanes; in nubus_get_root_dir()
234 dir->mask = fres->board->lanes; in nubus_get_func_dir()
239 int nubus_get_board_dir(const struct nubus_board *board, in nubus_get_board_dir() argument
244 dir->ptr = dir->base = board->directory; in nubus_get_board_dir()
246 dir->mask = board->lanes; in nubus_get_board_dir()
338 static int __init nubus_get_block_rsrc_dir(struct nubus_board *board, in nubus_get_block_rsrc_dir() argument
346 dir.procdir = nubus_proc_add_rsrc_dir(procdir, parent, board); in nubus_get_block_rsrc_dir()
358 static int __init nubus_get_display_vidmode(struct nubus_board *board, in nubus_get_display_vidmode() argument
[all …]
H A Dbus.c80 struct nubus_board *board = to_nubus_board(dev); in nubus_device_release() local
84 if (fres->board == board) { in nubus_device_release()
88 kfree(board); in nubus_device_release()
91 int nubus_device_register(struct nubus_board *board) in nubus_device_register() argument
93 board->dev.parent = &nubus_parent; in nubus_device_register()
94 board->dev.release = nubus_device_release; in nubus_device_register()
95 board->dev.bus = &nubus_bus_type; in nubus_device_register()
96 dev_set_name(&board->dev, "slot.%X", board->slot); in nubus_device_register()
97 board->dev.dma_mask = &board->dev.coherent_dma_mask; in nubus_device_register()
98 dma_set_mask(&board->dev, DMA_BIT_MASK(32)); in nubus_device_register()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/
H A DKconfig46 prompt "EXYNOS4 board select"
50 bool "Exynos4210 SMDKV310 board"
54 bool "Exynos4210 Trats board"
57 bool "EXYNOS4210 Universal C210 board"
60 bool "Exynos4412 Origen board"
64 bool "Exynos4412 Trat2 board"
67 bool "Exynos4412 Odroid board"
84 prompt "EXYNOS5 board select"
87 bool "Exynos5422 Odroid board"
91 bool "Exynos5250 Arndale board"
[all …]
/OK3568_Linux_fs/u-boot/arch/sh/
H A DKconfig27 And this is board specific. Please check your board if you
47 bool "Magic Panel Release 2 board"
59 bool "Data Technology ESPT-GIGA board"
95 bool "R7780MP board"
130 source "board/alphaproject/ap_sh4a_4a/Kconfig"
131 source "board/espt/Kconfig"
132 source "board/mpr2/Kconfig"
133 source "board/ms7720se/Kconfig"
134 source "board/ms7722se/Kconfig"
135 source "board/ms7750se/Kconfig"
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mach-omap1/
H A DMakefile32 obj-$(CONFIG_MACH_OMAP_H2) += board-h2.o board-h2-mmc.o \
33 board-nand.o
34 obj-$(CONFIG_MACH_OMAP_INNOVATOR) += board-innovator.o
35 obj-$(CONFIG_MACH_OMAP_GENERIC) += board-generic.o
36 obj-$(CONFIG_MACH_OMAP_PERSEUS2) += board-perseus2.o board-nand.o
37 obj-$(CONFIG_MACH_OMAP_FSAMPLE) += board-fsample.o board-nand.o
38 obj-$(CONFIG_MACH_OMAP_OSK) += board-osk.o
39 obj-$(CONFIG_MACH_OMAP_H3) += board-h3.o board-h3-mmc.o \
40 board-nand.o
41 obj-$(CONFIG_MACH_OMAP_PALMTE) += board-palmte.o
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-rmobile/
H A DKconfig.324 prompt "Renesus ARM SoCs board select"
8 bool "armadillo 800 eva board"
11 bool "Blanche board"
16 bool "Gose board"
21 bool "Koelsch board"
26 bool "Lager board"
31 bool "KZM9D board"
34 bool "Alt board"
39 bool "Silk board"
44 bool "Porter board"
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx6/
H A DKconfig77 Say "Y" if your board uses dynamic (per-boot) DDR calibration.
81 prompt "MX6 board select"
91 bool "Toradex Apalis iMX6 board"
125 bool "Toradex Colibri iMX6 board"
316 bool "Armadeus OPOS6ULDev board"
361 bool "TQ Systems TQMa6 board"
420 source "board/ge/bx50v3/Kconfig"
421 source "board/advantech/dms-ba16/Kconfig"
422 source "board/aristainetos/Kconfig"
423 source "board/armadeus/opos6uldev/Kconfig"
[all …]
/OK3568_Linux_fs/u-boot/board/bosch/shc/
H A DKconfig16 prompt "enable different boot versions for the shc board"
19 Select the boot version of the shc board.
24 enable here the eMMC functionality on the bosch shc board.
29 enable here the ICT functionality on the bosch shc board
34 enable here the NETBOOT functionality on the bosch shc board
39 enable here the SDBOOT functionality on the bosch shc board
44 prompt "enable different board versions for the shc board"
47 Select the board version of the shc board.
50 bool "B Sample board version"
53 of the bosch shc board
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra20/
H A DKconfig4 prompt "Tegra20 board select"
8 bool "NVIDIA Tegra20 Harmony evaluation board"
12 bool "Avionic Design Medcom-Wide board"
16 bool "Paz00 board"
20 bool "Avionic Design Plutux board"
32 bool "Compulab TrimSlice board"
36 bool "NVIDIA Tegra20 Ventana evaluation board"
40 bool "Toradex Colibri T20 board"
48 source "board/nvidia/harmony/Kconfig"
49 source "board/avionic-design/medcom-wide/Kconfig"
[all …]
/OK3568_Linux_fs/kernel/arch/sh/boards/
H A DMakefile5 obj-$(CONFIG_SH_MAGIC_PANEL_R2) += board-magicpanelr2.o
6 obj-$(CONFIG_SH_SECUREEDGE5410) += board-secureedge5410.o
7 obj-$(CONFIG_SH_SH2007) += board-sh2007.o
8 obj-$(CONFIG_SH_SH7785LCR) += board-sh7785lcr.o
9 obj-$(CONFIG_SH_URQUELL) += board-urquell.o
10 obj-$(CONFIG_SH_SHMIN) += board-shmin.o
11 obj-$(CONFIG_SH_EDOSK7705) += board-edosk7705.o
12 obj-$(CONFIG_SH_EDOSK7760) += board-edosk7760.o
13 obj-$(CONFIG_SH_ESPT) += board-espt.o
14 obj-$(CONFIG_SH_POLARIS) += board-polaris.o
[all …]
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dboard.py107 def AddBoard(self, board): argument
115 self._boards.append(board)
140 board = Board(*fields)
141 self.AddBoard(board)
161 for board in self._boards:
162 board_dict[board.target] = board
172 for board in self._boards:
173 if board.build_it:
174 board_dict[board.target] = board
183 return [board for board in self._boards if board.build_it]
[all …]
/OK3568_Linux_fs/kernel/sound/soc/intel/common/
H A Dsoc-acpi-intel-cht-match.c37 .board = "cht-bsw",
60 .board = "cht-bsw",
68 .board = "cht-bsw",
76 .board = "cht-bsw",
84 .board = "cht-bsw",
92 .board = "cht-bsw",
100 .board = "cht-bsw",
108 .board = "cht-bsw",
116 .board = "bytcht_da7213",
124 .board = "bytcht_da7213",
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-kirkwood/
H A DKconfig4 prompt "Marvell Kirkwood board select"
67 source "board/Marvell/openrd/Kconfig"
68 source "board/Marvell/dreamplug/Kconfig"
69 source "board/Synology/ds109/Kconfig"
70 source "board/Marvell/guruplug/Kconfig"
71 source "board/Marvell/sheevaplug/Kconfig"
72 source "board/buffalo/lsxl/Kconfig"
73 source "board/cloudengines/pogo_e02/Kconfig"
74 source "board/d-link/dns325/Kconfig"
75 source "board/iomega/iconnect/Kconfig"
[all …]
/OK3568_Linux_fs/kernel/arch/mips/bcm63xx/boards/
H A Dboard_bcm963xx.c34 static struct board_info board; variable
722 return board.name; in board_get_name()
784 memcpy(&board, bcm963xx_boards[i], sizeof(board)); in board_prom_init()
789 if (!board.name[0]) { in board_prom_init()
803 if (board.has_pci) { in board_prom_init()
810 if (board.has_pccard) { in board_prom_init()
815 if (board.has_enet0 && !board.enet0.use_internal_phy) { in board_prom_init()
821 if (board.has_enet1 && !board.enet1.use_internal_phy) { in board_prom_init()
836 if (!board.name[0]) in board_setup()
838 pr_info("board name: %s\n", board.name); in board_setup()
[all …]
/OK3568_Linux_fs/u-boot/board/gateworks/gw_ventana/
H A Dcommon.c1005 void setup_iomux_gpio(int board, struct ventana_board_info *info) in setup_iomux_gpio() argument
1009 if (board >= GW_UNKNOWN) in setup_iomux_gpio()
1013 imx_iomux_v3_setup_multiple_pads(gpio_cfg[board].gpio_pads, in setup_iomux_gpio()
1014 gpio_cfg[board].num_pads); in setup_iomux_gpio()
1017 if (gpio_cfg[board].rs232_en) { in setup_iomux_gpio()
1018 gpio_request(gpio_cfg[board].rs232_en, "rs232_en#"); in setup_iomux_gpio()
1019 gpio_direction_output(gpio_cfg[board].rs232_en, 0); in setup_iomux_gpio()
1023 if (board == GW52xx && info->model[4] == '2') in setup_iomux_gpio()
1024 gpio_cfg[board].pcie_rst = IMX_GPIO_NR(3, 23); in setup_iomux_gpio()
1027 gpio_request(gpio_cfg[board].pcie_rst, "pci_rst#"); in setup_iomux_gpio()
[all …]
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dorion_nand.c33 struct orion_nand_data *board = nand_get_controller_data(nc); in orion_nand_cmd_ctrl() local
40 offs = (1 << board->cle); in orion_nand_cmd_ctrl()
42 offs = (1 << board->ale); in orion_nand_cmd_ctrl()
104 struct orion_nand_data *board; in orion_nand_probe() local
129 board = devm_kzalloc(&pdev->dev, sizeof(struct orion_nand_data), in orion_nand_probe()
131 if (!board) in orion_nand_probe()
134 board->cle = (u8)val; in orion_nand_probe()
136 board->cle = 0; in orion_nand_probe()
138 board->ale = (u8)val; in orion_nand_probe()
140 board->ale = 1; in orion_nand_probe()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap3/
H A DKconfig3 # We only enable the clocks for the GPIO banks that a given board requies.
20 prompt "OMAP3 board select"
161 source "board/logicpd/am3517evm/Kconfig"
162 source "board/teejet/mt_ventoux/Kconfig"
163 source "board/ti/beagle/Kconfig"
164 source "board/compulab/cm_t35/Kconfig"
165 source "board/compulab/cm_t3517/Kconfig"
166 source "board/timll/devkit8000/Kconfig"
167 source "board/ti/evm/Kconfig"
168 source "board/isee/igep00x0/Kconfig"
[all …]
/OK3568_Linux_fs/u-boot/tpl/
H A Du-boot-tpl.map

12345678910>>...160