Home
last modified time | relevance | path

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

/u-boot/drivers/mmc/
A Dmxcmmc.c281 static int mxcmci_pull(struct mxcmci_host *host, void *_buf, int bytes) in mxcmci_pull() argument
284 u32 *buf = _buf; in mxcmci_pull()
310 static int mxcmci_push(struct mxcmci_host *host, const void *_buf, int bytes) in mxcmci_push() argument
313 const u32 *buf = _buf; in mxcmci_push()
/u-boot/drivers/i2c/
A Di2c-uclass.c171 uint8_t _buf[I2C_MAX_OFFSET_LEN + 64]; in dm_i2c_write() local
172 uint8_t *buf = _buf; in dm_i2c_write()
198 if (len > sizeof(_buf) - I2C_MAX_OFFSET_LEN) { in dm_i2c_write()
209 if (buf != _buf) in dm_i2c_write()

Completed in 9 milliseconds