Home
last modified time | relevance | path

Searched refs:dest_buf_idx (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_ld_file.c25 u32 dest_buf_idx = 0; in _hal_parse_phyreg() local
35 pdest_buf[dest_buf_idx] = u4bregoffset; in _hal_parse_phyreg()
36 dest_buf_idx++; in _hal_parse_phyreg()
40 pdest_buf[dest_buf_idx] = 0xffff; in _hal_parse_phyreg()
41 PHL_INFO(" dest_buf_len: %d \n", dest_buf_idx); in _hal_parse_phyreg()
48 pdest_buf[dest_buf_idx] = u4bregvalue; in _hal_parse_phyreg()
49 dest_buf_idx++; in _hal_parse_phyreg()
57 for (i = 0; i <= dest_buf_idx; i+=2) in _hal_parse_phyreg()
61 return dest_buf_idx; in _hal_parse_phyreg()
335 u32 dest_buf_idx = 0; in _hal_parse_radio() local
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_ld_file.c25 u32 dest_buf_idx = 0; in _hal_parse_phyreg() local
35 pdest_buf[dest_buf_idx] = u4bregoffset; in _hal_parse_phyreg()
36 dest_buf_idx++; in _hal_parse_phyreg()
40 pdest_buf[dest_buf_idx] = 0xffff; in _hal_parse_phyreg()
41 PHL_INFO(" dest_buf_len: %d \n", dest_buf_idx); in _hal_parse_phyreg()
48 pdest_buf[dest_buf_idx] = u4bregvalue; in _hal_parse_phyreg()
49 dest_buf_idx++; in _hal_parse_phyreg()
57 for (i = 0; i <= dest_buf_idx; i+=2) in _hal_parse_phyreg()
61 return dest_buf_idx; in _hal_parse_phyreg()
335 u32 dest_buf_idx = 0; in _hal_parse_radio() local
[all …]