Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ptp/
H A Dptp_dte.c14 #define DTE_NCO_OVERFLOW_REG 0x08 macro
67 writel(sum3, (regs + DTE_NCO_OVERFLOW_REG)); in dte_write_nco()
79 sum3 = readl(regs + DTE_NCO_OVERFLOW_REG) & DTE_NCO_SUM3_MASK; in dte_read_nco()
297 if ((i * sizeof(u32)) != DTE_NCO_OVERFLOW_REG) in ptp_dte_resume()