Searched refs:systime_lo (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/xscale/
H A Dixp46x_ts.h34 u32 systime_lo; /* 0x20 SystemTime_Low Register */ member in struct:ixp46x_ts_regs
H A Dptp_ixp46x.c46 lo = __raw_readl(&regs->systime_lo);
64 __raw_writel(lo, &regs->systime_lo);
/linux-master/drivers/ptp/
H A Dptp_pch.c54 u32 systime_lo; member in struct:pch_ts_regs
150 ns = ioread64_lo_hi(&regs->systime_lo);
157 iowrite64_lo_hi(ns >> TICKS_NS_SHIFT, &regs->systime_lo);

Completed in 140 milliseconds