Lines Matching defs:buffer_offset
196 size_t buffer_offset)
202 block_dev_spec->buffer.offset = buffer_offset;
251 static int uniphier_io_emmc_setup(unsigned int soc, size_t buffer_offset)
260 return uniphier_io_block_setup(0x20000, block_dev_spec, buffer_offset);
263 static int uniphier_io_nand_setup(unsigned int soc, size_t buffer_offset)
272 return uniphier_io_block_setup(0x20000, block_dev_spec, buffer_offset);
275 static int uniphier_io_nor_setup(unsigned int soc_id, size_t buffer_offset)
315 static int uniphier_io_usb_setup(unsigned int soc, size_t buffer_offset)
329 return uniphier_io_block_setup(0x20000, block_dev_spec, buffer_offset);
341 int (*io_setup)(unsigned int soc_id, size_t buffer_offset);