Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/bcm47xxnflash/
H A DMakefile2 bcm47xxnflash-y += main.o
3 bcm47xxnflash-y += ops_bcm4706.o
5 obj-$(CONFIG_MTD_NAND_BCM47XXNFLASH) += bcm47xxnflash.o
H A Dbcm47xxnflash.h12 struct bcm47xxnflash { struct
24 int bcm47xxnflash_ops_bcm4706_init(struct bcm47xxnflash *b47n); argument
H A Dmain.c25 struct bcm47xxnflash *b47n; in bcm47xxnflash_probe()
62 struct bcm47xxnflash *nflash = platform_get_drvdata(pdev); in bcm47xxnflash_remove()