Lines Matching defs:chip
35 struct nand_chip *chip = mtd_to_nand(mtd); in flctl_4secc_ooblayout_sp_ecc() local
66 struct nand_chip *chip = mtd_to_nand(mtd); in flctl_4secc_ooblayout_lp_ecc() local
80 struct nand_chip *chip = mtd_to_nand(mtd); in flctl_4secc_ooblayout_lp_free() local
601 static int flctl_read_page_hwecc(struct nand_chip *chip, uint8_t *buf, in flctl_read_page_hwecc()
612 static int flctl_write_page_hwecc(struct nand_chip *chip, const uint8_t *buf, in flctl_write_page_hwecc()
740 static void flctl_cmdfunc(struct nand_chip *chip, unsigned int command, in flctl_cmdfunc()
917 static void flctl_select_chip(struct nand_chip *chip, int chipnr) in flctl_select_chip()
961 static void flctl_write_buf(struct nand_chip *chip, const uint8_t *buf, int len) in flctl_write_buf()
969 static uint8_t flctl_read_byte(struct nand_chip *chip) in flctl_read_byte()
979 static void flctl_read_buf(struct nand_chip *chip, uint8_t *buf, int len) in flctl_read_buf()
987 static int flctl_chip_attach_chip(struct nand_chip *chip) in flctl_chip_attach_chip()
1209 struct nand_chip *chip = &flctl->chip; in flctl_remove() local