opal_flash_write  225 arch/powerpc/include/asm/opal.h int64_t opal_flash_write(uint64_t id, uint64_t offset, uint64_t buf,
opal_flash_write  235 arch/powerpc/platforms/powernv/opal-call.c OPAL_CALL(opal_flash_write,			OPAL_FLASH_WRITE);
opal_flash_write 1040 arch/powerpc/platforms/powernv/opal.c EXPORT_SYMBOL_GPL(opal_flash_write);
opal_flash_write   72 drivers/mtd/devices/powernv_flash.c 		rc = opal_flash_write(info->id, offset, __pa(buf), len, token);