Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-ixp4xx/include/mach/
Dixp46x_ts.h47 u32 systime_lo; /* 0x20 SystemTime_Low Register */ member
/linux-4.1.27/drivers/ptp/
Dptp_ixp46x.c59 lo = __raw_readl(&regs->systime_lo); in ixp_systime_read()
77 __raw_writel(lo, &regs->systime_lo); in ixp_systime_write()
Dptp_pch.c63 u32 systime_lo; member
162 lo = ioread32(&regs->systime_lo); in pch_systime_read()
180 iowrite32(lo, &regs->systime_lo); in pch_systime_write()