Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/tegra124/
H A Dsor.c149 reg_val = tegra_sor_readl(sor, DP_LINKCTL(sor->portnum)); in tegra_dc_sor_set_dp_linkctl()
162 tegra_sor_writel(sor, DP_LINKCTL(sor->portnum), reg_val); in tegra_dc_sor_set_dp_linkctl()
399 DP_LINKCTL(sor->portnum)); in tegra_dc_sor_read_link_config()
433 reg_val = tegra_sor_readl(sor, DP_LINKCTL(sor->portnum)); in tegra_dc_sor_set_lane_count()
452 tegra_sor_writel(sor, DP_LINKCTL(sor->portnum), reg_val); in tegra_dc_sor_set_lane_count()
586 DUMP_REG(DP_LINKCTL(0)); in dump_sor_reg()
587 DUMP_REG(DP_LINKCTL(1)); in dump_sor_reg()
H A Dsor.h522 #define DP_LINKCTL(i) (0x4c + (i)) macro