Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H A Dionic_phc.c268 u32 tick_high_before, tick_high, tick_low; in ionic_hwstamp_read() local
271 ioread32(&ionic->idev.hwstamp_regs->tick_low); in ionic_hwstamp_read()
276 tick_low = ioread32(&ionic->idev.hwstamp_regs->tick_low); in ionic_hwstamp_read()
281 /* If tick_high changed, re-read tick_low once more. Assume tick_high in ionic_hwstamp_read()
282 * cannot change again so soon as in the span of re-reading tick_low. in ionic_hwstamp_read()
286 tick_low = ioread32(&ionic->idev.hwstamp_regs->tick_low); in ionic_hwstamp_read()
290 return (u64)tick_low | ((u64)tick_high << 32); in ionic_hwstamp_read()
H A Dionic_if.h2967 * @tick_low: Low 32 bits of hardware timestamp
2971 u32 tick_low; member
/kernel/linux/linux-6.6/include/linux/pds/
H A Dpds_core_if.h486 * @tick_low: Low 32 bits of hardware timestamp
490 u32 tick_low; member

Completed in 12 milliseconds