Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/maps/
Dmap_funcs.c34 BUG_ON(!map_bankwidth_supported(map->bankwidth)); in simple_map_init()
Damd76xrom.c214 if (!map_bankwidth_supported(map->map.bankwidth)) in amd76xrom_init_one()
Dck804xrom.c244 if (!map_bankwidth_supported(map->map.bankwidth)) in ck804xrom_init_one()
Dichxrom.c239 if (!map_bankwidth_supported(map->map.bankwidth)) in ichxrom_init_one()
Desb2rom.c305 if (!map_bankwidth_supported(map->map.bankwidth)) in esb2rom_init_one()
/linux-4.4.14/drivers/media/pci/cobalt/
Dcobalt-flash.c102 BUG_ON(!map_bankwidth_supported(map->bankwidth)); in cobalt_flash_probe()
/linux-4.4.14/arch/mips/cavium-octeon/
Dflash_setup.c104 WARN_ON(!map_bankwidth_supported(flash_map.bankwidth)); in octeon_flash_probe()
/linux-4.4.14/include/linux/mtd/
Dmap.h156 static inline int map_bankwidth_supported(int w) in map_bankwidth_supported() function
481 #define simple_map_init(map) BUG_ON(!map_bankwidth_supported((map)->bankwidth))