Home
last modified time | relevance | path

Searched refs:byte_idx (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/rtl8712/
H A Drtl8712_efuse.c198 u8 word_idx, byte_idx; in pgpacket_copy_data() local
202 byte_idx = word_idx * 2; in pgpacket_copy_data()
203 targetdata[byte_idx] = sourdata[tmpindex++]; in pgpacket_copy_data()
204 targetdata[byte_idx + 1] = sourdata[tmpindex++]; in pgpacket_copy_data()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/
H A Dphydm_rxhp.c186 u4Byte i,n,j, byte_idx, bit_idx, good_cnt, good_cnt_smoothing, Smooth_Interval[3]; in GoodChannelDecision() local
275 byte_idx = i / 8; in GoodChannelDecision()
276 bit_idx = i -8*byte_idx; in GoodChannelDecision()
277 bitmap = PSD_bitmap[byte_idx]; in GoodChannelDecision()
278 PSD_bitmap[byte_idx] = bitmap | (u1Byte) (1 << bit_idx); in GoodChannelDecision()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/
H A Dphydm_rxhp.c186 u4Byte i,n,j, byte_idx, bit_idx, good_cnt, good_cnt_smoothing, Smooth_Interval[3]; in GoodChannelDecision() local
275 byte_idx = i / 8; in GoodChannelDecision()
276 bit_idx = i -8*byte_idx; in GoodChannelDecision()
277 bitmap = PSD_bitmap[byte_idx]; in GoodChannelDecision()
278 PSD_bitmap[byte_idx] = bitmap | (u1Byte) (1 << bit_idx); in GoodChannelDecision()
/OK3568_Linux_fs/kernel/sound/usb/
H A Dcard.h176 int byte_idx; member
H A Dpcm.c1528 subs->dsd_dop.byte_idx = 0; in snd_usb_pcm_open()
1698 if (++subs->dsd_dop.byte_idx == 3) { in fill_playback_urb_dsd_dop()
1702 subs->dsd_dop.byte_idx = 0; in fill_playback_urb_dsd_dop()
1712 int idx = (src_idx + subs->dsd_dop.byte_idx - 1) % wrap; in fill_playback_urb_dsd_dop()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/
H A Di40iw_ctrl.c1076 u16 byte_idx, feat_type, feat_cnt; in i40iw_get_rdma_features() local
1102 for (byte_idx = 0, feat_type = 0; feat_type < I40IW_MAX_FEATURES; in i40iw_get_rdma_features()
1103 feat_type++, byte_idx += 8) { in i40iw_get_rdma_features()
1104 get_64bit_val((u64 *)feat_buf.va, byte_idx, &temp); in i40iw_get_rdma_features()