Searched defs:nand_chip (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.6/drivers/mtd/nand/raw/bcm47xxnflash/ |
D | ops_bcm4706.c | 88 struct nand_chip *nand_chip = mtd_to_nand(mtd); in bcm47xxnflash_ops_bcm4706_read() local 138 struct nand_chip *nand_chip = mtd_to_nand(mtd); in bcm47xxnflash_ops_bcm4706_write() local 169 static void bcm47xxnflash_ops_bcm4706_cmd_ctrl(struct nand_chip *nand_chip, in bcm47xxnflash_ops_bcm4706_cmd_ctrl() 195 static int bcm47xxnflash_ops_bcm4706_dev_ready(struct nand_chip *nand_chip) in bcm47xxnflash_ops_bcm4706_dev_ready() 209 static void bcm47xxnflash_ops_bcm4706_cmdfunc(struct nand_chip *nand_chip, in bcm47xxnflash_ops_bcm4706_cmdfunc() 307 static u8 bcm47xxnflash_ops_bcm4706_read_byte(struct nand_chip *nand_chip) in bcm47xxnflash_ops_bcm4706_read_byte() 335 static void bcm47xxnflash_ops_bcm4706_read_buf(struct nand_chip *nand_chip, in bcm47xxnflash_ops_bcm4706_read_buf() 351 static void bcm47xxnflash_ops_bcm4706_write_buf(struct nand_chip *nand_chip, in bcm47xxnflash_ops_bcm4706_write_buf() 372 struct nand_chip *nand_chip = (struct nand_chip *)&b47n->nand_chip; in bcm47xxnflash_ops_bcm4706_init() local
|
D | bcm47xxnflash.h | 15 struct nand_chip nand_chip; member
|
/Linux-v6.6/include/linux/mtd/ |
D | rawnand.h | 1274 struct nand_chip { struct 1279 struct nand_chip_ops ops; argument 1280 struct nand_legacy legacy; 1281 unsigned int options; 1284 const struct nand_interface_config *current_interface_config; 1285 struct nand_interface_config *best_interface_config; 1288 unsigned int bbt_erase_shift; 1289 unsigned int bbt_options; 1290 unsigned int badblockpos; 1291 unsigned int badblockbits; [all …]
|
/Linux-v6.6/drivers/mtd/nand/raw/ |
D | socrates_nand.c | 27 struct nand_chip nand_chip; member 87 static void socrates_nand_cmd_ctrl(struct nand_chip *nand_chip, int cmd, in socrates_nand_cmd_ctrl() 112 static int socrates_nand_device_ready(struct nand_chip *nand_chip) in socrates_nand_device_ready() 141 struct nand_chip *nand_chip; in socrates_nand_probe() local
|
D | mxc_nand.c | 292 struct nand_chip *nand_chip = mtd_to_nand(mtd); in mxc_do_addr_cycle() local 554 struct nand_chip *nand_chip = mtd_to_nand(mtd); in send_page_v3() local 570 struct nand_chip *nand_chip = mtd_to_nand(mtd); in send_page_v2() local 584 struct nand_chip *nand_chip = mtd_to_nand(mtd); in send_page_v1() local 895 static u_char mxc_nand_read_byte(struct nand_chip *nand_chip) in mxc_nand_read_byte() 921 static void mxc_nand_write_buf(struct nand_chip *nand_chip, const u_char *buf, in mxc_nand_write_buf() 940 static void mxc_nand_read_buf(struct nand_chip *nand_chip, u_char *buf, in mxc_nand_read_buf() 957 static void mxc_nand_select_chip_v1_v3(struct nand_chip *nand_chip, int chip) in mxc_nand_select_chip_v1_v3() 977 static void mxc_nand_select_chip_v2(struct nand_chip *nand_chip, int chip) in mxc_nand_select_chip_v2() 1005 struct nand_chip *nand_chip = mtd_to_nand(mtd); in mxc_v1_ooblayout_ecc() local [all …]
|
D | lpc32xx_mlc.c | 132 struct nand_chip *nand_chip = mtd_to_nand(mtd); in lpc32xx_ooblayout_ecc() local 146 struct nand_chip *nand_chip = mtd_to_nand(mtd); in lpc32xx_ooblayout_free() local 176 struct nand_chip nand_chip; member 278 static void lpc32xx_nand_cmd_ctrl(struct nand_chip *nand_chip, int cmd, in lpc32xx_nand_cmd_ctrl() 294 static int lpc32xx_nand_device_ready(struct nand_chip *nand_chip) in lpc32xx_nand_device_ready() 687 struct nand_chip *nand_chip; in lpc32xx_nand_probe() local
|
D | gpio.c | 34 struct nand_chip nand_chip; member
|
D | ams-delta.c | 34 struct nand_chip nand_chip; member
|
D | omap2.c | 2185 struct nand_chip *nand_chip; in omap_nand_probe() local 2278 struct nand_chip *nand_chip = mtd_to_nand(mtd); in omap_nand_remove() local
|
D | mxic_nand.c | 491 struct nand_chip *nand_chip; in mxic_nfc_probe() local
|
D | lpc32xx_slc.c | 215 struct nand_chip nand_chip; member
|