Searched refs:b_len (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/drivers/i2c/ |
| H A D | rk_i2c.c | 279 uchar *buf, uint b_len, bool snd) in rk_i2c_read() argument 283 uint bytes_remain_len = b_len; in rk_i2c_read() 294 chip, reg, r_len, b_len); in rk_i2c_read() 381 uchar *buf, uint b_len) in rk_i2c_write() argument 386 uint bytes_remain_len = b_len + r_len + 1; in rk_i2c_write() 395 chip, reg, r_len, b_len); in rk_i2c_write()
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | ci_udc.h | 85 uint32_t b_len; member
|
| H A D | ci_udc.c | 378 if (ci_req->b_buf && req->length > ci_req->b_len) { in ci_bounce() 383 ci_req->b_len = roundup(req->length, ARCH_DMA_MINALIGN); in ci_bounce() 384 ci_req->b_buf = memalign(ARCH_DMA_MINALIGN, ci_req->b_len); in ci_bounce() 388 ci_req->hw_len = ci_req->b_len; in ci_bounce()
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | tegra_nand.c | 389 int a_len, u8 *oobbuf, int b_len) in check_ecc_error() argument 422 !blank_check(oobbuf, b_len)) in check_ecc_error()
|