Home
last modified time | relevance | path

Searched defs:nand_info (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/rkflash/
H A Dsfc_nand.h96 struct nand_info { struct
97 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 …]
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dmxs_nand.c170 struct mxs_nand_info *nand_info = nand_get_controller_data(chip); in mxs_nand_calc_ecc_layout_by_info() local
202 struct mxs_nand_info *nand_info = nand_get_controller_data(chip); in mxs_nand_calc_ecc_layout() local
243 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() local
348 struct mxs_nand_info *nand_info = nand_get_controller_data(chip); in mxs_nand_device_ready() local
363 struct mxs_nand_info *nand_info = nand_get_controller_data(nand); in mxs_nand_select_chip() local
410 struct mxs_nand_info *nand_info = nand_get_controller_data(nand); in mxs_nand_read_buf() local
494 struct mxs_nand_info *nand_info = nand_get_controller_data(nand); in mxs_nand_write_buf() local
558 struct mxs_nand_info *nand_info = nand_get_controller_data(nand); in mxs_nand_ecc_read_page() local
709 struct mxs_nand_info *nand_info = nand_get_controller_data(nand); in mxs_nand_ecc_write_page() local
[all …]
H A Dnand.c22 static struct mtd_info *nand_info[CONFIG_SYS_MAX_NAND_DEVICE]; variable