Home
last modified time | relevance | path

Searched refs:IDTCM_FW_REG (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/ptp/
H A Dptp_clockmatrix.c65 u16 scratch = IDTCM_FW_REG(idtcm->fw_ver, V520, SCRATCH); in contains_full_configuration()
245 u16 tod_read_cmd = IDTCM_FW_REG(idtcm->fw_ver, V520, TOD_READ_SECONDARY_CMD); in arm_tod_read_trig_sel_refclk()
402 u16 tod_read_cmd = IDTCM_FW_REG(idtcm->fw_ver, V520, TOD_READ_SECONDARY_CMD); in _idtcm_gettime_triggered()
427 u16 tod_read_cmd = IDTCM_FW_REG(idtcm->fw_ver, V520, TOD_READ_PRIMARY_CMD); in _idtcm_gettime()
489 u16 tod_read_cmd = IDTCM_FW_REG(idtcm->fw_ver, V520, TOD_READ_PRIMARY_CMD); in _idtcm_gettime_immediate()
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()
[all …]
H A Dptp_clockmatrix.h65 #define IDTCM_FW_REG(FW, VER, REG) (((FW) < (VER)) ? (REG) : (REG##_##VER)) macro