Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/wan/
Dfarsync.c108 #define FST_MEMSIZE 0x100000 /* Size of card memory (1Mb) */ macro
2057 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()