Home
last modified time | relevance | path

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

12345678910>>...33

/arch/sh/boards/
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 …]
DKconfig37 SH7710, SH7712, SH7750, SH7750S or SH7750R evaluation board.
45 evaluation board.
53 evaluation board.
61 evaluation board.
71 evaluation board.
82 evaluation board.
91 evaluation board.
100 evaluation board.
110 SH7343 (SH-Mobile 3AS) evaluation board.
146 Select SecureEdge5410 if configuring for a SnapGear SH board.
[all …]
/arch/arm/mach-omap1/
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 …]
DKconfig69 TI OMAP 1510 or 1610 Innovator board support. Say Y here if you
70 have such a board.
76 TI OMAP 1610/1611B H2 board support. Say Y here if you have such
77 a board.
83 TI OMAP 1710 H3 board support. Say Y here if you have such
84 a board.
96 TI OMAP 5912 OSK (OMAP Starter Kit) board support. Say Y here
97 if you have such a board.
100 bool "Mistral QVGA board Support"
103 The OSK supports an optional add-on board with a Quarter-VGA
[all …]
/arch/mips/bcm63xx/boards/
Dboard_bcm963xx.c38 static struct board_info board; variable
738 return board.name; in board_get_name()
786 memcpy(&board, bcm963xx_boards[i], sizeof(board)); in board_prom_init()
791 if (!board.name[0]) { in board_prom_init()
805 if (board.has_pci) { in board_prom_init()
812 if (board.has_pccard) { in board_prom_init()
817 if (board.has_enet0 && !board.enet0.use_internal_phy) { in board_prom_init()
823 if (board.has_enet1 && !board.enet1.use_internal_phy) { in board_prom_init()
838 if (!board.name[0]) in board_setup()
840 pr_info("board name: %s\n", board.name); in board_setup()
[all …]
/arch/arm/mach-davinci/
DMakefile25 obj-$(CONFIG_MACH_DAVINCI_EVM) += board-dm644x-evm.o
26 obj-$(CONFIG_MACH_SFFSDR) += board-sffsdr.o
27 obj-$(CONFIG_MACH_NEUROS_OSD2) += board-neuros-osd2.o
28 obj-$(CONFIG_MACH_DAVINCI_DM355_EVM) += board-dm355-evm.o
29 obj-$(CONFIG_MACH_DM355_LEOPARD) += board-dm355-leopard.o
30 obj-$(CONFIG_MACH_DAVINCI_DM6467_EVM) += board-dm646x-evm.o
31 obj-$(CONFIG_MACH_DAVINCI_DM365_EVM) += board-dm365-evm.o
32 obj-$(CONFIG_MACH_DAVINCI_DA830_EVM) += board-da830-evm.o
33 obj-$(CONFIG_MACH_DAVINCI_DA850_EVM) += board-da850-evm.o
34 obj-$(CONFIG_MACH_MITYOMAPL138) += board-mityomapl138.o
[all …]
/arch/mips/bcm47xx/
Dboard.c9 const enum bcm47xx_board board; member
14 struct bcm47xx_board_type board; member
19 struct bcm47xx_board_type board; member
25 struct bcm47xx_board_type board; member
32 enum bcm47xx_board board; member
240 return &e1->board; in bcm47xx_board_get_nvram()
247 return &e1->board; in bcm47xx_board_get_nvram()
256 return &e2->board; in bcm47xx_board_get_nvram()
263 return &e1->board; in bcm47xx_board_get_nvram()
270 return &e1->board; in bcm47xx_board_get_nvram()
[all …]
/arch/sparc/kernel/
Dsun4d_irq.c38 static unsigned int sun4d_encode_irq(int board, int lvl, int slot) in sun4d_encode_irq() argument
40 return (board + 1) << 5 | (lvl << 2) | slot; in sun4d_encode_irq()
260 int board = of_getintprop_default(dp, "board#", 0); in sun4d_distribute_irqs() local
261 board_to_cpu[board] = cpuid; in sun4d_distribute_irqs()
291 unsigned int board) in _sun4d_build_device_irq() argument
299 real_irq, pil, board); in _sun4d_build_device_irq()
312 handler_data->cpuid = board_to_cpu[board]; in _sun4d_build_device_irq()
333 int board, slot; in sun4d_build_device_irq() local
369 board = of_getintprop_default(board_parent, "board#", -1); in sun4d_build_device_irq()
370 if (board == -1) { in sun4d_build_device_irq()
[all …]
/arch/mips/sibyte/
DPlatform29 # Sibyte BCM91120x (Carmel) board
30 # Sibyte BCM91120C (CRhine) board
31 # Sibyte BCM91125C (CRhone) board
32 # Sibyte BCM91125E (Rhone) board
33 # Sibyte BCM91250A (SWARM) board
34 # Sibyte BCM91250C2 (LittleSur) board
35 # Sibyte BCM91x80 (BigSur) board
/arch/powerpc/platforms/85xx/
DKconfig32 This option enables support for the Freescale BSC9131RDB board.
41 This option enables support for the C293PCIE board
47 This option enables support for the Freescale BSC9132 QDS board.
56 This option enables support for the MPC 8540 ADS board
63 This option enables support for the MPC 8560 ADS board
71 This option enables support for the MPC85xx CDS board
80 This option enables support for the MPC85xx MDS board
87 This option enables support for the MPC8536 DS board
96 This option enables support for the MPC85xx DS (MPC8544 DS) board
105 This option enables support for the MPC85xx RDB (P2020 RDB) board
[all …]
/arch/mips/alchemy/
DMakefile2 obj-$(CONFIG_MIPS_GPR) += board-gpr.o
3 obj-$(CONFIG_MIPS_MTX1) += board-mtx1.o
4 obj-$(CONFIG_MIPS_XXS1500) += board-xxs1500.o
/arch/arm/boot/dts/
Dimx7s-mba7.dts3 * Device Tree Source for TQ Systems TQMa7S board on MBa7 carrier board.
16 model = "TQ Systems TQMa7S board on MBa7 carrier board";
Dberlin2cd-valve-steamlink.dts40 /* There are two regulators on the board. One is accessible via I2C,
44 * of the board is probably supplying SDIO and NAND fixed voltages. */
58 /* Fixed interface to on-board Marvell 8897 Wi-Fi/Bluetooth/NFC chip. */
66 /* RX/TX are routed to TP50/TP51 on the board. */
70 /* The SoC is connected to on-board USB hub that in turn has one downstream
71 * port wired to the on-board Steam Controller wireless receiver chip. */
Dr8a7743-iwg20d-q7-dbcm-ca.dts3 * Device Tree Source for the iWave-RZ/G1M Qseven board + camera daughter board
14 model = "iW-RainboW-G20D-Q7 RZ/G1M based plus camera daughter board";
/arch/powerpc/platforms/44x/
DKconfig17 This option enables support for the IBM PPC440EP evaluation board.
30 This option enables support for the APM APM821xx Evaluation board.
40 This option enables support for the IBM PPC440GP evaluation board.
48 This option enables support for the ACube Sam440ep board.
56 This option enables support for the AMCC PPC440EPX evaluation board.
66 evaluation board.
78 This option enables support for the AMCC PPC440SPe evaluation board.
87 This option enables support for the AMCC PPC440GRX evaluation board.
109 This option enables support for the AMCC Dual PPC460GT evaluation board.
122 This option enables support for the AMCC PPC460EX evaluation board.
[all …]
Dppc44x_simple.c49 static char *board[] __initdata = { variable
69 for (i = 0; i < ARRAY_SIZE(board); i++) { in ppc44x_probe()
70 if (of_machine_is_compatible(board[i])) { in ppc44x_probe()
/arch/mips/generic/
DMakefile12 obj-$(CONFIG_LEGACY_BOARD_SEAD3) += board-sead3.o
13 obj-$(CONFIG_LEGACY_BOARD_OCELOT) += board-ocelot.o
14 obj-$(CONFIG_VIRT_BOARD_RANCHU) += board-ranchu.o
DPlatform17 its-$(CONFIG_FIT_IMAGE_FDT_BOSTON) += board-boston.its.S
18 its-$(CONFIG_FIT_IMAGE_FDT_NI169445) += board-ni169445.its.S
19 its-$(CONFIG_FIT_IMAGE_FDT_OCELOT) += board-ocelot.its.S
20 its-$(CONFIG_FIT_IMAGE_FDT_XILFPGA) += board-xilfpga.its.S
/arch/powerpc/platforms/40x/
DKconfig8 This option enables support for the AMCC 405EZ Acadia evaluation board.
24 This option enables support for the ESTEEM 195E Hotfoot board.
36 This option enables support for the AMCC PPC405EX evaluation board.
46 This option enables support for the AMCC PPC405EX board.
56 This option enables support for the IBM PPC405GP evaluation board.
59 bool "Generic Xilinx Virtex board"
67 The generic virtex board support matches any device tree which
73 special configuration at board probe time.
84 bool "Simple PowerPC 40x board support"
154 board.
/arch/arm/mach-s3c24xx/
Dcpufreq-utils.c31 struct s3c_cpufreq_board *board = cfg->board; in s3c2410_cpufreq_setrefresh() local
42 refresh = (cfg->freq.hclk / 100) * (board->refresh / 10); in s3c2410_cpufreq_setrefresh()
/arch/mips/txx9/
DKconfig27 bool "Toshiba JMR-TX3927 board"
32 bool "Toshiba RBTX49[23]7 board"
38 This Toshiba board is based on the TX4927 processor. Say Y here to
42 bool "Toshiba RBTX4938 board"
46 This Toshiba board is based on the TX4938 processor. Say Y here to
50 bool "Toshiba RBTX4939 board"
55 This Toshiba board is based on the TX4939 processor. Say Y here to
/arch/m68k/
DKconfig.machine56 board. Boards currently supported include Motorola boards MVME147,
66 build a kernel which can run on MVME147 single-board computers. If
172 bool "DragenEngine II board support"
175 Support for the DragenEngine II board.
198 bool "Arnewsh 5206 board support"
201 Support for the Arnewsh 5206 board.
204 bool "Motorola M5206eC3 board support"
207 Support for the Motorola M5206eC3 board.
210 bool "Motorola M5206eLITE board support"
213 Support for the Motorola M5206eLITE board.
[all …]
/arch/powerpc/platforms/83xx/
DKconfig33 This option enables support for the MPC832x MDS evaluation board.
40 This option enables support for the MPC8323 RDB board.
47 This option enables support for the MPC 834x MDS evaluation board.
49 Be aware that PCI buses can only function when MDS board is plugged
50 into the PIB (Platform IO Board) board from Freescale which provide
59 This option enables support for the MPC 834x ITX evaluation board.
98 board.
105 This enables support for the Keymile KMETER1 board.
Dkm83xx.c156 static char *board[] __initdata = { variable
169 while (board[i]) { in mpc83xx_km_probe()
170 if (of_machine_is_compatible(board[i])) in mpc83xx_km_probe()
174 return (board[i] != NULL); in mpc83xx_km_probe()
/arch/sh/boards/mach-highlander/
DKconfig9 bool "R7780RP-1 board support"
13 bool "R7780MP board support"
20 bool "R7785RP board support"

12345678910>>...33