Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/pensando/ionic/
A Dionic_phc.c268 u32 tick_high_before, tick_high, tick_low; in ionic_hwstamp_read() local
273 tick_high_before = ioread32(&ionic->idev.hwstamp_regs->tick_high); in ionic_hwstamp_read()
279 tick_high = ioread32(&ionic->idev.hwstamp_regs->tick_high); in ionic_hwstamp_read()
284 if (tick_high != tick_high_before) { in ionic_hwstamp_read()
290 return (u64)tick_low | ((u64)tick_high << 32); in ionic_hwstamp_read()
A Dionic_if.h2929 u32 tick_high; member

Completed in 19 milliseconds