Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ptp/
H A Dptp_ines.c173 static u64 ines_rxts64(struct ines_port *port, unsigned int words);
525 ts->sec = ines_rxts64(port, 3); in ines_rxfifo_read()
526 ts->nsec = ines_rxts64(port, 2); in ines_rxfifo_read()
527 ts->clkid = ines_rxts64(port, 4); in ines_rxfifo_read()
538 static u64 ines_rxts64(struct ines_port *port, unsigned int words) in ines_rxts64() function