Searched refs:boards (Results 1 - 24 of 24) sorted by relevance

/linux-master/tools/testing/selftests/devices/
H A DMakefile2 TEST_FILES := boards ksft.py
/linux-master/arch/mips/include/asm/mach-malta/
H A Dmc146818rtc.h14 #include <asm/mips-boards/generic.h>
15 #include <asm/mips-boards/malta.h>
/linux-master/sound/soc/intel/
H A DMakefile13 obj-$(CONFIG_SND_SOC) += boards/
/linux-master/arch/x86/platform/geode/
H A Dnet5501.c5 * on net5501 boards.
101 static struct net5501_board __initdata boards[] = { variable in typeref:struct:__initdata
123 for (i = 0; i < ARRAY_SIZE(boards); i++) {
124 unsigned char *model = rombase + boards[i].offset;
126 if (!memcmp(model, boards[i].sig, boards[i].len)) {
/linux-master/arch/powerpc/platforms/85xx/
H A Dcorenet_generic.c110 static const char * const boards[] __initconst = {
152 if (of_machine_compatible_match(boards))
156 for (i = 0; boards[i]; i++) {
157 snprintf(hv_compat, sizeof(hv_compat), "%s-hv", boards[i]);
/linux-master/arch/mips/bcm63xx/
H A DMakefile8 obj-y += boards/
/linux-master/arch/mips/include/asm/mips-boards/
H A Dgeneric.h6 * Defines of the MIPS boards specific address-MAP, registers, etc.
18 #include <asm/mips-boards/bonito64.h>
H A Dmalta.h13 #include <asm/mips-boards/msc01_pci.h>
/linux-master/arch/mips/mti-malta/
H A Dmalta-int.c31 #include <asm/mips-boards/malta.h>
32 #include <asm/mips-boards/maltaint.h>
35 #include <asm/mips-boards/generic.h>
36 #include <asm/mips-boards/msc01_pci.h>
H A Dmalta-platform.c28 #include <asm/mips-boards/maltaint.h>
H A Dmalta-setup.c20 #include <asm/mips-boards/generic.h>
21 #include <asm/mips-boards/malta.h>
22 #include <asm/mips-boards/maltaint.h>
H A Dmalta-time.c6 * Setting up the clock on the MIPS boards.
32 #include <asm/mips-boards/generic.h>
33 #include <asm/mips-boards/maltaint.h>
H A Dmalta-init.c25 #include <asm/mips-boards/generic.h>
26 #include <asm/mips-boards/malta.h>
H A Dmalta-dtshim.c15 #include <asm/mips-boards/generic.h>
16 #include <asm/mips-boards/malta.h>
/linux-master/sound/soc/intel/avs/
H A DMakefile20 obj-$(CONFIG_SND_SOC) += boards/
H A Dboard_selection.c23 MODULE_PARM_DESC(i2s_test, "Probe I2S test-board and skip all other I2S boards");
369 /* supported I2S boards per platform */
522 const struct avs_acpi_boards *boards; local
549 boards = avs_get_i2s_boards(adev);
550 if (!boards) {
555 for (mach = boards->machs; mach->id[0]; mach++) {
/linux-master/arch/mips/pci/
H A Dops-msc.c9 * MIPS boards specific PCI support.
15 #include <asm/mips-boards/msc01_pci.h>
H A Dpci-malta.c10 * MIPS boards specific PCI support.
19 #include <asm/mips-boards/generic.h>
20 #include <asm/mips-boards/bonito64.h>
21 #include <asm/mips-boards/msc01_pci.h>
89 * fixed in a later revision of YAMON (the MIPS boards
H A Dfixup-malta.c4 #include <asm/mips-boards/piix4.h>
H A Dops-bonito64.c8 * MIPS boards specific PCI support.
14 #include <asm/mips-boards/bonito64.h>
/linux-master/arch/mips/pic32/pic32mzda/
H A Dinit.c14 #include <asm/mips-boards/generic.h>
/linux-master/
H A DMakefile1546 boards := $(wildcard $(srctree)/arch/$(SRCARCH)/configs/*_defconfig) macro
1547 boards := $(sort $(notdir $(boards))) macro
1629 echo '* dtbs - Build device tree blobs for enabled boards'; \
1649 @$(if $(boards), \
1650 $(foreach b, $(boards), \
1656 printf " %-16s - Show all of the above\\n" help-boards; \
1685 help-boards: $(help-board-dirs)
1687 boards-per-dir = $(sort $(notdir $(wildcard $(srctree)/arch/$(SRCARCH)/configs/$*/*_defconfig)))
1691 @$(if $(boards
[all...]
/linux-master/arch/arm/include/debug/
H A Dtegra.S86 beq 11f @ some boards swap the meaning
/linux-master/arch/mips/txx9/generic/
H A Dsetup.c84 #include <asm/txx9/boards.h>
92 #include <asm/txx9/boards.h>

Completed in 1016 milliseconds