Searched refs:__xipram (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/drivers/mtd/maps/ |
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()
|
D | physmap-gemini.c | 86 static map_word __xipram gemini_flash_map_read(struct map_info *map, in gemini_flash_map_read() 98 static void __xipram gemini_flash_map_write(struct map_info *map, in gemini_flash_map_write() 107 static void __xipram gemini_flash_map_copy_from(struct map_info *map, in gemini_flash_map_copy_from() 116 static void __xipram gemini_flash_map_copy_to(struct map_info *map, in gemini_flash_map_copy_to()
|
/Linux-v5.4/include/linux/mtd/ |
D | xip.h | 31 #define __xipram noinline __attribute__ ((__section__ (".xiptext"))) macro 94 #ifndef __xipram 95 #define __xipram macro
|
D | cfi.h | 340 int __xipram cfi_qry_present(struct map_info *map, __u32 base, 342 int __xipram cfi_qry_mode_on(uint32_t base, struct map_info *map, 344 void __xipram cfi_qry_mode_off(uint32_t base, struct map_info *map,
|
/Linux-v5.4/drivers/mtd/chips/ |
D | cfi_util.c | 220 int __xipram cfi_qry_present(struct map_info *map, __u32 base, in cfi_qry_present() 248 int __xipram cfi_qry_mode_on(uint32_t base, struct map_info *map, in cfi_qry_mode_on() 286 void __xipram cfi_qry_mode_off(uint32_t base, struct map_info *map, in cfi_qry_mode_off() 299 __xipram cfi_read_pri(struct map_info *map, __u16 adr, __u16 size, const char* name) in cfi_read_pri()
|
D | cfi_cmdset_0002.c | 803 static int __xipram chip_ready(struct map_info *map, struct flchip *chip, in chip_ready() 843 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() 1712 static int __xipram do_write_oneword_start(struct map_info *map, in do_write_oneword_start() 1732 static void __xipram do_write_oneword_done(struct map_info *map, in do_write_oneword_done() 1746 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 …]
|
D | cfi_probe.c | 95 static int __xipram cfi_probe_chip(struct map_info *map, __u32 base, in cfi_probe_chip() 194 static int __xipram cfi_chip_setup(struct map_info *map, in cfi_chip_setup()
|
D | cfi_cmdset_0001.c | 1111 static void __xipram xip_enable(struct map_info *map, struct flchip *chip, in xip_enable() 1137 static int __xipram xip_wait_for_operation( in xip_wait_for_operation() 1548 static int __xipram do_write_oneword(struct map_info *map, struct flchip *chip, in do_write_oneword() 1702 static int __xipram do_write_buffer(struct map_info *map, struct flchip *chip, in do_write_buffer() 1931 static int __xipram do_erase_oneblock(struct map_info *map, struct flchip *chip, in do_erase_oneblock() 2068 static int __xipram do_getlockstatus_oneblock(struct map_info *map, in do_getlockstatus_oneblock() 2086 static int __xipram do_printlockstatus_oneblock(struct map_info *map, in do_printlockstatus_oneblock() 2100 static int __xipram do_xxlock_oneblock(struct map_info *map, struct flchip *chip, in do_xxlock_oneblock() 2221 static int __xipram
|