Searched refs:FST_MEMSIZE (Results 1 – 1 of 1) sorted by relevance
105 #define FST_MEMSIZE 0x100000 /* Size of card memory (1Mb) */ macro2022 if (wrthdr.size > FST_MEMSIZE || wrthdr.offset > FST_MEMSIZE || in fst_ioctl()2023 wrthdr.size + wrthdr.offset > FST_MEMSIZE) { in fst_ioctl()2452 if ((card->mem = ioremap(card->phys_mem, FST_MEMSIZE)) == NULL) { in fst_add_one()