Home
last modified time | relevance | path

Searched refs:ns_hi (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/comedi/drivers/ !
Ddt2811.c311 unsigned int ns_hi = 0; in dt2811_ns_to_timer() local
340 if (ns <= *nanosec && ns > ns_hi) { in dt2811_ns_to_timer()
341 ns_hi = ns; in dt2811_ns_to_timer()
358 ns_lo = ns_hi; in dt2811_ns_to_timer()
366 if (ns_hi == 0) { in dt2811_ns_to_timer()
367 ns_hi = ns_lo; in dt2811_ns_to_timer()
374 if (ns_hi - *nanosec < *nanosec - ns_lo) { in dt2811_ns_to_timer()
378 *nanosec = ns_hi; in dt2811_ns_to_timer()
384 *nanosec = ns_hi; in dt2811_ns_to_timer()
/linux-5.19.10/drivers/net/phy/ !
Ddp83640.c80 u16 ns_hi; /* overflow[1:0], ns[29:16] */ member
89 u16 ns_hi; /* overflow[1:0], ns[29:16] */ member
280 rxts->ns |= (p->ns_hi & 0x3fff) << 16; in phy2rxts()
297 ns |= (p->ns_hi & 0x3fff) << 16; in phy2txts()
707 event_ts.ns_hi = ext_read(master, PAGE4, PTP_EDATA); in recalibrate()
719 event_ts.ns_hi = ext_read(tmp->phydev, PAGE4, PTP_EDATA); in recalibrate()
783 dp83640->edata.ns_hi = phy_txts->ns_hi; in decode_evnt()
851 overflow = (phy_rxts->ns_hi >> 14) & 0x3; in decode_rxts()
909 overflow = (phy_txts->ns_hi >> 14) & 0x3; in decode_txts()