#include <linux/mtd/pfow.h>
#include <linux/mtd/qinfo.h>
#include <linux/slab.h>
#include <linux/module.h>
Go to the source code of this file.
|
struct mtd_info * | lpddr_cmdset (struct map_info *map) |
|
| EXPORT_SYMBOL (lpddr_cmdset) |
|
int | do_write_buffer (struct map_info *map, struct flchip *chip, unsigned long adr, const struct kvec **pvec, unsigned long *pvec_seek, int len) |
|
int | do_erase_oneblock (struct mtd_info *mtd, loff_t adr) |
|
int | do_xxlock (struct mtd_info *mtd, loff_t adr, uint32_t len, int thunk) |
|
int | word_program (struct map_info *map, loff_t adr, uint32_t curval) |
|
| MODULE_LICENSE ("GPL") |
|
| MODULE_AUTHOR ("Alexey Korolev <[email protected]>") |
|
| MODULE_DESCRIPTION ("MTD driver for LPDDR flash chips") |
|
#define DO_XXLOCK_UNLOCK 2 |