Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Dflash_vendor_storage.c31 static int (*_flash_write)(u32 sec, u32 n_sec, void *p_data); variable
43 _flash_write = write; in flash_vendor_dev_ops_register()
169 _flash_write(FLASH_VENDOR_PART_START + in flash_vendor_write()
192 _flash_write(FLASH_VENDOR_PART_START + in flash_vendor_write()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dvendor.c144 static int (*_flash_write)(struct blk_desc *dev_desc, variable
160 _flash_write = write; in flash_vendor_dev_ops_register()
393 if (_flash_write) in vendor_ops()
394 ret = _flash_write(dev_desc, lba + addr, n_sec, buffer); in vendor_ops()
485 _flash_write = mtd_vendor_write; in vendor_storage_init()
/OK3568_Linux_fs/kernel/drivers/rkflash/
H A Drk_sftl_arm_v8_clang.S19908 adrp x8, _flash_write
19910 str x1, [x8, :lo12:_flash_write]
20222 adrp x8, _flash_write
20223 ldr x8, [x8, :lo12:_flash_write]
22600 .type _flash_write,@object // @_flash_write
22601 .local _flash_write
22602 .comm _flash_write,8,8
H A Drk_sftl_arm_v7_thumb.S15518 .type _flash_write, %object
15519 .size _flash_write, 4
15520 _flash_write: label
H A Drk_sftl_arm_v8.S15755 .type _flash_write, %object
15756 .size _flash_write, 8
15757 _flash_write: label
H A Drk_sftl_arm_v7.S15981 .type _flash_write, %object
15982 .size _flash_write, 4
15983 _flash_write: label
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map