Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/rkflash/
H A Dflash.c393 g_nand_phy_info.nand_type = nand_para.cell; in flash_ftl_ops_init()
394 g_nand_phy_info.die_num = nand_para.die_per_chip; in flash_ftl_ops_init()
395 g_nand_phy_info.plane_per_die = nand_para.plane_per_die; in flash_ftl_ops_init()
396 g_nand_phy_info.blk_per_plane = nand_para.blk_per_plane; in flash_ftl_ops_init()
397 g_nand_phy_info.page_per_blk = nand_para.page_per_blk; in flash_ftl_ops_init()
398 g_nand_phy_info.page_per_slc_blk = nand_para.page_per_blk / in flash_ftl_ops_init()
400 g_nand_phy_info.byte_per_sec = 512; in flash_ftl_ops_init()
401 g_nand_phy_info.sec_per_page = nand_para.sec_per_page; in flash_ftl_ops_init()
402 g_nand_phy_info.sec_per_blk = nand_para.sec_per_page * in flash_ftl_ops_init()
404 g_nand_phy_info.reserved_blk = 8; in flash_ftl_ops_init()
[all …]
H A Dsfc_nand.c1091 g_nand_phy_info.nand_type = 1; in sfc_nand_ftl_ops_init()
1092 g_nand_phy_info.die_num = 1; in sfc_nand_ftl_ops_init()
1093 g_nand_phy_info.plane_per_die = p_nand_info->plane_per_die; in sfc_nand_ftl_ops_init()
1094 g_nand_phy_info.blk_per_plane = p_nand_info->blk_per_plane; in sfc_nand_ftl_ops_init()
1095 g_nand_phy_info.page_per_blk = p_nand_info->page_per_blk; in sfc_nand_ftl_ops_init()
1096 g_nand_phy_info.page_per_slc_blk = p_nand_info->page_per_blk; in sfc_nand_ftl_ops_init()
1097 g_nand_phy_info.byte_per_sec = SFC_NAND_SECTOR_SIZE; in sfc_nand_ftl_ops_init()
1098 g_nand_phy_info.sec_per_page = p_nand_info->sec_per_page; in sfc_nand_ftl_ops_init()
1099 g_nand_phy_info.sec_per_blk = p_nand_info->sec_per_page * in sfc_nand_ftl_ops_init()
1101 g_nand_phy_info.reserved_blk = 8; in sfc_nand_ftl_ops_init()
[all …]
H A Dflash.h123 extern struct nand_phy_info g_nand_phy_info;
H A Dsfc_nand.h115 extern struct nand_phy_info g_nand_phy_info;
H A Drk_sftl_arm_v8_clang.S2660 adrp x8, g_nand_phy_info+12
2661 ldrh w23, [x8, :lo12:g_nand_phy_info+12]
2663 adrp x24, g_nand_phy_info+8
2665 add x24, x24, :lo12:g_nand_phy_info+8
2667 adrp x26, g_nand_phy_info+14
2704 ldrh w8, [x26, :lo12:g_nand_phy_info+14]
2873 adrp x8, g_nand_phy_info+12
2874 ldrh w8, [x8, :lo12:g_nand_phy_info+12]
2878 adrp x24, g_nand_phy_info+8
2883 add x24, x24, :lo12:g_nand_phy_info+8
[all …]
H A Drk_sftl_arm_v7_thumb.S14577 .global g_nand_phy_info symbol
14909 .type g_nand_phy_info, %object
14910 .size g_nand_phy_info, 24
14911 g_nand_phy_info: label
H A Drk_sftl_arm_v8.S14808 .global g_nand_phy_info symbol
15142 .type g_nand_phy_info, %object
15143 .size g_nand_phy_info, 24
15144 g_nand_phy_info: label
H A Drk_sftl_arm_v7.S15040 .global g_nand_phy_info symbol
15372 .type g_nand_phy_info, %object
15373 .size g_nand_phy_info, 24
15374 g_nand_phy_info: label
/OK3568_Linux_fs/u-boot/drivers/rkflash/
H A Dflash.c392 g_nand_phy_info.nand_type = nand_para.cell; in flash_ftl_ops_init()
393 g_nand_phy_info.die_num = nand_para.die_per_chip; in flash_ftl_ops_init()
394 g_nand_phy_info.plane_per_die = nand_para.plane_per_die; in flash_ftl_ops_init()
395 g_nand_phy_info.blk_per_plane = nand_para.blk_per_plane; in flash_ftl_ops_init()
396 g_nand_phy_info.page_per_blk = nand_para.page_per_blk; in flash_ftl_ops_init()
397 g_nand_phy_info.page_per_slc_blk = nand_para.page_per_blk / in flash_ftl_ops_init()
399 g_nand_phy_info.byte_per_sec = 512; in flash_ftl_ops_init()
400 g_nand_phy_info.sec_per_page = nand_para.sec_per_page; in flash_ftl_ops_init()
401 g_nand_phy_info.sec_per_blk = nand_para.sec_per_page * in flash_ftl_ops_init()
403 g_nand_phy_info.reserved_blk = 8; in flash_ftl_ops_init()
[all …]
H A Dsfc_nand.c1099 g_nand_phy_info.nand_type = 1; in sfc_nand_ftl_ops_init()
1100 g_nand_phy_info.die_num = 1; in sfc_nand_ftl_ops_init()
1101 g_nand_phy_info.plane_per_die = p_nand_info->plane_per_die; in sfc_nand_ftl_ops_init()
1102 g_nand_phy_info.blk_per_plane = p_nand_info->blk_per_plane; in sfc_nand_ftl_ops_init()
1103 g_nand_phy_info.page_per_blk = p_nand_info->page_per_blk; in sfc_nand_ftl_ops_init()
1104 g_nand_phy_info.page_per_slc_blk = p_nand_info->page_per_blk; in sfc_nand_ftl_ops_init()
1105 g_nand_phy_info.byte_per_sec = SFC_NAND_SECTOR_SIZE; in sfc_nand_ftl_ops_init()
1106 g_nand_phy_info.sec_per_page = p_nand_info->sec_per_page; in sfc_nand_ftl_ops_init()
1107 g_nand_phy_info.sec_per_blk = p_nand_info->sec_per_page * in sfc_nand_ftl_ops_init()
1109 g_nand_phy_info.reserved_blk = 8; in sfc_nand_ftl_ops_init()
[all …]
H A Dflash.h125 extern struct nand_phy_info g_nand_phy_info;
H A Dsfc_nand.h116 extern struct nand_phy_info g_nand_phy_info;
H A Drk_sftl_arm_v7.S13038 .global g_nand_phy_info symbol
13731 .section .bss.g_nand_phy_info,"aw",%nobits
13734 .type g_nand_phy_info, %object
13735 .size g_nand_phy_info, 24
13736 g_nand_phy_info: label
H A Drk_sftl_arm_v8.S11594 .global g_nand_phy_info symbol
12287 .section .bss.g_nand_phy_info,"aw",@nobits
12290 .type g_nand_phy_info, %object
12291 .size g_nand_phy_info, 24
12292 g_nand_phy_info: label