Home
last modified time | relevance | path

Searched refs:bsu (Results 1 – 21 of 21) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dutils.py11 import bmc_ssh_utils as bsu namespace
141 out_buf, stderr, rc = bsu.bmc_execute_command("timedatectl")
203 out_buf, stderr, rc = bsu.bmc_execute_command("df " + df_parm_string)
218 out_buf, stderr, rc = bsu.bmc_execute_command(cmd_buf)
315 stdout, stderr, rc = bsu.os_execute_command(cmd_buf)
356 out_buf, stderr, rc = bsu.bmc_execute_command("cat /etc/os-release")
389 out_buf, stderr, rc = bsu.os_execute_command("cat /etc/os-release")
407 stdout, stderr, rc = bsu.bmc_execute_command(
429 stdout, stderr, rc = bsu.bmc_execute_command(option_string, **bsu_options)
H A Dcode_update_utils.py20 import bmc_ssh_utils as bsu # NOQA namespace
168 stdout, stderr, rc = bsu.bmc_execute_command(
214 stdout, stderr, rc = bsu.bmc_execute_command(
229 stdout, stderr, rc = bsu.bmc_execute_command(
247 stdout, stderr, rc = bsu.bmc_execute_command(
323 stdout, stderr, rc = bsu.bmc_execute_command(
333 bsu.bmc_execute_command("rm -rf " + image_dir)
H A Dfirmware_utils.py7 import bmc_ssh_utils as bsu namespace
67 stdout, stderr, rc = bsu.os_execute_command(cmd_buf)
72 stdout, stderr, rc = bsu.os_execute_command(cmd_buf)
H A Dbmc_network_utils.py15 import bmc_ssh_utils as bsu namespace
215 stdout, stderr, rc = bsu.bmc_execute_command(
261 stdout, stderr, rc = bsu.bmc_execute_command("cat " + file_name)
H A Dvpd_utils.py9 import bmc_ssh_utils as bsu namespace
58 out_buf, stderr, rc = bsu.bmc_execute_command(
H A Ddump_utils.py11 import bmc_ssh_utils as bsu namespace
56 output, stderr, rc = bsu.bmc_execute_command(cmd_buf, quiet=quiet)
H A Dipmi_utils.py11 import bmc_ssh_utils as bsu namespace
118 return bsu.os_execute_command(
601 stdout, stderr, rc = bsu.bmc_execute_command(
H A Dpel_utils.py12 import bmc_ssh_utils as bsu namespace
70 out_buf, _, _ = bsu.bmc_execute_command(
H A Dpldm_utils.py12 import bmc_ssh_utils as bsu namespace
47 stdout, stderr, rc = bsu.bmc_execute_command(
H A Dstate.py35 import bmc_ssh_utils as bsu namespace
553 output, stderr, rc = bsu.os_execute_command(
/openbmc/linux/drivers/gpu/drm/radeon/
H A Drv6xx_dpm.h70 u32 bsu; member
H A Dsumo_dpm.h108 u32 bsu; member
H A Drv770_dpm.h121 u32 bsu; member
H A Dsumo_dpm.c324 xclk, 16, &pi->bsp, &pi->bsu); in sumo_calculate_bsp()
329 pi->dsp = BSP(pi->bsp) | BSU(pi->bsu); in sumo_calculate_bsp()
H A Drv6xx_dpm.c845 &pi->bsu); in rv6xx_program_bsp()
847 r600_set_bsp(rdev, pi->bsu, pi->bsp); in rv6xx_program_bsp()
H A Drv770_dpm.c826 &pi->bsu); in rv770_setup_bsp()
834 pi->dsp = BSP(pi->bsp) | BSU(pi->bsu); in rv770_setup_bsp()
H A Dsi_dpm.c3728 &pi->bsu); in si_setup_bsp()
3737 pi->dsp = BSP(pi->bsp) | BSU(pi->bsu); in si_setup_bsp()
/openbmc/u-boot/doc/
H A DREADME.bcm7xxx37 BOLT> boot -bsu -elf flash0.u-boot1
/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.h577 u32 bsu; member
H A Dsi_dpm.c4208 &pi->bsu); in si_setup_bsp()
4217 pi->dsp = BSP(pi->bsp) | BSU(pi->bsu); in si_setup_bsp()
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c6258 DO_LDFF1_LDNF1_1(bsu, MO_32) in DO_LDFF1_LDNF1_1()
6654 DO_LD1_ZPZ_S(bsu, zsu, MO_8) in DO_LD1_ZPZ_S() argument
6655 DO_LD1_ZPZ_S(bsu, zss, MO_8) in DO_LD1_ZPZ_S()
6868 DO_LDFF1_ZPZ_S(bsu, zsu, MO_8) in DO_LDFF1_ZPZ_S() argument
6869 DO_LDFF1_ZPZ_S(bsu, zss, MO_8) in DO_LDFF1_ZPZ_S()