Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/mtd/nand/
Dpxa3xx_nand.c939 struct nand_flash_dev pxa3xx_flash_ids[2], *def = NULL; in pxa3xx_nand_scan() local
992 pxa3xx_flash_ids[0].name = f->name; in pxa3xx_nand_scan()
993 pxa3xx_flash_ids[0].id = (f->chip_id >> 8) & 0xffff; in pxa3xx_nand_scan()
994 pxa3xx_flash_ids[0].pagesize = f->page_size; in pxa3xx_nand_scan()
996 pxa3xx_flash_ids[0].chipsize = chipsize >> 20; in pxa3xx_nand_scan()
997 pxa3xx_flash_ids[0].erasesize = f->page_size * f->page_per_block; in pxa3xx_nand_scan()
999 pxa3xx_flash_ids[0].options = NAND_BUSWIDTH_16; in pxa3xx_nand_scan()
1000 pxa3xx_flash_ids[1].name = NULL; in pxa3xx_nand_scan()
1001 def = pxa3xx_flash_ids; in pxa3xx_nand_scan()