Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/
H A Dphydm_rxhp.c187 int start_byte_idx,start_bit_idx,cur_byte_idx, cur_bit_idx,NOW_byte_idx ; in GoodChannelDecision() local
297 start_bit_idx=0; in GoodChannelDecision()
301 cur_bit_idx = start_bit_idx; in GoodChannelDecision()
313 cur_bit_idx = start_bit_idx; in GoodChannelDecision()
321 start_bit_idx = start_bit_idx + Smooth_Step_Size; in GoodChannelDecision()
322 while ( (start_bit_idx) > 7 ) in GoodChannelDecision()
324 start_byte_idx= start_byte_idx+start_bit_idx/8; in GoodChannelDecision()
325 start_bit_idx = start_bit_idx%8; in GoodChannelDecision()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/
H A Dphydm_rxhp.c187 int start_byte_idx,start_bit_idx,cur_byte_idx, cur_bit_idx,NOW_byte_idx ; in GoodChannelDecision() local
297 start_bit_idx=0; in GoodChannelDecision()
301 cur_bit_idx = start_bit_idx; in GoodChannelDecision()
313 cur_bit_idx = start_bit_idx; in GoodChannelDecision()
321 start_bit_idx = start_bit_idx + Smooth_Step_Size; in GoodChannelDecision()
322 while ( (start_bit_idx) > 7 ) in GoodChannelDecision()
324 start_byte_idx= start_byte_idx+start_bit_idx/8; in GoodChannelDecision()
325 start_bit_idx = start_bit_idx%8; in GoodChannelDecision()
/OK3568_Linux_fs/kernel/drivers/xen/events/
H A Devents_2l.c169 int start_word_idx, start_bit_idx; in evtchn_2l_handle_events() local
193 start_bit_idx = __this_cpu_read(current_bit_idx); in evtchn_2l_handle_events()
228 bit_idx = start_bit_idx; in evtchn_2l_handle_events()