| /OK3568_Linux_fs/kernel/drivers/staging/sm750fb/ |
| H A D | sm750_cursor.c | 91 void __iomem *pbuffer, *pstart; in sm750_hw_cursor_setData() local 103 pstart = cursor->vstart; in sm750_hw_cursor_setData() 104 pbuffer = pstart; in sm750_hw_cursor_setData() 127 pstart += offset; in sm750_hw_cursor_setData() 128 pbuffer = pstart; in sm750_hw_cursor_setData() 141 void __iomem *pbuffer, *pstart; in sm750_hw_cursor_setData2() local 153 pstart = cursor->vstart; in sm750_hw_cursor_setData2() 154 pbuffer = pstart; in sm750_hw_cursor_setData2() 170 pstart += offset; in sm750_hw_cursor_setData2() 171 pbuffer = pstart; in sm750_hw_cursor_setData2()
|
| /OK3568_Linux_fs/u-boot/board/socrates/ |
| H A D | sdram.c | 67 uint *pstart = (uint *) CONFIG_SYS_MEMTEST_START; in testdram() local 72 for (p = pstart; p < pend; p++) in testdram() 75 for (p = pstart; p < pend; p++) { in testdram() 83 for (p = pstart; p < pend; p++) in testdram() 86 for (p = pstart; p < pend; p++) { in testdram()
|
| /OK3568_Linux_fs/u-boot/board/BuS/eb_cpu5282/ |
| H A D | eb_cpu5282.c | 103 uint *pstart = (uint *) CONFIG_SYS_MEMTEST_START; in testdram() local 108 for (p = pstart; p < pend; p++) in testdram() 111 for (p = pstart; p < pend; p++) { in testdram() 119 for (p = pstart; p < pend; p++) in testdram() 122 for (p = pstart; p < pend; p++) { in testdram()
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc837xerdb/ |
| H A D | mpc837xerdb.c | 25 uint *pstart = (uint *) CONFIG_SYS_MEMTEST_START; in testdram() local 34 for (p = pstart; p < pend; p++) in testdram() 37 for (p = pstart; p < pend; p++) { in testdram() 45 for (p = pstart; p < pend; p++) in testdram() 48 for (p = pstart; p < pend; p++) { in testdram()
|
| /OK3568_Linux_fs/u-boot/board/sbc8641d/ |
| H A D | sbc8641d.c | 61 uint *pstart = (uint *) CONFIG_SYS_MEMTEST_START; in testdram() local 66 for (p = pstart; p < pend; p++) in testdram() 69 for (p = pstart; p < pend; p++) { in testdram() 77 for (p = pstart; p < pend; p++) in testdram() 80 for (p = pstart; p < pend; p++) { in testdram()
|
| /OK3568_Linux_fs/u-boot/board/sbc8548/ |
| H A D | sbc8548.c | 203 uint *pstart = (uint *) CONFIG_SYS_MEMTEST_START; in testdram() local 212 for (p = pstart; p < pend; p++) in testdram() 215 for (p = pstart; p < pend; p++) { in testdram() 223 for (p = pstart; p < pend; p++) in testdram() 226 for (p = pstart; p < pend; p++) { in testdram()
|
| /OK3568_Linux_fs/kernel/include/xen/ |
| H A D | xen-ops.h | 46 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order, 50 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order); 52 static inline int xen_create_contiguous_region(phys_addr_t pstart, in xen_create_contiguous_region() argument 60 static inline void xen_destroy_contiguous_region(phys_addr_t pstart, in xen_destroy_contiguous_region() argument
|
| /OK3568_Linux_fs/kernel/arch/arm/xen/ |
| H A D | mm.c | 121 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order, in xen_create_contiguous_region() argument 129 *dma_handle = pstart; in xen_create_contiguous_region() 133 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order) in xen_destroy_contiguous_region() argument
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | perf_cpum_cf_diag.c | 428 static void cf_diag_diffctrset(u64 *pstart, u64 *pstop, int counters) in cf_diag_diffctrset() argument 430 for (; --counters >= 0; ++pstart, ++pstop) in cf_diag_diffctrset() 431 if (*pstop >= *pstart) in cf_diag_diffctrset() 432 *pstop -= *pstart; in cf_diag_diffctrset() 434 *pstop = *pstart - *pstop; in cf_diag_diffctrset()
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | cleanpatch | 218 my $pstart = $3; 223 $mstart, $mlin, $pstart, $plin-$adj,
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | ident_map.c | 98 unsigned long pstart, unsigned long pend) in kernel_ident_mapping_init() argument 100 unsigned long addr = pstart + info->offset; in kernel_ident_mapping_init()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | cleanpatch | 220 my $pstart = $3; 225 $mstart, $mlin, $pstart, $plin-$adj,
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | init.h | 15 unsigned long pstart, unsigned long pend);
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga/ |
| H A D | rga_mmu_info.h | 18 void rga_dma_flush_range(void *pstart, void *pend);
|
| H A D | rga_mmu_info.c | 33 void rga_dma_flush_range(void *pstart, void *pend) in rga_dma_flush_range() argument 35 dma_sync_single_for_device(rga_drvdata->dev, virt_to_phys(pstart), pend - pstart, DMA_TO_DEVICE); in rga_dma_flush_range()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/ |
| H A D | rga2_mmu_info.h | 28 void rga2_dma_flush_range(void *pstart, void *pend);
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/ |
| H A D | RkAiqCalibDb.cpp | 86 char *pstart = strrchr(srcfile, '/'); in getFilePathName() local 89 strcpy(name, pstart + 1); in getFilePathName() 104 char *pstart = strrchr(srcfile, '/'); in getFilePathName2() local 107 strcpy(name, pstart + 1); in getFilePathName2()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/ |
| H A D | rga_dma_buf.h | 43 void rga_dma_sync_flush_range(void *pstart, void *pend, struct rga_scheduler_t *scheduler);
|
| /OK3568_Linux_fs/kernel/drivers/staging/wlan-ng/ |
| H A D | prism2fw.c | 681 u32 pstart; in plugimage() local 690 pstart = s3plug[i].addr; in plugimage() 731 if (pstart >= cstart && pend <= cend) in plugimage() 742 chunkoff = pstart - cstart; in plugimage() 745 s3plug[i].itemcode, pstart, s3plug[i].len, in plugimage()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | kexec_core.c | 193 unsigned long pstart, pend; in sanity_check_segment_list() local 195 pstart = image->segment[j].mem; in sanity_check_segment_list() 196 pend = pstart + image->segment[j].memsz; in sanity_check_segment_list() 198 if ((mend > pstart) && (mstart < pend)) in sanity_check_segment_list()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/ |
| H A D | rga_dma_buf.c | 542 void rga_dma_sync_flush_range(void *pstart, void *pend, struct rga_scheduler_t *scheduler) in rga_dma_sync_flush_range() argument 544 dma_sync_single_for_device(scheduler->dev, virt_to_phys(pstart), in rga_dma_sync_flush_range() 545 pend - pstart, DMA_TO_DEVICE); in rga_dma_sync_flush_range()
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | ioctl.c | 40 long pstart = start, plength = length; in blkpg_do_ioctl() local 42 if (pstart != start || plength != length || pstart < 0 || in blkpg_do_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/csiostor/ |
| H A D | csio_wr.h | 415 dma_addr_t pstart; /* Base physical address of member 458 #define csio_q_pstart(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->pstart)
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-merrifield.c | 43 #define GPIO_PINRANGE(gstart, gend, pstart) \ argument 46 .pin_base = (pstart), \
|
| /OK3568_Linux_fs/kernel/drivers/nvdimm/ |
| H A D | bus.c | 941 resource_size_t offset = 0, end_trunc = 0, start, end, pstart, pend; in nd_pmem_forget_poison_check() local 963 pstart = nsio->res.start + offset; in nd_pmem_forget_poison_check() 966 if ((pstart >= start) && (pend <= end)) in nd_pmem_forget_poison_check()
|