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