Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/nand/
Dpxa3xx_nand.c1467 struct nand_flash_dev pxa3xx_flash_ids[2], *def = NULL; in pxa3xx_nand_scan() local
1524 memset(pxa3xx_flash_ids, 0, sizeof(pxa3xx_flash_ids)); in pxa3xx_nand_scan()
1526 pxa3xx_flash_ids[0].name = f->name; in pxa3xx_nand_scan()
1527 pxa3xx_flash_ids[0].dev_id = (f->chip_id >> 8) & 0xffff; in pxa3xx_nand_scan()
1528 pxa3xx_flash_ids[0].pagesize = f->page_size; in pxa3xx_nand_scan()
1530 pxa3xx_flash_ids[0].chipsize = chipsize >> 20; in pxa3xx_nand_scan()
1531 pxa3xx_flash_ids[0].erasesize = f->page_size * f->page_per_block; in pxa3xx_nand_scan()
1533 pxa3xx_flash_ids[0].options = NAND_BUSWIDTH_16; in pxa3xx_nand_scan()
1534 pxa3xx_flash_ids[1].name = NULL; in pxa3xx_nand_scan()
1535 def = pxa3xx_flash_ids; in pxa3xx_nand_scan()