Lines Matching refs:g_nand_phy_info
393 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()
405 g_nand_phy_info.blk_per_die = nand_para.plane_per_die * in flash_ftl_ops_init()
407 g_nand_phy_info.ecc_bits = nand_para.ecc_bits; in flash_ftl_ops_init()