Home
last modified time | relevance | path

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

12345678910>>...36

/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 …]
DKconfig42 SH7710, SH7712, SH7750, SH7750S or SH7750R evaluation board.
50 evaluation board.
58 evaluation board.
66 evaluation board.
76 evaluation board.
87 evaluation board.
96 evaluation board.
105 evaluation board.
115 SH7343 (SH-Mobile 3AS) evaluation board.
151 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 …]
DKconfig62 TI OMAP 1510 or 1610 Innovator board support. Say Y here if you
63 have such a board.
69 TI OMAP 1610/1611B H2 board support. Say Y here if you have such
70 a board.
76 TI OMAP 1710 H3 board support. Say Y here if you have such
77 a board.
89 TI OMAP 5912 OSK (OMAP Starter Kit) board support. Say Y here
90 if you have such a board.
93 bool "Mistral QVGA board Support"
96 The OSK supports an optional add-on board with a Quarter-VGA
[all …]
/arch/mips/bcm63xx/boards/
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 …]
/arch/arm/mach-davinci/
DMakefile24 obj-$(CONFIG_MACH_DAVINCI_EVM) += board-dm644x-evm.o
25 obj-$(CONFIG_MACH_SFFSDR) += board-sffsdr.o
26 obj-$(CONFIG_MACH_NEUROS_OSD2) += board-neuros-osd2.o
27 obj-$(CONFIG_MACH_DAVINCI_DM355_EVM) += board-dm355-evm.o
28 obj-$(CONFIG_MACH_DM355_LEOPARD) += board-dm355-leopard.o
29 obj-$(CONFIG_MACH_DAVINCI_DM6467_EVM) += board-dm646x-evm.o
30 obj-$(CONFIG_MACH_DAVINCI_DM365_EVM) += board-dm365-evm.o
31 obj-$(CONFIG_MACH_DAVINCI_DA830_EVM) += board-da830-evm.o
32 obj-$(CONFIG_MACH_DAVINCI_DA850_EVM) += board-da850-evm.o
33 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/
DPlatform25 # Sibyte BCM91120x (Carmel) board
26 # Sibyte BCM91120C (CRhine) board
27 # Sibyte BCM91125C (CRhone) board
28 # Sibyte BCM91125E (Rhone) board
29 # Sibyte BCM91250A (SWARM) board
30 # Sibyte BCM91250C2 (LittleSur) board
31 # 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/generic/
DMakefile12 obj-$(CONFIG_LEGACY_BOARD_SEAD3) += board-sead3.o
13 obj-$(CONFIG_LEGACY_BOARD_OCELOT) += board-ocelot.o
14 obj-$(CONFIG_MACH_INGENIC) += board-ingenic.o
15 obj-$(CONFIG_VIRT_BOARD_RANCHU) += board-ranchu.o
DPlatform20 its-$(CONFIG_FIT_IMAGE_FDT_BOSTON) += board-boston.its.S
21 its-$(CONFIG_FIT_IMAGE_FDT_NI169445) += board-ni169445.its.S
22 its-$(CONFIG_FIT_IMAGE_FDT_OCELOT) += board-ocelot.its.S
23 its-$(CONFIG_FIT_IMAGE_FDT_XILFPGA) += board-xilfpga.its.S
/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/arm64/boot/dts/ti/
DMakefile9 dtb-$(CONFIG_ARCH_K3) += k3-am654-base-board.dtb
11 dtb-$(CONFIG_ARCH_K3) += k3-j721e-common-proc-board.dtb
13 dtb-$(CONFIG_ARCH_K3) += k3-j7200-common-proc-board.dtb
/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/powerpc/platforms/40x/
DKconfig8 This option enables support for the AMCC 405EZ Acadia evaluation board.
16 This option enables support for the ESTEEM 195E Hotfoot board.
28 This option enables support for the AMCC PPC405EX evaluation board.
38 This option enables support for the AMCC PPC405EX board.
49 bool "Simple PowerPC 40x board support"
78 board.
/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
173 bool "DragenEngine II board support"
176 Support for the DragenEngine II board.
199 bool "Arnewsh 5206 board support"
202 Support for the Arnewsh 5206 board.
205 bool "Motorola M5206eC3 board support"
208 Support for the Motorola M5206eC3 board.
211 bool "Motorola M5206eLITE board support"
214 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.
/arch/sh/boards/mach-highlander/
DKconfig9 bool "R7780RP-1 board support"
13 bool "R7780MP board support"
20 bool "R7785RP board support"
/arch/arm/mach-orion5x/
DMakefile23 obj-$(CONFIG_ARCH_ORION5X_DT) += board-dt.o
24 obj-$(CONFIG_MACH_D2NET_DT) += board-d2net.o
25 obj-$(CONFIG_MACH_MSS2_DT) += board-mss2.o
26 obj-$(CONFIG_MACH_RD88F5182_DT) += board-rd88f5182.o

12345678910>>...36