Searched refs:nflash (Results 1 – 4 of 4) sorted by relevance
28 struct bcma_nflash *nflash = dev_get_platdata(&pdev->dev); in bcm47xxnflash_probe() local39 b47n->cc = container_of(nflash, struct bcma_drv_cc, nflash); in bcm47xxnflash_probe()63 struct bcma_nflash *nflash = dev_get_platdata(&pdev->dev); in bcm47xxnflash_remove() local65 if (nflash->mtd) in bcm47xxnflash_remove()66 mtd_device_unregister(nflash->mtd); in bcm47xxnflash_remove()
34 cc->nflash.present = true; in bcma_nflash_init()37 cc->nflash.boot = true; in bcma_nflash_init()41 bcma_nflash_dev.dev.platform_data = &cc->nflash; in bcma_nflash_init()
345 if (bus->drv_cc.nflash.present) { in bcma_register_devices()
630 struct bcma_nflash nflash; member