Searched refs:ines_rxts64 (Results 1 – 1 of 1) sorted by relevance
173 static u64 ines_rxts64(struct ines_port *port, unsigned int words);529 ts->sec = ines_rxts64(port, 3); in ines_rxfifo_read()530 ts->nsec = ines_rxts64(port, 2); in ines_rxfifo_read()531 ts->clkid = ines_rxts64(port, 4); in ines_rxfifo_read()542 static u64 ines_rxts64(struct ines_port *port, unsigned int words) in ines_rxts64() function