Home
last modified time | relevance | path

Searched refs:board_type (Results 1 – 25 of 108) sorted by relevance

12345

/openbmc/u-boot/board/samsung/common/
H A Dexynos5-dt-types.c53 if (odroid_info[i].board_type == gd->board_type) in odroid_get_rev()
108 return odroid_info[i].board_type; in odroid_get_board_type()
129 if (gd->board_type != EXYNOS5_BOARD_ODROID_XU3_REV02) in odroid_get_type_str()
153 if (odroid_info[i].board_type == gd->board_type) in odroid_get_type_str()
162 if (gd->board_type >= EXYNOS5_BOARD_ODROID_XU3 && in board_is_odroidxu3()
163 gd->board_type <= EXYNOS5_BOARD_ODROID_XU3_REV02) in board_is_odroidxu3()
171 if (gd->board_type == EXYNOS5_BOARD_ODROID_XU4_REV01) in board_is_odroidxu4()
195 if (gd->board_type == EXYNOS5_BOARD_GENERIC) in board_is_generic()
242 gd->board_type = EXYNOS5_BOARD_GENERIC; in set_board_type()
250 gd->board_type = of_match->data; in set_board_type()
[all …]
/openbmc/u-boot/board/embest/mx6boards/
H A Dmx6boards.c69 static int board_type = -1; variable
204 if (board_type == BOARD_IS_RIOTBOARD) in board_mmc_getcd()
384 if (board_type == BOARD_IS_RIOTBOARD) in enable_lvds()
395 if (board_type == BOARD_IS_RIOTBOARD) in disable_lvds()
524 board_type = BOARD_IS_RIOTBOARD; in board_early_init_f()
527 board_type = BOARD_IS_MARSBOARD; in board_early_init_f()
533 if (board_type == BOARD_IS_RIOTBOARD) in board_early_init_f()
547 if (board_type == BOARD_IS_RIOTBOARD) in board_early_init_f()
590 if (board_type == BOARD_IS_RIOTBOARD) in board_late_init()
621 board_type = BOARD_IS_RIOTBOARD; in board_init_f()
[all …]
/openbmc/u-boot/board/mscc/serval/
H A Dserval.c42 gd->board_type = BOARD_TYPE_PCB106; in do_board_detect()
44 gd->board_type = BOARD_TYPE_PCB105; in do_board_detect()
47 gd->board_type = BOARD_TYPE_PCB105; in do_board_detect()
54 if (gd->board_type == BOARD_TYPE_PCB106 && in board_fit_config_name_match()
58 if (gd->board_type == BOARD_TYPE_PCB105 && in board_fit_config_name_match()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dof.c84 settings->board_type = prop; in brcmf_of_probe()
99 char *board_type; in brcmf_of_probe() local
105 board_type = devm_kstrdup(dev, tmp, GFP_KERNEL); in brcmf_of_probe()
106 if (!board_type) { in brcmf_of_probe()
110 strreplace(board_type, '/', '-'); in brcmf_of_probe()
111 settings->board_type = board_type; in brcmf_of_probe()
H A Ddmi.c18 const char *board_type; member
202 settings->board_type = data->board_type; in brcmf_dmi_probe()
213 settings->board_type = dmi_board_type; in brcmf_dmi_probe()
/openbmc/u-boot/board/mscc/jr2/
H A Djr2.c88 gd->board_type = BOARD_TYPE_PCB112; /* Serval2-NID */ in do_board_detect()
91 gd->board_type = BOARD_TYPE_PCB110; /* Jr2-24 */ in do_board_detect()
94 gd->board_type = BOARD_TYPE_PCB111; /* Jr2-48 */ in do_board_detect()
101 if (gd->board_type == BOARD_TYPE_PCB110 && in board_fit_config_name_match()
105 if (gd->board_type == BOARD_TYPE_PCB111 && in board_fit_config_name_match()
109 if (gd->board_type == BOARD_TYPE_PCB112 && in board_fit_config_name_match()
/openbmc/u-boot/board/mscc/luton/
H A Dluton.c44 gd->board_type = BOARD_TYPE_PCB091; // Lu10 in do_board_detect()
46 gd->board_type = BOARD_TYPE_PCB090; // Lu26 in do_board_detect()
52 if (gd->board_type == BOARD_TYPE_PCB090 && in board_fit_config_name_match()
56 if (gd->board_type == BOARD_TYPE_PCB091 && in board_fit_config_name_match()
/openbmc/u-boot/board/mscc/ocelot/
H A Docelot.c78 gd->board_type = BOARD_TYPE_PCB120; in do_board_detect()
80 gd->board_type = BOARD_TYPE_PCB123; in do_board_detect()
86 if (gd->board_type == BOARD_TYPE_PCB120 && in board_fit_config_name_match()
90 if (gd->board_type == BOARD_TYPE_PCB123 && in board_fit_config_name_match()
/openbmc/u-boot/board/birdland/bav335x/
H A Dboard.h16 enum board_type {UNKNOWN, BAV335A, BAV335B}; enum
40 enum board_type get_board_type(bool verbose_debug_output);
56 void enable_board_pin_mux(enum board_type board);
H A Dboard.c74 enum board_type get_board_type(bool debug) in get_board_type()
259 enum board_type board; in set_mux_conf_regs()
372 __maybe_unused enum board_type board; in board_eth_init()
/openbmc/linux/drivers/comedi/drivers/
H A Dpcl812.c348 .board_type = BOARD_PCL812,
378 .board_type = BOARD_ACL8112,
389 .board_type = BOARD_ACL8112,
400 .board_type = BOARD_A821,
409 .board_type = BOARD_A821,
416 .board_type = BOARD_A821,
425 .board_type = BOARD_ACL8112,
435 .board_type = BOARD_ACL8112,
445 .board_type = BOARD_ACL8112,
465 .board_type = BOARD_PCL813,
[all …]
/openbmc/u-boot/test/py/
H A Dconftest.py98 board_type = config.getoption('board_type')
99 board_type_filename = board_type.replace('-', '_')
106 build_dir = source_dir + '/build-' + board_type
120 if gdbserver and not board_type.startswith('sandbox'):
132 ['make', o_opt, '-s', board_type + '_defconfig'],
182 ubconfig.board_type = board_type
199 if board_type.startswith('sandbox'):
440 if ubconfig.board_type == board[1:]:
441 pytest.skip('board "%s" not supported' % ubconfig.board_type)
445 if required_boards and ubconfig.board_type not in required_boards:
[all …]
H A Du_boot_console_exec_attach.py39 cmd = ['u-boot-test-flash', config.board_type, config.board_identity]
57 args = [self.config.board_type, self.config.board_identity]
/openbmc/linux/drivers/pcmcia/
H A Ddb1xxx_ss.c66 int board_type; member
93 switch (sock->board_type) { in db1x_card_inserted()
179 if ((sock->board_type == BOARD_TYPE_DB1200) || in db1x_pcmcia_setup_irqs()
180 (sock->board_type == BOARD_TYPE_DB1300)) { in db1x_pcmcia_setup_irqs()
294 if (sock->board_type != BOARD_TYPE_DB1300) in db1x_pcmcia_configure()
351 if (sock->board_type == BOARD_TYPE_PB1100) in db1x_pcmcia_get_status()
441 sock->board_type = BOARD_TYPE_PB1100; in db1x_pcmcia_socket_probe()
444 sock->board_type = BOARD_TYPE_DEFAULT; in db1x_pcmcia_socket_probe()
447 sock->board_type = BOARD_TYPE_DB1200; in db1x_pcmcia_socket_probe()
450 sock->board_type = BOARD_TYPE_DB1300; in db1x_pcmcia_socket_probe()
[all …]
/openbmc/u-boot/board/gateworks/gw_ventana/
H A Dgw_ventana.c54 static int board_type; variable
155 switch (board_type) { in board_ehci_hcd_init()
182 if (gpio_cfg[board_type].otgpwr_en) in board_ehci_power()
516 if (board_type < GW_UNKNOWN) { in imx6_pcie_toggle_reset()
656 if (gpio_cfg[board_type].nand) in board_init()
787 if (board_type != GW551x && in misc_init_r()
788 board_type != GW552x && in misc_init_r()
789 board_type != GW553x && in misc_init_r()
790 board_type != GW560x) in misc_init_r()
820 if (gpio_cfg[board_type].rs232_en) in misc_init_r()
[all …]
/openbmc/linux/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper-spi.c54 if ((cvmx_sysinfo_get()->board_type != CVMX_BOARD_TYPE_SIM) && in __cvmx_helper_spi_enumerate()
75 if ((cvmx_sysinfo_get()->board_type != CVMX_BOARD_TYPE_SIM) && in __cvmx_helper_spi_probe()
121 if (cvmx_sysinfo_get()->board_type != CVMX_BOARD_TYPE_SIM) { in __cvmx_helper_spi_enable()
150 if (cvmx_sysinfo_get()->board_type == CVMX_BOARD_TYPE_SIM) { in __cvmx_helper_spi_link_get()
H A Dcvmx-helper-board.c65 switch (cvmx_sysinfo_get()->board_type) { in cvmx_helper_board_get_mii_address()
188 cvmx_sysinfo_get()->board_type); in cvmx_helper_board_get_mii_address()
300 switch (cvmx_sysinfo_get()->board_type) { in __cvmx_helper_board_interface_probe()
331 switch (cvmx_sysinfo_get()->board_type) { in __cvmx_helper_board_usb_get_clock_type()
/openbmc/qemu/hw/arm/
H A Dexynos4_boards.c114 Exynos4BoardType board_type) in exynos4_boards_init_common() argument
118 exynos4_board_binfo.ram_size = exynos4_board_ram_size[board_type]; in exynos4_boards_init_common()
119 exynos4_board_binfo.board_id = exynos4_board_id[board_type]; in exynos4_boards_init_common()
121 exynos4_board_smp_bootreg_addr[board_type]; in exynos4_boards_init_common()
126 exynos4_board_ram_size[board_type]); in exynos4_boards_init_common()
/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/
H A Dpei_data.h17 enum board_type { enum
69 enum board_type board_type; member
/openbmc/u-boot/board/mscc/servalt/
H A Dservalt.c31 gd->board_type = BOARD_TYPE_PCB116; /* ServalT */ in do_board_detect()
37 if (gd->board_type == BOARD_TYPE_PCB116 && in board_fit_config_name_match()
/openbmc/linux/drivers/net/wireless/atmel/
H A Dat76c50x-usb.h22 enum board_type { enum
336 __le32 board_type; /* firmware compatibility code */ member
364 enum board_type board_type; /* board type */ member
433 enum board_type board_type; member
/openbmc/u-boot/board/samsung/odroid/
H A Dodroid.c52 gd->board_type = ODROID_TYPE_X2; in set_board_type()
54 gd->board_type = ODROID_TYPE_U3; in set_board_type()
67 const char *board_type[] = {"u3", "x2"}; in get_board_type() local
69 return board_type[gd->board_type]; in get_board_type()
483 if (gd->board_type == ODROID_TYPE_U3) in set_usb3503_ref_clk()
/openbmc/linux/arch/mips/cavium-octeon/
H A Dsetup.c308 return octeon_bootinfo->board_type == CVMX_BOARD_TYPE_SIM; in octeon_is_simulation()
477 switch (octeon_bootinfo->board_type) { in octeon_halt()
495 char const *board_type; in init_octeon_system_type() local
497 board_type = cvmx_board_type_to_string(octeon_bootinfo->board_type); in init_octeon_system_type()
498 if (board_type == NULL) { in init_octeon_system_type()
503 ret = of_property_read_string(root, "model", &board_type); in init_octeon_system_type()
506 board_type = "Unsupported Board"; in init_octeon_system_type()
510 board_type, octeon_model_get_string(read_c0_prid())); in init_octeon_system_type()
698 sysinfo->board_type = octeon_bootinfo->board_type; in prom_init()
/openbmc/u-boot/board/synopsys/axs10x/
H A Daxs10x.c48 gd->board_type = AXS_MB_V3; in board_early_init_f()
50 gd->board_type = AXS_MB_V2; in board_early_init_f()
/openbmc/u-boot/include/asm-generic/
H A Dglobal_data.h44 unsigned long board_type; member
140 #define gd_board_type() gd->board_type

12345