Home | History | Annotate | Download | only in hw

Lines Matching refs:NAND_DEV

62 } nand_dev;
110 static nand_dev *nand_devs = NULL;
176 static uint32_t nand_dev_read_file(nand_dev *dev, uint32_t data, uint64_t addr, uint32_t total_len)
203 static uint32_t nand_dev_write_file(nand_dev *dev, uint32_t data, uint64_t addr, uint32_t total_len)
227 static uint32_t nand_dev_erase_file(nand_dev *dev, uint64_t addr, uint32_t total_len)
265 nand_dev *dev;
328 case NAND_DEV:
359 nand_dev *dev;
427 register_savevm( "nand_dev", instance_id++, NAND_DEV_STATE_SAVE_VERSION,
446 nand_dev *new_devs, *dev;