Searched refs:bist_mode (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/ |
H A D | dp_info.h | 50 unsigned int bist_mode; member
|
/openbmc/u-boot/drivers/video/exynos/ |
H A D | exynos_dp.c | 807 if (priv->video_info.bist_mode) { in exynos_dp_config_video() 845 priv->video_info.bist_mode); in exynos_dp_config_video() 915 priv->video_info.bist_mode = fdtdec_get_int(blob, node, in exynos_dp_ofdata_to_platdata()
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | mcdi_port_common.c | 754 static int efx_mcdi_bist(struct efx_nic *efx, unsigned int bist_mode, in efx_mcdi_bist() argument 766 MCDI_SET_DWORD(inbuf, START_BIST_IN_TYPE, bist_mode); in efx_mcdi_bist() 795 (bist_mode == MC_CMD_PHY_BIST_CABLE_SHORT || in efx_mcdi_bist() 796 bist_mode == MC_CMD_PHY_BIST_CABLE_LONG)) { in efx_mcdi_bist()
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | mcdi_port_common.c | 760 static int efx_mcdi_bist(struct efx_nic *efx, unsigned int bist_mode, in efx_mcdi_bist() argument 772 MCDI_SET_DWORD(inbuf, START_BIST_IN_TYPE, bist_mode); in efx_mcdi_bist() 801 (bist_mode == MC_CMD_PHY_BIST_CABLE_SHORT || in efx_mcdi_bist() 802 bist_mode == MC_CMD_PHY_BIST_CABLE_LONG)) { in efx_mcdi_bist()
|