Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/tegra124/
H A Ddp.c433 link_cfg->activepolarity); in tegra_dc_dp_dump_link_cfg()
493 u32 activepolarity; in tegra_dc_dp_calc_config() local
529 activepolarity = 0; in tegra_dc_dp_calc_config()
531 activepolarity = 1; in tegra_dc_dp_calc_config()
539 activefrac = activepolarity ? 1 : 15; in tegra_dc_dp_calc_config()
541 activefrac = activepolarity ? in tegra_dc_dp_calc_config()
547 activepolarity = 0; in tegra_dc_dp_calc_config()
549 if (activepolarity == 1) in tegra_dc_dp_calc_config()
574 lowest_neg_activepolarity = activepolarity; in tegra_dc_dp_calc_config()
583 link_cfg->activepolarity = 0; in tegra_dc_dp_calc_config()
[all …]
H A Dsor.h858 u32 activepolarity; member
H A Dsor.c291 if (link_cfg->activepolarity) in tegra_dc_sor_set_dp_mode()