Searched refs:FST_MEMSIZE (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/wan/
H A Dfarsync.c105 #define FST_MEMSIZE 0x100000 /* Size of card memory (1Mb) */ macro
1953 if (wrthdr.size > FST_MEMSIZE || wrthdr.offset > FST_MEMSIZE ||
1954 wrthdr.size + wrthdr.offset > FST_MEMSIZE)
2383 card->mem = ioremap(card->phys_mem, FST_MEMSIZE);

Completed in 189 milliseconds