Searched refs:FST_MEMSIZE (Results 1 – 1 of 1) sorted by relevance
108 #define FST_MEMSIZE 0x100000 /* Size of card memory (1Mb) */ macro2057 if (wrthdr.size > FST_MEMSIZE || wrthdr.offset > FST_MEMSIZE in fst_ioctl()2058 || wrthdr.size + wrthdr.offset > FST_MEMSIZE) { in fst_ioctl()2515 if ((card->mem = ioremap(card->phys_mem, FST_MEMSIZE)) == NULL) { in fst_add_one()2635 release_mem_region(card->phys_mem, FST_MEMSIZE); in fst_remove_one()