Searched refs:map_size (Results 26 - 33 of 33) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pcmcia/
H A Dau1000_generic.c406 cap->map_size=MAP_SIZE;
H A Dbcm4710_generic.c495 cap->map_size = PAGE_SIZE;
H A Dcs.c1949 req->Size = s->cap.map_size;
1952 req->Size : s->cap.map_size);
1953 if (req->Size & (s->cap.map_size-1))
H A Dsa1100_generic.c377 cap->map_size = PAGE_SIZE;
H A Dyenta.c564 socket->cap.map_size = 0x1000;
H A Di82365.c804 t[i].cap.map_size = 0x1000;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/sn1/
H A Dpcibr.c5971 size_t map_size = 1ULL << 31;
5976 if ((req_size > map_size) ||
5979 (endoff > map_size)) {
6106 size_t map_size;
6120 map_size = 1ull << 48;
6136 map_size = 1ull << 31;
6210 if ((xio_size > map_size) ||
6213 (endoff > map_size))
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dsa1100fb.c2111 fbi->map_size = PAGE_ALIGN(fbi->fb.fix.smem_len + PAGE_SIZE);
2112 fbi->map_cpu = consistent_alloc(GFP_KERNEL, fbi->map_size,

Completed in 82 milliseconds

12