Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/devices/
Dbcm47xxsflash.c21 static void bcm47xxsflash_cmd(struct bcm47xxsflash *b47s, u32 opcode) in bcm47xxsflash_cmd()
35 static int bcm47xxsflash_poll(struct bcm47xxsflash *b47s, int timeout) in bcm47xxsflash_poll()
70 struct bcm47xxsflash *b47s = mtd->priv; in bcm47xxsflash_erase()
97 struct bcm47xxsflash *b47s = mtd->priv; in bcm47xxsflash_read()
130 struct bcm47xxsflash *b47s = mtd->priv; in bcm47xxsflash_write_st()
175 struct bcm47xxsflash *b47s = mtd->priv; in bcm47xxsflash_write_at()
218 struct bcm47xxsflash *b47s = mtd->priv; in bcm47xxsflash_write()
248 static void bcm47xxsflash_fill_mtd(struct bcm47xxsflash *b47s, in bcm47xxsflash_fill_mtd()
273 static int bcm47xxsflash_bcma_cc_read(struct bcm47xxsflash *b47s, u16 offset) in bcm47xxsflash_bcma_cc_read()
278 static void bcm47xxsflash_bcma_cc_write(struct bcm47xxsflash *b47s, u16 offset, in bcm47xxsflash_bcma_cc_write()
[all …]
Dbcm47xxsflash.h65 struct bcm47xxsflash { struct
67 int (*cc_read)(struct bcm47xxsflash *b47s, u16 offset); argument
68 void (*cc_write)(struct bcm47xxsflash *b47s, u16 offset, u32 value); argument
DMakefile19 obj-$(CONFIG_MTD_BCM47XXSFLASH) += bcm47xxsflash.o