Searched refs:tsf_l (Results 1 – 1 of 1) sorted by relevance
7042 u32 tsf_h, tsf_l; in brcms_c_recover_tsf64() local7045 brcms_b_read_tsf(wlc->hw, &tsf_l, &tsf_h); in brcms_c_recover_tsf64()7047 rx_tsf_16_31 = (u16)(tsf_l >> 16); in brcms_c_recover_tsf64()7054 if ((u16)tsf_l < rx_tsf_0_15) { in brcms_c_recover_tsf64()7612 u32 tsf_h, tsf_l; in brcms_c_tsf_get() local7615 brcms_b_read_tsf(wlc->hw, &tsf_l, &tsf_h); in brcms_c_tsf_get()7619 tsf |= tsf_l; in brcms_c_tsf_get()7626 u32 tsf_h, tsf_l; in brcms_c_tsf_set() local7630 tsf_l = tsf; in brcms_c_tsf_set()7634 bcma_write32(wlc->hw->d11core, D11REGOFFS(tsf_timerlow), tsf_l); in brcms_c_tsf_set()