Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/mtd/maps/
Dmap_funcs.c35 BUG_ON(!map_bankwidth_supported(map->bankwidth)); in simple_map_init()
Damd76xrom.c213 if (!map_bankwidth_supported(map->map.bankwidth)) in amd76xrom_init_one()
Dck804xrom.c243 if (!map_bankwidth_supported(map->map.bankwidth)) in ck804xrom_init_one()
Dichxrom.c240 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-6.6.21/drivers/media/pci/cobalt/
Dcobalt-flash.c90 BUG_ON(!map_bankwidth_supported(map->bankwidth)); in cobalt_flash_probe()
/linux-6.6.21/arch/mips/cavium-octeon/
Dflash_setup.c105 WARN_ON(!map_bankwidth_supported(flash_map.bankwidth)); in octeon_flash_probe()
/linux-6.6.21/include/linux/mtd/
Dmap.h139 static inline int map_bankwidth_supported(int w) in map_bankwidth_supported() function
459 #define simple_map_init(map) BUG_ON(!map_bankwidth_supported((map)->bankwidth))