Home
last modified time | relevance | path

Searched refs:tick_high (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
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()
281 /* If tick_high changed, re-read tick_low once more. Assume 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()
H A Dionic_if.h2968 * @tick_high: High 32 bits of hardware timestamp
2972 u32 tick_high; member
/kernel/linux/linux-6.6/include/linux/pds/
H A Dpds_core_if.h487 * @tick_high: High 32 bits of hardware timestamp
491 u32 tick_high; member

Completed in 9 milliseconds