Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/tegra124/
H A Dsor.c146 reg_val = tegra_sor_readl(sor, DP_LINKCTL(sor->portnum)); in tegra_dc_sor_set_dp_linkctl()
159 tegra_sor_writel(sor, DP_LINKCTL(sor->portnum), reg_val); in tegra_dc_sor_set_dp_linkctl()
396 DP_LINKCTL(sor->portnum)); in tegra_dc_sor_read_link_config()
430 reg_val = tegra_sor_readl(sor, DP_LINKCTL(sor->portnum)); in tegra_dc_sor_set_lane_count()
449 tegra_sor_writel(sor, DP_LINKCTL(sor->portnum), reg_val); in tegra_dc_sor_set_lane_count()
584 DUMP_REG(DP_LINKCTL(0)); in dump_sor_reg()
585 DUMP_REG(DP_LINKCTL(1)); in dump_sor_reg()
H A Dsor.h521 #define DP_LINKCTL(i) (0x4c + (i)) macro