Searched refs:tod_n (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/ptp/ |
H A D | ptp_clockmatrix.c | 481 err = sync_source_dpll_tod_pps(channel->tod_n, &sync_src); in idtcm_sync_pps_output() 1701 err = idtcm_read(idtcm, channel->tod_n, TOD_CFG, &cfg, sizeof(cfg)); in idtcm_enable_tod_sync() 1707 err = idtcm_write(idtcm, channel->tod_n, TOD_CFG, &cfg, sizeof(cfg)); in idtcm_enable_tod_sync() 1711 switch (channel->tod_n) { in idtcm_enable_tod_sync() 1803 err = idtcm_read(idtcm, channel->tod_n, TOD_CFG, &cfg, sizeof(cfg)); in idtcm_enable_tod() 1809 err = idtcm_write(idtcm, channel->tod_n, TOD_CFG, &cfg, sizeof(cfg)); in idtcm_enable_tod() 1964 channel->tod_n = TOD_0; in idtcm_enable_channel() 1969 channel->tod_n = TOD_1; in idtcm_enable_channel() 1974 channel->tod_n = TOD_2; in idtcm_enable_channel() 1979 channel->tod_n in idtcm_enable_channel() [all...] |
H A D | ptp_clockmatrix.h | 118 u16 tod_n; member
|
/kernel/linux/linux-6.6/drivers/ptp/ |
H A D | ptp_clockmatrix.h | 95 u16 tod_n; member
|
H A D | ptp_clockmatrix.c | 1978 err = idtcm_read(idtcm, channel->tod_n, tod_cfg, &cfg, sizeof(cfg)); in idtcm_enable_tod() 1984 err = idtcm_write(idtcm, channel->tod_n, tod_cfg, &cfg, sizeof(cfg)); in idtcm_enable_tod() 2199 channel->tod_n = IDTCM_FW_REG(fw_ver, V520, TOD_0); in configure_channel_tod() 2206 channel->tod_n = IDTCM_FW_REG(fw_ver, V520, TOD_1); in configure_channel_tod() 2213 channel->tod_n = IDTCM_FW_REG(fw_ver, V520, TOD_2); in configure_channel_tod() 2220 channel->tod_n = IDTCM_FW_REG(fw_ver, V520, TOD_3); in configure_channel_tod()
|
Completed in 7 milliseconds