Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/nand/
Dsocrates_nand.c64 static void socrates_nand_read_buf(struct mtd_info *mtd, uint8_t *buf, int len) in socrates_nand_read_buf() function
87 socrates_nand_read_buf(mtd, &byte, sizeof(byte)); in socrates_nand_read_byte()
98 socrates_nand_read_buf(mtd, (uint8_t *)&word, sizeof(word)); in socrates_nand_read_word()
181 nand_chip->read_buf = socrates_nand_read_buf; in socrates_nand_probe()