Searched refs:ines_rxts64 (Results 1 – 1 of 1) sorted by relevance
178 static u64 ines_rxts64(struct ines_port *port, unsigned int words);534 ts->sec = ines_rxts64(port, 3); in ines_rxfifo_read()535 ts->nsec = ines_rxts64(port, 2); in ines_rxfifo_read()536 ts->clkid = ines_rxts64(port, 4); in ines_rxfifo_read()547 static u64 ines_rxts64(struct ines_port *port, unsigned int words) in ines_rxts64() function