Searched refs:high_now (Results 1 – 1 of 1) sorted by relevance
79 u32 high_before, high_now, low; in bnxt_refclk_read() local88 high_now = readl(bp->bar0 + ptp->refclk_mapped_regs[1]); in bnxt_refclk_read()89 if (high_now != high_before) { in bnxt_refclk_read()94 *ns = ((u64)high_now << 32) | low; in bnxt_refclk_read()