Searched defs:flash_dev (Results 1 – 3 of 3) sorted by relevance
89 struct flash_dev { struct90 u32 density;91 ulong size;92 ushort sector_count;
160 void cmd_yaffs_devconfig(char *_mp, int flash_dev, in cmd_yaffs_devconfig()256 int flash_dev; in cmd_yaffs_dev_ls() local
157 static struct miscdevice flash_dev = { SBUS_FLASH_MINOR, "flash", &flash_fops }; variable