Home
last modified time | relevance | path

Searched refs:activepolarity (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/tegra124/
H A Ddp.c436 link_cfg->activepolarity); in tegra_dc_dp_dump_link_cfg()
496 u32 activepolarity; in tegra_dc_dp_calc_config() local
532 activepolarity = 0; in tegra_dc_dp_calc_config()
534 activepolarity = 1; in tegra_dc_dp_calc_config()
542 activefrac = activepolarity ? 1 : 15; in tegra_dc_dp_calc_config()
544 activefrac = activepolarity ? in tegra_dc_dp_calc_config()
550 activepolarity = 0; in tegra_dc_dp_calc_config()
552 if (activepolarity == 1) in tegra_dc_dp_calc_config()
577 lowest_neg_activepolarity = activepolarity; in tegra_dc_dp_calc_config()
586 link_cfg->activepolarity = 0; in tegra_dc_dp_calc_config()
[all …]
H A Dsor.h859 u32 activepolarity; member
H A Dsor.c294 if (link_cfg->activepolarity) in tegra_dc_sor_set_dp_mode()