static void ar91xx_flash_copy_to_lock(struct map_info *map, unsigned long to, const void *from, ssize_t len) { ar71xx_flash_acquire(); inline_map_copy_to(map, to, from, len); ar71xx_flash_release(); }
static void octeon_flash_map_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) { down(&octeon_bootbus_sem); inline_map_copy_to(map, to, from, len); up(&octeon_bootbus_sem); }
static void __xipram simple_map_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) { inline_map_copy_to(map, to, from, len); }
static void bcm9XXXX_map_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) { inline_map_copy_to(map, to, from, len); }