Searched refs:tsf_l (Results 1 – 1 of 1) sorted by relevance
7043 u32 tsf_h, tsf_l; in brcms_c_recover_tsf64() local7046 brcms_b_read_tsf(wlc->hw, &tsf_l, &tsf_h); in brcms_c_recover_tsf64()7048 rx_tsf_16_31 = (u16)(tsf_l >> 16); in brcms_c_recover_tsf64()7055 if ((u16)tsf_l < rx_tsf_0_15) { in brcms_c_recover_tsf64()7613 u32 tsf_h, tsf_l; in brcms_c_tsf_get() local7616 brcms_b_read_tsf(wlc->hw, &tsf_l, &tsf_h); in brcms_c_tsf_get()7620 tsf |= tsf_l; in brcms_c_tsf_get()7627 u32 tsf_h, tsf_l; in brcms_c_tsf_set() local7631 tsf_l = tsf; in brcms_c_tsf_set()7635 bcma_write32(wlc->hw->d11core, D11REGOFFS(tsf_timerlow), tsf_l); in brcms_c_tsf_set()