Searched refs:TARGET_PTP (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/microchip/lan966x/ |
A D | lan966x_regs.h | 23 TARGET_PTP = 41, enumerator 914 #define PTP_PIN_INTR __REG(TARGET_PTP, 0, 1, 512, 0, 1, 16, 0, 0, 1, 4) 923 #define PTP_PIN_INTR_ENA __REG(TARGET_PTP, 0, 1, 512, 0, 1, 16, 4, 0, 1, 4) 947 #define PTP_CLK_PER_CFG(g, r) __REG(TARGET_PTP, 0, 1, 528, g, 3, 28, 0, r, 2, 4) 950 #define PTP_PIN_CFG(g) __REG(TARGET_PTP, 0, 1, 0, g, 8, 64, 0, 0, 1, 4) 977 #define PTP_TOD_SEC_MSB(g) __REG(TARGET_PTP, 0, 1, 0, g, 8, 64, 4, 0, 1, 4) 986 #define PTP_TOD_SEC_LSB(g) __REG(TARGET_PTP, 0, 1, 0, g, 8, 64, 8, 0, 1, 4) 989 #define PTP_TOD_NSEC(g) __REG(TARGET_PTP, 0, 1, 0, g, 8, 64, 12, 0, 1, 4) 998 #define PTP_WF_HIGH_PERIOD(g) __REG(TARGET_PTP,\ 1006 #define PTP_WF_LOW_PERIOD(g) __REG(TARGET_PTP,\ [all …]
|
A D | lan966x_main.c | 47 { TARGET_PTP, 0xc000, 1 }, /* 0xe200c000 */
|
/linux-6.3-rc2/drivers/net/ethernet/microchip/sparx5/ |
A D | sparx5_main_regs.h | 44 TARGET_PTP = 174, enumerator 5885 #define PTP_PTP_PIN_INTR __REG(TARGET_PTP,\ 5895 #define PTP_PTP_PIN_INTR_ENA __REG(TARGET_PTP,\ 5905 #define PTP_PTP_INTR_IDENT __REG(TARGET_PTP,\ 5915 #define PTP_PTP_DOM_CFG __REG(TARGET_PTP,\ 5943 #define PTP_CLK_PER_CFG(g, r) __REG(TARGET_PTP,\ 5947 #define PTP_PTP_CUR_NSEC(g) __REG(TARGET_PTP,\ 5957 #define PTP_PTP_CUR_NSEC_FRAC(g) __REG(TARGET_PTP,\ 5967 #define PTP_PTP_CUR_SEC_LSB(g) __REG(TARGET_PTP,\ 5971 #define PTP_PTP_CUR_SEC_MSB(g) __REG(TARGET_PTP,\ [all …]
|
A D | sparx5_main.c | 194 { TARGET_PTP, 0x11040000, 2 }, /* 0x611040000 */
|
Completed in 45 milliseconds