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