Searched refs:IDTCM_FW_REG (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/ptp/ |
H A D | ptp_clockmatrix.c | 839 base = IDTCM_FW_REG(ver, V520, OUTPUT_0); in get_output_base_addr() 842 base = IDTCM_FW_REG(ver, V520, OUTPUT_1); in get_output_base_addr() 845 base = IDTCM_FW_REG(ver, V520, OUTPUT_2); in get_output_base_addr() 848 base = IDTCM_FW_REG(ver, V520, OUTPUT_3); in get_output_base_addr() 851 base = IDTCM_FW_REG(ver, V520, OUTPUT_4); in get_output_base_addr() 854 base = IDTCM_FW_REG(ver, V520, OUTPUT_5); in get_output_base_addr() 857 base = IDTCM_FW_REG(ver, V520, OUTPUT_6); in get_output_base_addr() 860 base = IDTCM_FW_REG(ver, V520, OUTPUT_7); in get_output_base_addr() 863 base = IDTCM_FW_REG(ver, V520, OUTPUT_8); in get_output_base_addr() 866 base = IDTCM_FW_REG(ver, V520, OUTPUT_9); in get_output_base_addr() [all …]
|
H A D | ptp_clockmatrix.h | 65 #define IDTCM_FW_REG(FW, VER, REG) (((FW) < (VER)) ? (REG) : (REG##_##VER)) macro
|