Searched refs:PTP_PIN_CFG (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_ptp.c | 29 val = ocelot_read_rix(ocelot, PTP_PIN_CFG, TOD_ACC_PIN); in ocelot_ptp_gettime64() 32 ocelot_write_rix(ocelot, val, PTP_PIN_CFG, TOD_ACC_PIN); in ocelot_ptp_gettime64() 62 val = ocelot_read_rix(ocelot, PTP_PIN_CFG, TOD_ACC_PIN); in ocelot_ptp_settime64() 66 ocelot_write_rix(ocelot, val, PTP_PIN_CFG, TOD_ACC_PIN); in ocelot_ptp_settime64() 74 val = ocelot_read_rix(ocelot, PTP_PIN_CFG, TOD_ACC_PIN); in ocelot_ptp_settime64() 78 ocelot_write_rix(ocelot, val, PTP_PIN_CFG, TOD_ACC_PIN); in ocelot_ptp_settime64() 99 val = ocelot_read_rix(ocelot, PTP_PIN_CFG, TOD_ACC_PIN); in ocelot_ptp_adjtime() 104 ocelot_write_rix(ocelot, val, PTP_PIN_CFG, TOD_ACC_PIN); in ocelot_ptp_adjtime() 110 val = ocelot_read_rix(ocelot, PTP_PIN_CFG, TOD_ACC_PIN); in ocelot_ptp_adjtime() 115 ocelot_write_rix(ocelot, val, PTP_PIN_CFG, TOD_ACC_PIN); in ocelot_ptp_adjtime() [all …]
|
H A D | vsc7514_regs.c | 371 REG(PTP_PIN_CFG, 0x000000),
|
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_ptp.c | 438 lan966x, PTP_PIN_CFG(TOD_ACC_PIN)); in lan966x_get_hwtimestamp() 659 lan966x, PTP_PIN_CFG(TOD_ACC_PIN)); in lan966x_ptp_settime64() 675 lan966x, PTP_PIN_CFG(TOD_ACC_PIN)); in lan966x_ptp_settime64() 698 lan966x, PTP_PIN_CFG(TOD_ACC_PIN)); in lan966x_ptp_gettime64() 736 lan966x, PTP_PIN_CFG(TOD_ACC_PIN)); in lan966x_ptp_adjtime() 748 lan966x, PTP_PIN_CFG(TOD_ACC_PIN)); in lan966x_ptp_adjtime() 834 lan966x, PTP_PIN_CFG(pin)); in lan966x_ptp_perout() 880 lan966x, PTP_PIN_CFG(pin)); in lan966x_ptp_perout() 902 lan966x, PTP_PIN_CFG(pin)); in lan966x_ptp_perout() 939 lan966x, PTP_PIN_CFG(pin)); in lan966x_ptp_extts()
|
H A D | lan966x_regs.h | 1082 #define PTP_PIN_CFG(g) __REG(TARGET_PTP, 0, 1, 0, g, 8, 64, 0, 0, 1, 4) macro
|
/openbmc/linux/include/soc/mscc/ |
H A D | ocelot.h | 489 PTP_PIN_CFG = PTP << TARGET_OFFSET, enumerator
|
/openbmc/linux/drivers/net/dsa/ocelot/ |
H A D | felix_vsc9959.c | 447 REG(PTP_PIN_CFG, 0x000000),
|