Searched refs:frame_fmt_reg (Results 1 – 2 of 2) sorted by relevance
451 u32 frame_fmt_reg, dpn_frame_fmt; in amd_sdw_port_params() local456 frame_fmt_reg = sdw0_manager_dp_reg[p_params->num].frame_fmt_reg; in amd_sdw_port_params()459 frame_fmt_reg = sdw1_manager_dp_reg[p_params->num].frame_fmt_reg; in amd_sdw_port_params()465 dpn_frame_fmt = readl(amd_manager->mmio + frame_fmt_reg); in amd_sdw_port_params()469 writel(dpn_frame_fmt, amd_manager->mmio + frame_fmt_reg); in amd_sdw_port_params()483 u32 frame_fmt_reg, sample_int_reg, hctrl_dp0_reg; in amd_sdw_transport_params() local488 frame_fmt_reg = sdw0_manager_dp_reg[params->port_num].frame_fmt_reg; in amd_sdw_transport_params()495 frame_fmt_reg = sdw1_manager_dp_reg[params->port_num].frame_fmt_reg; in amd_sdw_transport_params()506 dpn_frame_fmt = readl(amd_manager->mmio + frame_fmt_reg); in amd_sdw_transport_params()510 writel(dpn_frame_fmt, amd_manager->mmio + frame_fmt_reg); in amd_sdw_transport_params()
200 u32 frame_fmt_reg; member