Searched refs:buff_ptr (Results 1 – 5 of 5) sorted by relevance
| /u-boot/cmd/ |
| A D | trace.c | 14 size_t *buff_ptr, size_t *buff_size) in get_args() argument 22 *buff_ptr = env_get_ulong("profoffset", 16, 0); in get_args() 27 *buff_ptr = 0; in get_args() 34 size_t buff_size, avail, buff_ptr, needed, used; in create_func_list() local 41 avail = buff_size - buff_ptr; in create_func_list() 47 (ulong)map_to_sysmem(buff + buff_ptr), used); in create_func_list() 50 env_set_hex("profoffset", buff_ptr + used); in create_func_list() 57 size_t buff_size, avail, buff_ptr, needed, used; in create_call_list() local 64 avail = buff_size - buff_ptr; in create_call_list() 70 (ulong)map_to_sysmem(buff + buff_ptr), used); in create_call_list() [all …]
|
| /u-boot/drivers/dma/ |
| A D | keystone_nav.c | 111 void *buff_ptr, u32 buff_len) in qm_buff_push() argument 115 hd->orig_buff_ptr = (u32)buff_ptr; in qm_buff_push() 116 hd->buff_ptr = (u32)buff_ptr; in qm_buff_push() 211 rx_buffers->buff_ptr == NULL || qm_cfg == NULL) in ksnav_init() 217 rx_ptr = rx_buffers->buff_ptr; in ksnav_init() 306 *pkt = (u32 *)hd->buff_ptr; in ksnav_recv() 317 _hd->buff_ptr = _hd->orig_buff_ptr; in ksnav_release_rxhd()
|
| /u-boot/arch/arm/include/asm/ti-common/ |
| A D | keystone_nav.h | 81 u32 buff_ptr; member 98 void *buff_ptr, u32 buff_len); 178 u8 *buff_ptr; member
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | cortina_nand.c | 545 unsigned int err_num, u8 *buff_ptr, int i) in ca_do_bch_correction() argument 560 buff_ptr[(reg_v & 0x1fff) >> 3]); in ca_do_bch_correction() 562 buff_ptr[err_loc0 / 8] ^= in ca_do_bch_correction() 565 printf("%x\n", buff_ptr[(reg_v & 0x1fff) >> 3]); in ca_do_bch_correction() 574 3)), buff_ptr[((reg_v >> 16) & 0x1fff) >> 3]); in ca_do_bch_correction() 576 buff_ptr[err_loc1 / 8] ^= (1 << ((reg_v >> 16) & in ca_do_bch_correction() 597 u8 *buff_ptr = (u8 *)buf; in ca_do_bch_decode() local 651 nand_check_erased_ecc_chunk(buff_ptr, in ca_do_bch_decode() 669 buff_ptr + reg_v * BCH_DATA_UNIT, step); in ca_do_bch_decode() 672 ca_do_bch_correction(chip, err_num, buff_ptr, i); in ca_do_bch_decode() [all …]
|
| /u-boot/drivers/net/ti/ |
| A D | keystone_net.c | 559 priv->net_rx_buffs.buff_ptr = rx_buffs; in ks2_eth_probe()
|
Completed in 13 milliseconds