Home
last modified time | relevance | path

Searched refs:end_pos (Results 1 – 25 of 42) sorted by relevance

12

/OK3568_Linux_fs/kernel/include/linux/
H A Dregset.h244 const int start_pos, const int end_pos) in user_regset_copyin() argument
249 if (end_pos < 0 || *pos < end_pos) { in user_regset_copyin()
250 unsigned int copy = (end_pos < 0 ? *count in user_regset_copyin()
251 : min(*count, end_pos - *pos)); in user_regset_copyin()
271 const int end_pos) in user_regset_copyin_ignore() argument
276 if (end_pos < 0 || *pos < end_pos) { in user_regset_copyin_ignore()
277 unsigned int copy = (end_pos < 0 ? *count in user_regset_copyin_ignore()
278 : min(*count, end_pos - *pos)); in user_regset_copyin_ignore()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dspeexdsp.c251 size_t end_pos; in flow() local
257 end_pos = obuf_pos + min(p->buffer_end - p->buffer_opos, obuf_end - obuf_pos); in flow()
258 for (; obuf_pos < end_pos; obuf_pos++, p->buffer_opos++) in flow()
264 end_pos = ibuf_pos + min(p->buffer_end - p->buffer_ipos, ibuf_end - ibuf_pos); in flow()
265 for (; ibuf_pos < end_pos; ibuf_pos++, p->buffer_ipos++) in flow()
289 size_t end_pos; in drain() local
303 end_pos = obuf_pos + min(p->buffer_end - p->buffer_opos, obuf_end - obuf_pos); in drain()
304 for (; obuf_pos < end_pos; obuf_pos++, p->buffer_opos++) in drain()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/
H A Dphydm_adc_sampling.c98 pr_debug("buf[end:start]=(0x%x~0x%x)\n", buf->end_pos, buf->start_pos); in phydm_la_pre_run()
506 buf->start_pos, buf->end_pos, buf->buffer_size); in phydm_la_get_tx_pkt_buf()
509 buf->start_pos, finish_addr << 3, buf->end_pos); in phydm_la_get_tx_pkt_buf()
511 round_up_point = (buf->end_pos - addr) >> 3; /*@Byte to 8Byte*/ in phydm_la_get_tx_pkt_buf()
517 buf->start_pos, finish_addr << 3, buf->end_pos); in phydm_la_get_tx_pkt_buf()
542 if (addr >= buf->end_pos) in phydm_la_get_tx_pkt_buf()
877 buf->end_pos = end_pos_tmp; in phydm_la_set_buff_mode()
883 buf->start_pos, buf->end_pos, buf->buffer_size, in phydm_la_set_buff_mode()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/
H A Dphydm_adc_sampling.c98 pr_debug("buf[end:start]=(0x%x~0x%x)\n", buf->end_pos, buf->start_pos); in phydm_la_pre_run()
506 buf->start_pos, buf->end_pos, buf->buffer_size); in phydm_la_get_tx_pkt_buf()
509 buf->start_pos, finish_addr << 3, buf->end_pos); in phydm_la_get_tx_pkt_buf()
511 round_up_point = (buf->end_pos - addr) >> 3; /*@Byte to 8Byte*/ in phydm_la_get_tx_pkt_buf()
517 buf->start_pos, finish_addr << 3, buf->end_pos); in phydm_la_get_tx_pkt_buf()
542 if (addr >= buf->end_pos) in phydm_la_get_tx_pkt_buf()
877 buf->end_pos = end_pos_tmp; in phydm_la_set_buff_mode()
883 buf->start_pos, buf->end_pos, buf->buffer_size, in phydm_la_set_buff_mode()
H A Dphydm_adc_sampling.h95 u32 end_pos; /*@buf addr*/ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/
H A Dphydm_adc_sampling.c98 pr_debug("buf[end:start]=(0x%x~0x%x)\n", buf->end_pos, buf->start_pos); in phydm_la_pre_run()
506 buf->start_pos, buf->end_pos, buf->buffer_size); in phydm_la_get_tx_pkt_buf()
509 buf->start_pos, finish_addr << 3, buf->end_pos); in phydm_la_get_tx_pkt_buf()
511 round_up_point = (buf->end_pos - addr) >> 3; /*@Byte to 8Byte*/ in phydm_la_get_tx_pkt_buf()
517 buf->start_pos, finish_addr << 3, buf->end_pos); in phydm_la_get_tx_pkt_buf()
542 if (addr >= buf->end_pos) in phydm_la_get_tx_pkt_buf()
877 buf->end_pos = end_pos_tmp; in phydm_la_set_buff_mode()
883 buf->start_pos, buf->end_pos, buf->buffer_size, in phydm_la_set_buff_mode()
H A Dphydm_adc_sampling.h95 u32 end_pos; /*@buf addr*/ member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/
H A Dphydm_adc_sampling.c97 pr_debug("buf[end:start]=(0x%x~0x%x)\n", buf->end_pos, buf->start_pos); in phydm_la_pre_run()
943 buf->start_pos, buf->end_pos, buf->buffer_size); in phydm_la_get_tx_pkt_buf()
946 buf->start_pos, finish_addr << 3, buf->end_pos); in phydm_la_get_tx_pkt_buf()
948 round_up_point = (buf->end_pos - addr) >> 3; /*@Byte to 8Byte*/ in phydm_la_get_tx_pkt_buf()
954 buf->start_pos, finish_addr << 3, buf->end_pos); in phydm_la_get_tx_pkt_buf()
976 if((imem_start_addr_offset + 0x8000) >= buf->end_pos) { in phydm_la_get_tx_pkt_buf()
977 dma_len = buf->end_pos-imem_start_addr_offset; in phydm_la_get_tx_pkt_buf()
1044 if (addr >= buf->end_pos) in phydm_la_get_tx_pkt_buf()
1400 buf->end_pos = end_pos_tmp; in phydm_la_set_buff_mode()
1405 buf->start_pos, buf->end_pos, buf->buffer_size, in phydm_la_set_buff_mode()
H A Dphydm_adc_sampling.h95 u32 end_pos; /*@buf addr*/ member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/
H A Dphydm_adc_sampling.c97 pr_debug("buf[end:start]=(0x%x~0x%x)\n", buf->end_pos, buf->start_pos); in phydm_la_pre_run()
943 buf->start_pos, buf->end_pos, buf->buffer_size); in phydm_la_get_tx_pkt_buf()
946 buf->start_pos, finish_addr << 3, buf->end_pos); in phydm_la_get_tx_pkt_buf()
948 round_up_point = (buf->end_pos - addr) >> 3; /*@Byte to 8Byte*/ in phydm_la_get_tx_pkt_buf()
954 buf->start_pos, finish_addr << 3, buf->end_pos); in phydm_la_get_tx_pkt_buf()
976 if((imem_start_addr_offset + 0x8000) >= buf->end_pos) { in phydm_la_get_tx_pkt_buf()
977 dma_len = buf->end_pos-imem_start_addr_offset; in phydm_la_get_tx_pkt_buf()
1044 if (addr >= buf->end_pos) in phydm_la_get_tx_pkt_buf()
1400 buf->end_pos = end_pos_tmp; in phydm_la_set_buff_mode()
1405 buf->start_pos, buf->end_pos, buf->buffer_size, in phydm_la_set_buff_mode()
H A Dphydm_adc_sampling.h95 u32 end_pos; /*@buf addr*/ member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/
H A Dphydm_adc_sampling.c97 pr_debug("buf[end:start]=(0x%x~0x%x)\n", buf->end_pos, buf->start_pos); in phydm_la_pre_run()
943 buf->start_pos, buf->end_pos, buf->buffer_size); in phydm_la_get_tx_pkt_buf()
946 buf->start_pos, finish_addr << 3, buf->end_pos); in phydm_la_get_tx_pkt_buf()
948 round_up_point = (buf->end_pos - addr) >> 3; /*@Byte to 8Byte*/ in phydm_la_get_tx_pkt_buf()
954 buf->start_pos, finish_addr << 3, buf->end_pos); in phydm_la_get_tx_pkt_buf()
976 if((imem_start_addr_offset + 0x8000) >= buf->end_pos) { in phydm_la_get_tx_pkt_buf()
977 dma_len = buf->end_pos-imem_start_addr_offset; in phydm_la_get_tx_pkt_buf()
1043 if (addr >= buf->end_pos) in phydm_la_get_tx_pkt_buf()
1398 buf->end_pos = end_pos_tmp; in phydm_la_set_buff_mode()
1403 buf->start_pos, buf->end_pos, buf->buffer_size, in phydm_la_set_buff_mode()
H A Dphydm_adc_sampling.h95 u32 end_pos; /*@buf addr*/ member
/OK3568_Linux_fs/kernel/kernel/
H A Drelay.c1104 size_t read_subbuf, padding, end_pos; in relay_file_read_end_pos() local
1111 end_pos = (read_subbuf + 1) * subbuf_size; in relay_file_read_end_pos()
1113 end_pos = read_pos + count; in relay_file_read_end_pos()
1114 if (end_pos >= subbuf_size * n_subbufs) in relay_file_read_end_pos()
1115 end_pos = 0; in relay_file_read_end_pos()
1117 return end_pos; in relay_file_read_end_pos()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/
H A Dphydm_adc_sampling.c97 pr_debug("buf[end:start]=(0x%x~0x%x)\n", buf->end_pos, buf->start_pos); in phydm_la_pre_run()
867 buf->start_pos, buf->end_pos, buf->buffer_size); in phydm_la_get_tx_pkt_buf()
870 buf->start_pos, finish_addr << 3, buf->end_pos); in phydm_la_get_tx_pkt_buf()
872 round_up_point = (buf->end_pos - addr) >> 3; /*@Byte to 8Byte*/ in phydm_la_get_tx_pkt_buf()
878 buf->start_pos, finish_addr << 3, buf->end_pos); in phydm_la_get_tx_pkt_buf()
904 if (addr >= buf->end_pos) in phydm_la_get_tx_pkt_buf()
1258 buf->end_pos = end_pos_tmp; in phydm_la_set_buff_mode()
1263 buf->start_pos, buf->end_pos, buf->buffer_size, in phydm_la_set_buff_mode()
H A Dphydm_adc_sampling.h95 u32 end_pos; /*@buf addr*/ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/
H A Dphydm_adc_sampling.c97 pr_debug("buf[end:start]=(0x%x~0x%x)\n", buf->end_pos, buf->start_pos); in phydm_la_pre_run()
853 buf->start_pos, buf->end_pos, buf->buffer_size); in phydm_la_get_tx_pkt_buf()
856 buf->start_pos, finish_addr << 3, buf->end_pos); in phydm_la_get_tx_pkt_buf()
858 round_up_point = (buf->end_pos - addr) >> 3; /*@Byte to 8Byte*/ in phydm_la_get_tx_pkt_buf()
864 buf->start_pos, finish_addr << 3, buf->end_pos); in phydm_la_get_tx_pkt_buf()
890 if (addr >= buf->end_pos) in phydm_la_get_tx_pkt_buf()
1222 buf->end_pos = end_pos_tmp; in phydm_la_set_buff_mode()
1227 buf->start_pos, buf->end_pos, buf->buffer_size, in phydm_la_set_buff_mode()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/
H A Dphydm_adc_sampling.c98 pr_debug("buf[end:start]=(0x%x~0x%x)\n", buf->end_pos, buf->start_pos); in phydm_la_pre_run()
868 buf->start_pos, buf->end_pos, buf->buffer_size); in phydm_la_get_tx_pkt_buf()
871 buf->start_pos, finish_addr << 3, buf->end_pos); in phydm_la_get_tx_pkt_buf()
873 round_up_point = (buf->end_pos - addr) >> 3; /*@Byte to 8Byte*/ in phydm_la_get_tx_pkt_buf()
879 buf->start_pos, finish_addr << 3, buf->end_pos); in phydm_la_get_tx_pkt_buf()
905 if (addr >= buf->end_pos) in phydm_la_get_tx_pkt_buf()
1259 buf->end_pos = end_pos_tmp; in phydm_la_set_buff_mode()
1264 buf->start_pos, buf->end_pos, buf->buffer_size, in phydm_la_set_buff_mode()
H A Dphydm_adc_sampling.h96 u32 end_pos; /*@buf addr*/ member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/
H A Dphydm_adc_sampling.c97 pr_debug("buf[end:start]=(0x%x~0x%x)\n", buf->end_pos, buf->start_pos); in phydm_la_pre_run()
853 buf->start_pos, buf->end_pos, buf->buffer_size); in phydm_la_get_tx_pkt_buf()
856 buf->start_pos, finish_addr << 3, buf->end_pos); in phydm_la_get_tx_pkt_buf()
858 round_up_point = (buf->end_pos - addr) >> 3; /*@Byte to 8Byte*/ in phydm_la_get_tx_pkt_buf()
864 buf->start_pos, finish_addr << 3, buf->end_pos); in phydm_la_get_tx_pkt_buf()
890 if (addr >= buf->end_pos) in phydm_la_get_tx_pkt_buf()
1232 buf->end_pos = end_pos_tmp; in phydm_la_set_buff_mode()
1237 buf->start_pos, buf->end_pos, buf->buffer_size, in phydm_la_set_buff_mode()
H A Dphydm_adc_sampling.h95 u32 end_pos; /*@buf addr*/ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/
H A Dphydm_adc_sampling.c98 pr_debug("buf[end:start]=(0x%x~0x%x)\n", buf->end_pos, buf->start_pos); in phydm_la_pre_run()
854 buf->start_pos, buf->end_pos, buf->buffer_size); in phydm_la_get_tx_pkt_buf()
857 buf->start_pos, finish_addr << 3, buf->end_pos); in phydm_la_get_tx_pkt_buf()
859 round_up_point = (buf->end_pos - addr) >> 3; /*@Byte to 8Byte*/ in phydm_la_get_tx_pkt_buf()
865 buf->start_pos, finish_addr << 3, buf->end_pos); in phydm_la_get_tx_pkt_buf()
891 if (addr >= buf->end_pos) in phydm_la_get_tx_pkt_buf()
1223 buf->end_pos = end_pos_tmp; in phydm_la_set_buff_mode()
1228 buf->start_pos, buf->end_pos, buf->buffer_size, in phydm_la_set_buff_mode()
H A Dphydm_adc_sampling.h96 u32 end_pos; /*@buf addr*/ member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/
H A Dphydm_adc_sampling.c97 pr_debug("buf[end:start]=(0x%x~0x%x)\n", buf->end_pos, buf->start_pos); in phydm_la_pre_run()
853 buf->start_pos, buf->end_pos, buf->buffer_size); in phydm_la_get_tx_pkt_buf()
856 buf->start_pos, finish_addr << 3, buf->end_pos); in phydm_la_get_tx_pkt_buf()
858 round_up_point = (buf->end_pos - addr) >> 3; /*@Byte to 8Byte*/ in phydm_la_get_tx_pkt_buf()
864 buf->start_pos, finish_addr << 3, buf->end_pos); in phydm_la_get_tx_pkt_buf()
890 if (addr >= buf->end_pos) in phydm_la_get_tx_pkt_buf()
1232 buf->end_pos = end_pos_tmp; in phydm_la_set_buff_mode()
1237 buf->start_pos, buf->end_pos, buf->buffer_size, in phydm_la_set_buff_mode()
H A Dphydm_adc_sampling.h95 u32 end_pos; /*@buf addr*/ member

12