Searched refs:__xipram (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/mtd/maps/ |
| H A D | map_funcs.c | 13 static map_word __xipram simple_map_read(struct map_info *map, unsigned long ofs) in simple_map_read() 18 static void __xipram simple_map_write(struct map_info *map, const map_word datum, unsigned long ofs) in simple_map_write() 23 static void __xipram simple_map_copy_from(struct map_info *map, void *to, unsigned long from, ssize… in simple_map_copy_from() 28 static void __xipram simple_map_copy_to(struct map_info *map, unsigned long to, const void *from, s… in simple_map_copy_to()
|
| H A D | physmap-gemini.c | 81 static map_word __xipram gemini_flash_map_read(struct map_info *map, in gemini_flash_map_read() 93 static void __xipram gemini_flash_map_write(struct map_info *map, in gemini_flash_map_write() 102 static void __xipram gemini_flash_map_copy_from(struct map_info *map, in gemini_flash_map_copy_from() 111 static void __xipram gemini_flash_map_copy_to(struct map_info *map, in gemini_flash_map_copy_to()
|
| H A D | physmap-bt1-rom.c | 29 static map_word __xipram bt1_rom_map_read(struct map_info *map, in bt1_rom_map_read() 57 static void __xipram bt1_rom_map_copy_from(struct map_info *map, in bt1_rom_map_copy_from()
|
| /linux/include/linux/mtd/ |
| H A D | xip.h | 31 #define __xipram noinline __section(".xiptext") macro 94 #ifndef __xipram 95 #define __xipram macro
|
| H A D | cfi.h | 341 int __xipram cfi_qry_present(struct map_info *map, __u32 base, 343 int __xipram cfi_qry_mode_on(uint32_t base, struct map_info *map, 345 void __xipram cfi_qry_mode_off(uint32_t base, struct map_info *map,
|
| /linux/drivers/mtd/chips/ |
| H A D | cfi_util.c | 219 int __xipram cfi_qry_present(struct map_info *map, __u32 base, in cfi_qry_present() 247 int __xipram cfi_qry_mode_on(uint32_t base, struct map_info *map, in cfi_qry_mode_on() 285 void __xipram cfi_qry_mode_off(uint32_t base, struct map_info *map, in cfi_qry_mode_off() 298 __xipram cfi_read_pri(struct map_info *map, __u16 adr, __u16 size, const char* name) in cfi_read_pri()
|
| H A D | cfi_cmdset_0002.c | 831 static int __xipram chip_ready(struct map_info *map, struct flchip *chip, in chip_ready() 862 static int __xipram chip_good(struct map_info *map, struct flchip *chip, in chip_good() 1029 static void __xipram xip_enable(struct map_info *map, struct flchip *chip, in xip_enable() 1056 static void __xipram xip_udelay(struct map_info *map, struct flchip *chip, in xip_udelay() 1382 static int __xipram do_write_oneword(struct map_info *map, struct flchip *chip, 1644 static int __xipram do_write_oneword_once(struct map_info *map, in do_write_oneword_once() 1715 static int __xipram do_write_oneword_start(struct map_info *map, in do_write_oneword_start() 1735 static void __xipram do_write_oneword_done(struct map_info *map, in do_write_oneword_done() 1749 static int __xipram do_write_oneword_retry(struct map_info *map, in do_write_oneword_retry() 1790 static int __xipram do_write_oneword(struct map_info *map, struct flchip *chip, in do_write_oneword() [all …]
|
| H A D | cfi_cmdset_0001.c | 1132 static void __xipram xip_enable(struct map_info *map, struct flchip *chip, in xip_enable() 1158 static int __xipram xip_wait_for_operation( in xip_wait_for_operation() 1569 static int __xipram do_write_oneword(struct map_info *map, struct flchip *chip, in do_write_oneword() 1723 static int __xipram do_write_buffer(struct map_info *map, struct flchip *chip, in do_write_buffer() 1952 static int __xipram do_erase_oneblock(struct map_info *map, struct flchip *chip, in do_erase_oneblock() 2089 static int __xipram do_getlockstatus_oneblock(struct map_info *map, in do_getlockstatus_oneblock() 2107 static int __xipram do_printlockstatus_oneblock(struct map_info *map, in do_printlockstatus_oneblock() 2121 static int __xipram do_xxlock_oneblock(struct map_info *map, struct flchip *chip, in do_xxlock_oneblock() 2242 static int __xipram
|