Home
last modified time | relevance | path

Searched refs:b_len (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/i2c/
H A Drk_i2c.c164 uchar *buf, uint b_len) in rk_i2c_read() argument
168 uint bytes_remain_len = b_len; in rk_i2c_read()
179 chip, reg, r_len, b_len); in rk_i2c_read()
263 uchar *buf, uint b_len) in rk_i2c_write() argument
268 uint bytes_remain_len = b_len + r_len + 1; in rk_i2c_write()
276 chip, reg, r_len, b_len); in rk_i2c_write()
/openbmc/u-boot/drivers/usb/gadget/
H A Dci_udc.h85 uint32_t b_len; member
H A Dci_udc.c381 if (ci_req->b_buf && req->length > ci_req->b_len) { in ci_bounce()
386 ci_req->b_len = roundup(req->length, ARCH_DMA_MINALIGN); in ci_bounce()
387 ci_req->b_buf = memalign(ARCH_DMA_MINALIGN, ci_req->b_len); in ci_bounce()
391 ci_req->hw_len = ci_req->b_len; in ci_bounce()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dtegra_nand.c388 int a_len, u8 *oobbuf, int b_len) in check_ecc_error() argument
421 !blank_check(oobbuf, b_len)) in check_ecc_error()