Home
last modified time | relevance | path

Searched refs:bist_type (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.c1068 unsigned int bist_type = 0; in exynos_dp_config_video_bist() local
1119 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Def10.c3334 static int efx_ef10_start_bist(struct efx_nic *efx, u32 bist_type) in efx_ef10_start_bist() argument
3338 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() argument
3384 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()