/openbmc/u-boot/board/samsung/common/ |
H A D | exynos5-dt-types.c | 53 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() 179 if (gd->board_type == EXYNOS5_BOARD_ODROID_HC1_REV01) in board_is_odroidhc1() 187 if (gd->board_type == EXYNOS5_BOARD_ODROID_HC2_REV01) in board_is_odroidhc2() 195 if (gd->board_type == EXYNOS5_BOARD_GENERIC) in board_is_generic() [all …]
|
/openbmc/u-boot/board/embest/mx6boards/ |
H A D | mx6boards.c | 69 static int board_type = -1; variable 204 if (board_type == BOARD_IS_RIOTBOARD) in board_mmc_getcd() 206 else if (board_type == BOARD_IS_MARSBOARD) in board_mmc_getcd() 245 if (board_type == BOARD_IS_RIOTBOARD) { in board_mmc_init() 384 if (board_type == BOARD_IS_RIOTBOARD) in enable_lvds() 386 else if (board_type == BOARD_IS_MARSBOARD) in enable_lvds() 395 if (board_type == BOARD_IS_RIOTBOARD) in disable_lvds() 397 else if (board_type == BOARD_IS_MARSBOARD) 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() [all …]
|
/openbmc/u-boot/board/mscc/serval/ |
H A D | serval.c | 42 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 D | of.c | 84 settings->board_type = prop; in brcmf_of_probe() 99 char *board_type = NULL; in brcmf_of_probe() local 104 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 D | dmi.c | 18 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 D | jr2.c | 88 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 D | luton.c | 44 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/linux/drivers/comedi/drivers/ |
H A D | pcl812.c | 333 enum pcl812_boardtype board_type; member 348 .board_type = BOARD_PCL812, 358 .board_type = BOARD_PCL812PG, 368 .board_type = BOARD_PCL812PG, 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, [all …]
|
/openbmc/u-boot/board/mscc/ocelot/ |
H A D | ocelot.c | 78 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/test/py/ |
H A D | conftest.py | 98 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 D | u_boot_console_exec_attach.py | 39 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 D | db1xxx_ss.c | 66 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() 370 if ((sock->board_type == BOARD_TYPE_DB1300) && (status & SS_DETECT)) 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() [all …]
|
/openbmc/u-boot/board/gateworks/gw_ventana/ |
H A D | gw_ventana.c | 54 static int board_type; variable 155 switch (board_type) { in board_ehci_hcd_init() 181 if (!port && board_type < GW_UNKNOWN) { in board_ehci_power() 182 if (gpio_cfg[board_type].otgpwr_en) in board_ehci_power() 183 gpio_set_value(gpio_cfg[board_type].otgpwr_en, on); in board_ehci_power() 516 if (board_type < GW_UNKNOWN) { in imx6_pcie_toggle_reset() 517 uint pin = gpio_cfg[board_type].pcie_rst; in imx6_pcie_toggle_reset() 653 board_type = read_eeprom(CONFIG_I2C_GSC, &ventana_info); in board_init() 656 if (gpio_cfg[board_type].nand) in board_init() 669 setup_iomux_gpio(board_type, &ventana_info); in board_init() [all …]
|
/openbmc/u-boot/board/birdland/bav335x/ |
H A D | board.h | 16 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);
|
/openbmc/qemu/hw/arm/ |
H A D | exynos4_boards.c | 113 Exynos4BoardType board_type) in exynos4_boards_init_common() argument 117 exynos4_board_binfo.ram_size = exynos4_board_ram_size[board_type]; in exynos4_boards_init_common() 118 exynos4_board_binfo.board_id = exynos4_board_id[board_type]; in exynos4_boards_init_common() 120 exynos4_board_smp_bootreg_addr[board_type]; in exynos4_boards_init_common() 125 exynos4_board_ram_size[board_type]); in exynos4_boards_init_common()
|
/openbmc/linux/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-helper-spi.c | 54 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 D | cvmx-helper-board.c | 65 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/u-boot/arch/x86/include/asm/arch-broadwell/ |
H A D | pei_data.h | 17 enum board_type { enum 69 enum board_type board_type; member
|
/openbmc/linux/arch/mips/cavium-octeon/ |
H A D | setup.c | 308 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/linux/drivers/net/wireless/atmel/ |
H A D | at76c50x-usb.h | 22 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 D | odroid.c | 52 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/u-boot/board/mscc/servalt/ |
H A D | servalt.c | 31 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/u-boot/board/synopsys/axs10x/ |
H A D | axs10x.c | 48 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 D | global_data.h | 44 unsigned long board_type; member 140 #define gd_board_type() gd->board_type
|
/openbmc/linux/drivers/bluetooth/ |
H A D | btbcm.c | 544 char *board_type; in btbcm_get_board_name() local 558 board_type = devm_kzalloc(dev, len, GFP_KERNEL); in btbcm_get_board_name() 559 strscpy(board_type, tmp, len); in btbcm_get_board_name() 561 if (board_type[i] == '/') in btbcm_get_board_name() 562 board_type[i] = '-'; in btbcm_get_board_name() 566 return board_type; in btbcm_get_board_name()
|