Lines Matching defs:chip
104 static int cafe_device_ready(struct nand_chip *chip) in cafe_device_ready()
120 static void cafe_write_buf(struct nand_chip *chip, const uint8_t *buf, int len) in cafe_write_buf()
135 static void cafe_read_buf(struct nand_chip *chip, uint8_t *buf, int len) in cafe_read_buf()
149 static uint8_t cafe_read_byte(struct nand_chip *chip) in cafe_read_byte()
160 static void cafe_nand_cmdfunc(struct nand_chip *chip, unsigned command, in cafe_nand_cmdfunc()
317 static void cafe_select_chip(struct nand_chip *chip, int chipnr) in cafe_select_chip()
334 struct nand_chip *chip = mtd_to_nand(mtd); in cafe_nand_interrupt() local
345 static int cafe_nand_write_oob(struct nand_chip *chip, int page) in cafe_nand_write_oob()
354 static int cafe_nand_read_oob(struct nand_chip *chip, int page) in cafe_nand_read_oob()
370 static int cafe_nand_read_page(struct nand_chip *chip, uint8_t *buf, in cafe_nand_read_page()
453 struct nand_chip *chip = mtd_to_nand(mtd); in cafe_ooblayout_ecc() local
467 struct nand_chip *chip = mtd_to_nand(mtd); in cafe_ooblayout_free() local
533 static int cafe_nand_write_page_lowlevel(struct nand_chip *chip, in cafe_nand_write_page_lowlevel()
591 static int cafe_nand_attach_chip(struct nand_chip *chip) in cafe_nand_attach_chip()
650 static void cafe_nand_detach_chip(struct nand_chip *chip) in cafe_nand_detach_chip()
811 struct nand_chip *chip = mtd_to_nand(mtd); in cafe_nand_remove() local
839 struct nand_chip *chip = mtd_to_nand(mtd); in cafe_nand_resume() local