Searched defs:nand_info (Results 1 – 6 of 6) sorted by relevance
95 struct nand_info { struct96 u8 id0;97 u8 id1;98 u8 id2;100 u16 sec_per_page;101 u16 page_per_blk;102 u16 plane_per_die;103 u16 blk_per_plane;105 u8 feature;130 struct nand_info *sfc_nand_get_nand_info(void); argument
96 struct nand_info { struct97 u8 id0;98 u8 id1;99 u8 id2;101 u16 sec_per_page;102 u16 page_per_blk;103 u16 plane_per_die;104 u16 blk_per_plane;106 u8 feature;108 u8 density; /* (1 << density) sectors*/[all …]
170 struct mxs_nand_info *nand_info = nand_get_controller_data(chip); in mxs_nand_calc_ecc_layout_by_info() local202 struct mxs_nand_info *nand_info = nand_get_controller_data(chip); in mxs_nand_calc_ecc_layout() local243 static int mxs_nand_wait_for_bch_complete(struct mxs_nand_info *nand_info) in mxs_nand_wait_for_bch_complete()269 struct mxs_nand_info *nand_info = nand_get_controller_data(nand); in mxs_nand_cmd_ctrl() local348 struct mxs_nand_info *nand_info = nand_get_controller_data(chip); in mxs_nand_device_ready() local363 struct mxs_nand_info *nand_info = nand_get_controller_data(nand); in mxs_nand_select_chip() local410 struct mxs_nand_info *nand_info = nand_get_controller_data(nand); in mxs_nand_read_buf() local494 struct mxs_nand_info *nand_info = nand_get_controller_data(nand); in mxs_nand_write_buf() local558 struct mxs_nand_info *nand_info = nand_get_controller_data(nand); in mxs_nand_ecc_read_page() local709 struct mxs_nand_info *nand_info = nand_get_controller_data(nand); in mxs_nand_ecc_write_page() local[all …]
22 static struct mtd_info *nand_info[CONFIG_SYS_MAX_NAND_DEVICE]; variable
410 static int rknand_info_init(struct rknand_info *nand_info) in rknand_info_init()461 static int rknand_add_partitions(struct rknand_info *nand_info) in rknand_add_partitions()579 struct rknand_info *nand_info; in rknand_probe() local
49 static struct mtd_nand_info nand_info; variable