Searched refs:nand_setpins (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/hw/misc/ |
H A D | omap_gpmc.c | 131 nand_setpins(f->dev, 0, 0, 0, 1, 0); in omap_nand_read() 209 nand_setpins(f->dev, 0, 0, 0, 1, 0); in omap_nand_write() 707 nand_setpins(f->dev, 1, 0, 0, 1, 0); /* CLE */ in omap_gpmc_write() 713 nand_setpins(f->dev, 0, 1, 0, 1, 0); /* ALE */ in omap_gpmc_write()
|
/openbmc/qemu/include/hw/block/ |
H A D | flash.h | 49 void nand_setpins(DeviceState *dev, uint8_t cle, uint8_t ale,
|
/openbmc/qemu/hw/cris/ |
H A D | axis_dev88.c | 76 nand_setpins(s->nand, s->cle, s->ale, s->ce, 1, 0); in nand_write()
|
/openbmc/qemu/hw/display/ |
H A D | tc6393xb.c | 383 nand_setpins(s->flash, in tc6393xb_nand_writeb()
|
/openbmc/qemu/hw/block/ |
H A D | nand.c | 484 void nand_setpins(DeviceState *dev, uint8_t cle, uint8_t ale, in nand_setpins() function
|
/openbmc/qemu/hw/arm/ |
H A D | spitz.c | 154 nand_setpins(s->nand, in sl_write()
|