Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dsunxi_nand_spl.c86 struct nfc_config { struct
201 static void nand_apply_config(const struct nfc_config *conf) in nand_apply_config()
215 static int nand_load_page(const struct nfc_config *conf, u32 offs) in nand_load_page()
255 static int nand_read_page(const struct nfc_config *conf, u32 offs, in nand_read_page()
328 static int nand_max_ecc_strength(struct nfc_config *conf) in nand_max_ecc_strength()
368 static int nand_detect_ecc_config(struct nfc_config *conf, u32 offs, in nand_detect_ecc_config()
441 static int nand_detect_config(struct nfc_config *conf, u32 offs, void *dest) in nand_detect_config()
474 static int nand_read_buffer(struct nfc_config *conf, uint32_t offs, in nand_read_buffer()
527 static struct nfc_config conf = { }; in nand_spl_load_image()