Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/block/
H A Dsandbox.c63 static unsigned long host_block_write(struct udevice *dev, function
70 static unsigned long host_block_write(struct blk_desc *block_dev,
186 blk_dev->block_write = host_block_write;
223 .write = host_block_write,