Searched refs:xway_writeb (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | xway_nand.c | 79 static void xway_writeb(struct mtd_info *mtd, int op, u8 value) in xway_writeb() function 115 xway_writeb(mtd, NAND_WRITE_CMD, cmd); in xway_cmd_ctrl() 117 xway_writeb(mtd, NAND_WRITE_ADDR, cmd); in xway_cmd_ctrl() 146 xway_writeb(nand_to_mtd(chip), NAND_WRITE_DATA, buf[i]); in xway_write_buf()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | xway_nand.c | 80 static void xway_writeb(struct mtd_info *mtd, int op, u8 value) in xway_writeb() function 116 xway_writeb(mtd, NAND_WRITE_CMD, cmd); in xway_cmd_ctrl() 118 xway_writeb(mtd, NAND_WRITE_ADDR, cmd); in xway_cmd_ctrl() 147 xway_writeb(nand_to_mtd(chip), NAND_WRITE_DATA, buf[i]); in xway_write_buf()
|
Completed in 2 milliseconds