Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Domap_gpmc.c131 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 Dflash.h49 void nand_setpins(DeviceState *dev, uint8_t cle, uint8_t ale,
/openbmc/qemu/hw/cris/
H A Daxis_dev88.c76 nand_setpins(s->nand, s->cle, s->ale, s->ce, 1, 0); in nand_write()
/openbmc/qemu/hw/display/
H A Dtc6393xb.c383 nand_setpins(s->flash, in tc6393xb_nand_writeb()
/openbmc/qemu/hw/block/
H A Dnand.c484 void nand_setpins(DeviceState *dev, uint8_t cle, uint8_t ale, in nand_setpins() function
/openbmc/qemu/hw/arm/
H A Dspitz.c154 nand_setpins(s->nand, in sl_write()