Home
last modified time | relevance | path

Searched refs:PAGE_SIZE (Results 1 – 25 of 34) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvMM.c134 ncmem_addr=(U32)KSEG02KSEG1(Usb_AllocateNonCachedMemory(NOCACHE_MEMORY_SIZE + PAGE_SIZE)); in init_cache_memory()
137 ncmem_base = (ncmem_addr + PAGE_SIZE)&(~(PAGE_SIZE-1)); in init_cache_memory()
141 ncmem_pool.pages_per_pool = (NOCACHE_MEMORY_SIZE/PAGE_SIZE); in init_cache_memory()
187 offset *= PAGE_SIZE; in ncmem_alloc_page()
221 page /= PAGE_SIZE; in ncmem_free_page()
252 if ( size%PAGE_SIZE != 0) in ncmem_alloc()
253 size = size/PAGE_SIZE +1; in ncmem_alloc()
255 size = size/PAGE_SIZE; in ncmem_alloc()
256 num_of_pages = size/PAGE_SIZE; in ncmem_alloc()
268 offset *= PAGE_SIZE; in ncmem_alloc()
[all …]
H A DdrvEHCIDBG.cpp660 size = PAGE_SIZE; in show_async()
716 size = PAGE_SIZE; in show_periodic()
901 return PAGE_SIZE - size; in show_periodic()
947 size = PAGE_SIZE; in show_registers()
1077 return PAGE_SIZE - size; in show_registers()
H A DdrvPCIMEM.c149 if (PAGE_SIZE < size) in pci_pool_create()
152 allocation = PAGE_SIZE; in pci_pool_create()
H A DdrvHcdBuf.c111 PAGE_SIZE / 2
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvMM.c136 alloc_addr = (U32)Usb_AllocateNonCachedMemory(NOCACHE_MEMORY_SIZE + PAGE_SIZE); in init_cache_memory()
142 ncmem_base = (ncmem_addr + PAGE_SIZE)&(~(PAGE_SIZE-1)); in init_cache_memory()
146 ncmem_pool.pages_per_pool = (NOCACHE_MEMORY_SIZE/PAGE_SIZE); in init_cache_memory()
194 offset *= PAGE_SIZE; in ncmem_alloc_page()
228 page /= PAGE_SIZE; in ncmem_free_page()
259 if ( size%PAGE_SIZE != 0) in ncmem_alloc()
260 size = size/PAGE_SIZE +1; in ncmem_alloc()
262 size = size/PAGE_SIZE; in ncmem_alloc()
263 num_of_pages = size/PAGE_SIZE; in ncmem_alloc()
276 offset *= PAGE_SIZE; in ncmem_alloc()
[all …]
H A DdrvPCIMEM.c116 if (PAGE_SIZE < u32Size) in ms_mem_pool_create()
119 U32CrossLimit = PAGE_SIZE; in ms_mem_pool_create()
H A DdrvHcdBuf.c104 PAGE_SIZE / 2
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Duser.h211 #define PAGE_SIZE (1UL << PAGE_SHIFT) macro
212 #define PAGE_MASK (~(PAGE_SIZE-1))
213 #define NBPG PAGE_SIZE
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Da.out.h112 #define N_TXTADDR(x) (N_MAGIC(x) == QMAGIC ? PAGE_SIZE : 0)
128 #define PAGE_SIZE 0x400 macro
129 #define SEGMENT_SIZE PAGE_SIZE
H A Dbinfmts.h14 #define MAX_ARG_STRLEN (PAGE_SIZE * 32)
H A Dresource.h65 #define MLOCK_LIMIT (8 * PAGE_SIZE)
/utopia/UTPA2-700.0.x/modules/graphic/drv/gop/
H A DdrvGFLIP.c747 …mp = pGOPCtx->pGOPCtxShared->u64TLBAddress[u32GopIdx] + (u64MainAddress/PAGE_SIZE)*TLB_PER_ENTRY_S… in MDrv_GFLIP_SetFlipInfo()
751 u64tmp = u64MainAddress % (PAGE_SIZE*PER_MIU_TLB_ENTRY_COUNT); in MDrv_GFLIP_SetFlipInfo()
759 …tmp = pGOPCtx->pGOPCtxShared->u64TLBAddress[u32GopIdx] + (u64SubAddress/PAGE_SIZE)*TLB_PER_ENTRY_S… in MDrv_GFLIP_SetFlipInfo()
763 u64tmp = u64SubAddress % (PAGE_SIZE*PER_MIU_TLB_ENTRY_COUNT); in MDrv_GFLIP_SetFlipInfo()
/utopia/UTPA2-700.0.x/modules/graphic/drv/ge/
H A DdrvGE.h275 #define PAGE_SIZE 4096UL macro
278 #define TLB_ENRTY_COUNT TLB_ENRTY_MAPPING_SIZE/PAGE_SIZE
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvPCIMEM.h87 #define PAGE_SIZE 4096 macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvPCIMEM.h89 #define PAGE_SIZE 4096 macro
/utopia/UTPA2-700.0.x/modules/vd/hal/k6lite/vbi/
H A DregVBI.h261 #define PAGE_SIZE 0x34 + (VBI_REG_BASE) // Per 8 Bytes macro
/utopia/UTPA2-700.0.x/modules/vd/hal/curry/vbi/
H A DregVBI.h261 #define PAGE_SIZE 0x34 + (VBI_REG_BASE) // Per 8 Bytes macro
/utopia/UTPA2-700.0.x/modules/vd/hal/kano/vbi/
H A DregVBI.h261 #define PAGE_SIZE 0x34 + (VBI_REG_BASE) // Per 8 Bytes macro
/utopia/UTPA2-700.0.x/modules/vd/hal/k6/vbi/
H A DregVBI.h261 #define PAGE_SIZE 0x34 + (VBI_REG_BASE) // Per 8 Bytes macro
/utopia/UTPA2-700.0.x/modules/vd/hal/M7821/vbi/
H A DregVBI.h289 #define PAGE_SIZE 0x34 + (VBI_REG_BASE) // Per 8 Bytes macro
/utopia/UTPA2-700.0.x/modules/vd/hal/M7621/vbi/
H A DregVBI.h289 #define PAGE_SIZE 0x34 + (VBI_REG_BASE) // Per 8 Bytes macro
/utopia/UTPA2-700.0.x/modules/vd/hal/messi/vbi/
H A DregVBI.h286 #define PAGE_SIZE 0x34 + (VBI_REG_BASE) // Per 8 Bytes macro
/utopia/UTPA2-700.0.x/modules/vd/hal/mainz/vbi/
H A DregVBI.h286 #define PAGE_SIZE 0x34 + (VBI_REG_BASE) // Per 8 Bytes macro
/utopia/UTPA2-700.0.x/modules/vd/hal/macan/vbi/
H A DregVBI.h289 #define PAGE_SIZE 0x34 + (VBI_REG_BASE) // Per 8 Bytes macro
/utopia/UTPA2-700.0.x/modules/vd/hal/mooney/vbi/
H A DregVBI.h286 #define PAGE_SIZE 0x34 + (VBI_REG_BASE) // Per 8 Bytes macro

12