Searched refs:PTP_PIN_CFG (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mscc/ |
A D | ocelot_ptp.c | 27 val = ocelot_read_rix(ocelot, PTP_PIN_CFG, TOD_ACC_PIN); in ocelot_ptp_gettime64() 30 ocelot_write_rix(ocelot, val, PTP_PIN_CFG, TOD_ACC_PIN); in ocelot_ptp_gettime64() 60 val = ocelot_read_rix(ocelot, PTP_PIN_CFG, TOD_ACC_PIN); in ocelot_ptp_settime64() 64 ocelot_write_rix(ocelot, val, PTP_PIN_CFG, TOD_ACC_PIN); in ocelot_ptp_settime64() 72 val = ocelot_read_rix(ocelot, PTP_PIN_CFG, TOD_ACC_PIN); in ocelot_ptp_settime64() 76 ocelot_write_rix(ocelot, val, PTP_PIN_CFG, TOD_ACC_PIN); in ocelot_ptp_settime64() 97 val = ocelot_read_rix(ocelot, PTP_PIN_CFG, TOD_ACC_PIN); in ocelot_ptp_adjtime() 102 ocelot_write_rix(ocelot, val, PTP_PIN_CFG, TOD_ACC_PIN); in ocelot_ptp_adjtime() 240 ocelot_write_rix(ocelot, val, PTP_PIN_CFG, ptp_pin); in ocelot_ptp_enable() 290 ocelot_write_rix(ocelot, val, PTP_PIN_CFG, ptp_pin); in ocelot_ptp_enable() [all …]
|
A D | vsc7514_regs.c | 371 REG(PTP_PIN_CFG, 0x000000),
|
/linux-6.3-rc2/drivers/net/ethernet/microchip/lan966x/ |
A D | lan966x_ptp.c | 442 lan966x, PTP_PIN_CFG(TOD_ACC_PIN)); in lan966x_get_hwtimestamp() 663 lan966x, PTP_PIN_CFG(TOD_ACC_PIN)); in lan966x_ptp_settime64() 679 lan966x, PTP_PIN_CFG(TOD_ACC_PIN)); in lan966x_ptp_settime64() 702 lan966x, PTP_PIN_CFG(TOD_ACC_PIN)); in lan966x_ptp_gettime64() 740 lan966x, PTP_PIN_CFG(TOD_ACC_PIN)); in lan966x_ptp_adjtime() 752 lan966x, PTP_PIN_CFG(TOD_ACC_PIN)); in lan966x_ptp_adjtime() 838 lan966x, PTP_PIN_CFG(pin)); in lan966x_ptp_perout() 884 lan966x, PTP_PIN_CFG(pin)); in lan966x_ptp_perout() 906 lan966x, PTP_PIN_CFG(pin)); in lan966x_ptp_perout() 943 lan966x, PTP_PIN_CFG(pin)); in lan966x_ptp_extts()
|
A D | lan966x_regs.h | 950 #define PTP_PIN_CFG(g) __REG(TARGET_PTP, 0, 1, 0, g, 8, 64, 0, 0, 1, 4) macro
|
/linux-6.3-rc2/include/soc/mscc/ |
A D | ocelot.h | 487 PTP_PIN_CFG = PTP << TARGET_OFFSET, enumerator
|
/linux-6.3-rc2/drivers/net/dsa/ocelot/ |
A D | felix_vsc9959.c | 446 REG(PTP_PIN_CFG, 0x000000),
|
Completed in 24 milliseconds