Searched refs:wf_high (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/mscc/
H A Docelot_ptp.c206 s64 wf_high; local
268 wf_high = timespec64_to_ns(&ts_on);
271 wf_high = 1000;
273 wf_high = timespec64_to_ns(&ts_period);
274 wf_high = div_s64(wf_high, 2);
279 wf_low -= wf_high;
286 ocelot_write_rix(ocelot, wf_high,
296 if (wf_high > 0x3fffffff || wf_high <
[all...]
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_ptp.c814 s64 wf_high, wf_low; local
863 wf_high = timespec64_to_ns(&ts_on);
865 wf_high = 5000;
872 lan_wr(PTP_WF_HIGH_PERIOD_PIN_WFH(wf_high),
889 wf_low -= wf_high;
894 lan_wr(PTP_WF_HIGH_PERIOD_PIN_WFH(wf_high),
/linux-master/drivers/net/ethernet/microchip/
H A Dlan743x_ptp.c525 s64 wf_high, period64, half; local
530 wf_high = timespec64_to_ns(&ts_on);
541 if (wf_high >= period64) {
555 if (half == wf_high) {
567 if (wf_high == 200000000) {
569 } else if (wf_high == 10000000) {
571 } else if (wf_high == 1000000) {
573 } else if (wf_high == 100000) {
575 } else if (wf_high == 10000) {
577 } else if (wf_high
[all...]

Completed in 118 milliseconds