Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/xscale/
H A Dixp46x_ts.h34 u32 systime_lo; /* 0x20 SystemTime_Low Register */ member
H A Dptp_ixp46x.c47 lo = __raw_readl(&regs->systime_lo); in ixp_systime_read()
65 __raw_writel(lo, &regs->systime_lo); in ixp_systime_write()
/kernel/linux/linux-6.6/drivers/net/ethernet/xscale/
H A Dixp46x_ts.h34 u32 systime_lo; /* 0x20 SystemTime_Low Register */ member
H A Dptp_ixp46x.c46 lo = __raw_readl(&regs->systime_lo); in ixp_systime_read()
64 __raw_writel(lo, &regs->systime_lo); in ixp_systime_write()
/kernel/linux/linux-6.6/drivers/ptp/
H A Dptp_pch.c54 u32 systime_lo; member
150 ns = ioread64_lo_hi(&regs->systime_lo); in pch_systime_read()
157 iowrite64_lo_hi(ns >> TICKS_NS_SHIFT, &regs->systime_lo); in pch_systime_write()
/kernel/linux/linux-5.10/drivers/ptp/
H A Dptp_pch.c51 u32 systime_lo; member
150 lo = ioread32(&regs->systime_lo); in pch_systime_read()
168 iowrite32(lo, &regs->systime_lo); in pch_systime_write()

Completed in 4 milliseconds