SHORT_NR_PORTS    562 ldd3-samples-1.0.0/short/short.c 		if (! request_region(short_base, SHORT_NR_PORTS, "short")) {
SHORT_NR_PORTS    569 ldd3-samples-1.0.0/short/short.c 		if (! request_mem_region(short_base, SHORT_NR_PORTS, "short")) {
SHORT_NR_PORTS    576 ldd3-samples-1.0.0/short/short.c 		short_base = (unsigned long) ioremap(short_base, SHORT_NR_PORTS);
SHORT_NR_PORTS    583 ldd3-samples-1.0.0/short/short.c 		release_region(short_base,SHORT_NR_PORTS);  /* FIXME - use-mem case? */
SHORT_NR_PORTS    684 ldd3-samples-1.0.0/short/short.c 		release_mem_region(short_base, SHORT_NR_PORTS);
SHORT_NR_PORTS    686 ldd3-samples-1.0.0/short/short.c 		release_region(short_base,SHORT_NR_PORTS);