Home
last modified time | relevance | path

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

/openbmc/linux/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()
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.h2972 u32 tick_high; member
/openbmc/linux/include/linux/pds/
H A Dpds_core_if.h491 u32 tick_high; member