Searched refs:bist_type (Results 1 – 2 of 2) sorted by relevance
1068 unsigned int bist_type = 0; in exynos_dp_config_video_bist() local1119 bist_type = BIST_WIDTH_BAR_32_PIXEL | in exynos_dp_config_video_bist()1123 bist_type = BIST_WIDTH_BAR_64_PIXEL | in exynos_dp_config_video_bist()1127 bist_type = BIST_WIDTH_BAR_32_PIXEL | in exynos_dp_config_video_bist()1131 bist_type = BIST_WIDTH_BAR_64_PIXEL | in exynos_dp_config_video_bist()1135 bist_type = BIST_WIDTH_BAR_32_PIXEL | in exynos_dp_config_video_bist()1139 bist_type = BIST_WIDTH_BAR_64_PIXEL | in exynos_dp_config_video_bist()1146 reg = bist_type; in exynos_dp_config_video_bist()
3334 static int efx_ef10_start_bist(struct efx_nic *efx, u32 bist_type) in efx_ef10_start_bist() argument3338 MCDI_SET_DWORD(inbuf, START_BIST_IN_TYPE, bist_type); in efx_ef10_start_bist()3380 static int efx_ef10_run_bist(struct efx_nic *efx, u32 bist_type) in efx_ef10_run_bist() argument3384 netif_dbg(efx, drv, efx->net_dev, "starting BIST type %u\n", bist_type); in efx_ef10_run_bist()3386 rc = efx_ef10_start_bist(efx, bist_type); in efx_ef10_run_bist()