Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/mtd/devices/
Dmchp23k256.c27 struct mchp23k256_flash { struct
39 #define to_mchp23k256_flash(x) container_of(x, struct mchp23k256_flash, mtd) argument
41 static void mchp23k256_addr2cmd(struct mchp23k256_flash *flash, in mchp23k256_addr2cmd()
55 static int mchp23k256_cmdsz(struct mchp23k256_flash *flash) in mchp23k256_cmdsz()
63 struct mchp23k256_flash *flash = to_mchp23k256_flash(mtd); in mchp23k256_write()
102 struct mchp23k256_flash *flash = to_mchp23k256_flash(mtd); in mchp23k256_read()
173 struct mchp23k256_flash *flash; in mchp23k256_probe()
214 struct mchp23k256_flash *flash = spi_get_drvdata(spi); in mchp23k256_remove()