Searched defs:nand_info (Results 1 – 3 of 3) sorted by relevance
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