Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dxway_nand.c80 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()