Searched refs:frame_fmt_reg (Results 1 – 2 of 2) sorted by relevance
438 u32 frame_fmt_reg, dpn_frame_fmt; in amd_sdw_port_params() local443 frame_fmt_reg = sdw0_manager_dp_reg[p_params->num].frame_fmt_reg; in amd_sdw_port_params()446 frame_fmt_reg = sdw1_manager_dp_reg[p_params->num].frame_fmt_reg; in amd_sdw_port_params()452 dpn_frame_fmt = readl(amd_manager->mmio + frame_fmt_reg); in amd_sdw_port_params()456 writel(dpn_frame_fmt, amd_manager->mmio + frame_fmt_reg); in amd_sdw_port_params()470 u32 frame_fmt_reg, sample_int_reg, hctrl_dp0_reg; in amd_sdw_transport_params() local475 frame_fmt_reg = sdw0_manager_dp_reg[params->port_num].frame_fmt_reg; in amd_sdw_transport_params()482 frame_fmt_reg = sdw1_manager_dp_reg[params->port_num].frame_fmt_reg; in amd_sdw_transport_params()493 dpn_frame_fmt = readl(amd_manager->mmio + frame_fmt_reg); in amd_sdw_transport_params()497 writel(dpn_frame_fmt, amd_manager->mmio + frame_fmt_reg); in amd_sdw_transport_params()
199 u32 frame_fmt_reg; member