Lines Matching refs:ver
188 enum fw_version ver = V_DEFAULT;
191 ver = V487;
194 ver = V520;
196 return ver;
833 static int get_output_base_addr(enum fw_version ver, u8 outn)
839 base = IDTCM_FW_REG(ver, V520, OUTPUT_0);
842 base = IDTCM_FW_REG(ver, V520, OUTPUT_1);
845 base = IDTCM_FW_REG(ver, V520, OUTPUT_2);
848 base = IDTCM_FW_REG(ver, V520, OUTPUT_3);
851 base = IDTCM_FW_REG(ver, V520, OUTPUT_4);
854 base = IDTCM_FW_REG(ver, V520, OUTPUT_5);
857 base = IDTCM_FW_REG(ver, V520, OUTPUT_6);
860 base = IDTCM_FW_REG(ver, V520, OUTPUT_7);
863 base = IDTCM_FW_REG(ver, V520, OUTPUT_8);
866 base = IDTCM_FW_REG(ver, V520, OUTPUT_9);
869 base = IDTCM_FW_REG(ver, V520, OUTPUT_10);
872 base = IDTCM_FW_REG(ver, V520, OUTPUT_11);