Home
last modified time | relevance | path

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

/trueos/sys/dev/nand/
HDnand.h312 struct nand_softc *nand;
326 struct nand_softc { struct
350 int nand_read_parameter(struct nand_softc *nand, struct onfi_params *param); argument
351 int nand_synch_reset(struct nand_softc *nand);
371 int nand_write_ecc(struct nand_softc *nand, uint32_t page, uint8_t *data);
372 int nand_read_ecc(struct nand_softc *nand, uint32_t page, uint8_t *data);
379 void nand_init(struct nand_softc *nand, device_t dev, int ecc_mode,
381 void nand_detach(struct nand_softc *nand);
HDnandsim_chip.h53 struct nand_softc nand_dev;
HDnfc_mv.c62 struct nand_softc nand_dev;
HDnfc_at91.c81 struct nand_softc nand_sc;
HDnandbus.c167 struct nand_softc *nfc_sc; in nandbus_attach()
HDnfc_fsl.c106 struct nand_softc nand_dev;
HDnand.c99 nand_init(struct nand_softc *nand, device_t dev, int ecc_mode, in nand_init()
/trueos/sys/arm/freescale/vybrid/
HDvf_nfc.c79 struct nand_softc nand_dev;