Lines Matching refs:lo
264 u32 lo; in ixp_ptp_match() local
277 memcpy(&lo, &hi[1], sizeof(lo)); in ixp_ptp_match()
280 uid_lo == ntohl(lo) && in ixp_ptp_match()
289 u32 ch, hi, lo, val; in ixp_rx_timestamp() local
304 lo = __raw_readl(®s->channel[ch].src_uuid_lo); in ixp_rx_timestamp()
310 if (!ixp_ptp_match(skb, htons(uid), htonl(lo), htons(seq))) in ixp_rx_timestamp()
313 lo = __raw_readl(®s->channel[ch].rx_snap_lo); in ixp_rx_timestamp()
316 ns |= lo; in ixp_rx_timestamp()
332 u32 ch, cnt, hi, lo, val; in ixp_tx_timestamp() local
359 lo = __raw_readl(®s->channel[ch].tx_snap_lo); in ixp_tx_timestamp()
362 ns |= lo; in ixp_tx_timestamp()