Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dnand_legacy.c74 static void nand_write_byte(struct nand_chip *chip, uint8_t byte) in nand_write_byte() function
607 if (!chip->legacy.write_byte || chip->legacy.write_byte == nand_write_byte) in nand_legacy_set_defaults()
608 chip->legacy.write_byte = busw ? nand_write_byte16 : nand_write_byte; in nand_legacy_set_defaults()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.su
H A Dnand_base.c208 static void nand_write_byte(struct mtd_info *mtd, uint8_t byte) in nand_write_byte() function
3743 if (!chip->write_byte || chip->write_byte == nand_write_byte) in nand_set_defaults()
3744 chip->write_byte = busw ? nand_write_byte16 : nand_write_byte; in nand_set_defaults()
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map