Searched refs:_buf (Results 1 – 3 of 3) sorted by relevance
| /platform/stm32f4xx/ |
| A D | flash.c | 105 const uint32_t *_buf = buf; in stmflash_bdev_write() local 107 if (FLASH_COMPLETE == FLASH_ProgramWord(start_address,_buf[i])) { in stmflash_bdev_write() 118 static ssize_t stmflash_bdev_write_block(struct bdev *bdev, const void *_buf, bnum_t block, uint co… in stmflash_bdev_write_block() argument 119 LTRACEF("dev %p, buf %p, block 0x%x, count %u\n",bdev, _buf, block, count); in stmflash_bdev_write_block()
|
| /platform/zynq/ |
| A D | spiflash.c | 342 static ssize_t spiflash_bdev_write_block(struct bdev *bdev, const void *_buf, bnum_t block, uint co… in spiflash_bdev_write_block() argument 343 LTRACEF("dev %p, buf %p, block 0x%x, count %u\n", bdev, _buf, block, count); in spiflash_bdev_write_block() 351 const uint8_t *buf = _buf; in spiflash_bdev_write_block()
|
| /platform/stm32f7xx/ |
| A D | qspi.c | 366 static ssize_t spiflash_bdev_write_block(struct bdev *device, const void *_buf, in spiflash_bdev_write_block() argument 373 const uint8_t *buf = _buf; in spiflash_bdev_write_block()
|
Completed in 7 milliseconds