Searched refs:sftl_vendor_read (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/rkflash/ |
| H A D | rk_sftl.h | 17 int sftl_vendor_read(u32 index, u32 count, u8 *buf);
|
| H A D | rkflash_api.c | 275 ret = sftl_vendor_read(sec, n_sec, (u8 *)p_data); in rksfc_nand_vendor_read() 341 ret = sftl_vendor_read(sec, n_sec, (u8 *)p_data); in rknand_flash_vendor_read()
|
| H A D | rk_sftl_arm_v7.S | 9045 .section .text.sftl_vendor_read,"ax",%progbits 9047 .global sftl_vendor_read symbol 9052 .type sftl_vendor_read, %function 9053 sftl_vendor_read: label 9059 .size sftl_vendor_read, .-sftl_vendor_read
|
| H A D | rk_sftl_arm_v8.S | 7901 .section .text.sftl_vendor_read,"ax",@progbits 7903 .global sftl_vendor_read symbol 7904 .type sftl_vendor_read, %function 7905 sftl_vendor_read: label 7908 .size sftl_vendor_read, .-sftl_vendor_read
|
| /OK3568_Linux_fs/kernel/drivers/rkflash/ |
| H A D | nand_boot.c | 40 return sftl_vendor_read(sec, n_sec, p_data); in sftl_flash_vendor_read()
|
| H A D | rk_sftl.h | 16 int sftl_vendor_read(u32 index, u32 count, u8 *buf);
|
| H A D | sfc_nand_boot.c | 56 return sftl_vendor_read(sec, n_sec, p_data); in snand_vendor_read()
|
| H A D | rk_sftl_arm_v7_thumb.S | 10074 .global sftl_vendor_read symbol 10079 .type sftl_vendor_read, %function 10080 sftl_vendor_read: label 10088 .size sftl_vendor_read, .-sftl_vendor_read
|
| H A D | rk_sftl_arm_v8.S | 10252 .global sftl_vendor_read symbol 10253 .type sftl_vendor_read, %function 10254 sftl_vendor_read: label 10271 .size sftl_vendor_read, .-sftl_vendor_read
|
| H A D | rk_sftl_arm_v7.S | 10374 .global sftl_vendor_read symbol 10378 .type sftl_vendor_read, %function 10379 sftl_vendor_read: label 10390 .size sftl_vendor_read, .-sftl_vendor_read
|
| H A D | rk_sftl_arm_v8_clang.S | 10024 .globl sftl_vendor_read // -- Begin function sftl_vendor_read symbol 10026 .type sftl_vendor_read,@function 10027 sftl_vendor_read: // @sftl_vendor_read label 10038 .size sftl_vendor_read, .Lfunc_end57-sftl_vendor_read
|