Home
last modified time | relevance | path

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

/external/ethtool/
Drealtek.c251 unsigned int board_type; in realtek_dump_regs() local
261 board_type = ci->mac_version; in realtek_dump_regs()
262 if (!board_type) { in realtek_dump_regs()
270 chip_names[board_type]); in realtek_dump_regs()
286 if (board_type == RTL8139Cp || board_type >= RTL_GIGA_MAC_VER_01) { in realtek_dump_regs()
322 if (board_type < RTL_GIGA_MAC_VER_11 || in realtek_dump_regs()
323 board_type > RTL_GIGA_MAC_VER_17) { in realtek_dump_regs()
324 if (board_type >= RTL_GIGA_MAC_VER_01) { in realtek_dump_regs()
360 if (board_type < RTL_GIGA_MAC_VER_01) { in realtek_dump_regs()
395 if (board_type >= RTL_GIGA_MAC_VER_01) { in realtek_dump_regs()
[all …]
/external/autotest/client/cros/audio/
Daudio_spec.py13 def has_internal_speaker(board_type, board_name): argument
23 if (board_type == _BOARD_TYPE_CHROMEBOX
24 or board_type == _BOARD_TYPE_CHROMEBIT
30 def has_internal_microphone(board_type): argument
38 if (board_type == _BOARD_TYPE_CHROMEBOX
39 or board_type == _BOARD_TYPE_CHROMEBIT):
44 def has_audio_jack(board_name, board_type): argument
54 if (board_name in ['nocturne'] or board_type == _BOARD_TYPE_CHROMEBIT):
131 def get_num_internal_microphone(board_type, board, model, sku): argument
142 if not has_internal_microphone(board_type):
[all …]
/external/autotest/server/site_tests/platform_InternalDisplay/
Dplatform_InternalDisplay.py38 board_type = self.host.get_board_type()
39 if board_type in _DO_NOT_RUN_ON_TYPE:
40 raise error.TestNAError('DUT is %s type. Test Skipped' %board_type)
/external/autotest/client/site_tests/audio_Aplay/
Daudio_Aplay.py109 board_type = utils.get_board_type()
111 if not audio_spec.has_internal_speaker(board_type, board_name):
/external/arm-trusted-firmware/plat/renesas/rcar/
Dbl2_plat_setup.c451 uint32_t board_type; in bl2_populate_compatible_string() local
460 rcar_get_board_type(&board_type, &board_rev); in bl2_populate_compatible_string()
461 switch (board_type) { in bl2_populate_compatible_string()
1046 uint32_t board_type; in bl2_init_generic_timer()
1063 rcar_get_board_type(&board_type, &board_rev); in bl2_init_generic_timer()
1064 if (BOARD_SALVATOR_XS == board_type) { in bl2_init_generic_timer()
/external/autotest/client/cros/chameleon/
Daudio_test_utils.py862 board_type = host.get_board_type()
867 return audio_spec.get_internal_mic_node(board_type, board, model, sku)
877 board_type = host.get_board_type()
882 return audio_spec.get_plugged_internal_mics(board_type, board, model, sku)
/external/arm-trusted-firmware/plat/renesas/rzg/
Dbl2_plat_setup.c412 uint32_t board_type; in bl2_populate_compatible_string() local
421 rzg_get_board_type(&board_type, &board_rev); in bl2_populate_compatible_string()
422 switch (board_type) { in bl2_populate_compatible_string()
/external/autotest/client/cros/power/
Dpower_utils.py185 board_type = utils.get_board_type()
186 if board_type in _NO_BATTERY_BOARD_TYPE:
188 'See debug for mosys details', board_type)
/external/autotest/server/hosts/
Dcros_host.py2653 board_type = self.get_board_type()
2654 if board_type in _NO_BATTERY_BOARD_TYPE:
2656 'See debug for mosys details', board_type)