Searched refs:offset (Results 451 - 475 of 1060) sorted by relevance

<<11121314151617181920>>

/arch/arm/mach-pxa/
H A Dcolibri-pxa270.c157 .offset = 0x00000000,
162 .offset = 0x00040000,
167 .offset = 0x00440000,
/arch/arm/mach-s3c24xx/
H A Dmach-at2440evb.c88 .offset = 0,
93 .offset = SZ_256K,
97 .offset = SZ_256K + SZ_2M,
/arch/frv/include/asm/
H A Ddma-mapping.h45 dma_addr_t dma_map_page(struct device *dev, struct page *page, unsigned long offset,
71 unsigned long offset, size_t size,
78 unsigned long offset, size_t size,
70 dma_sync_single_range_for_cpu(struct device *dev, dma_addr_t dma_handle, unsigned long offset, size_t size, enum dma_data_direction direction) argument
77 dma_sync_single_range_for_device(struct device *dev, dma_addr_t dma_handle, unsigned long offset, size_t size, enum dma_data_direction direction) argument
/arch/ia64/kernel/
H A Dbrl_emu.c58 unsigned long opcode, btype, qp, offset, cpl; local
84 offset = ((bundle[1] & 0x0800000000000000L) << 4)
186 regs->cr_iip += offset;
/arch/m32r/include/asm/
H A Dio.h49 __ioremap(unsigned long offset, unsigned long size, unsigned long flags);
53 * @offset: bus address of the memory
63 static inline void __iomem *ioremap(unsigned long offset, unsigned long size) argument
65 return __ioremap(offset, size, 0);
/arch/mips/dec/
H A Dkn01-berr.c82 unsigned long entrylo, offset; local
123 offset = vaddr & (PAGE_SIZE - 1);
124 address = (entrylo & ~(PAGE_SIZE - 1)) | offset;
/arch/mips/kernel/
H A Dsyscall.c61 fd, off_t, offset)
66 if (offset & ~PAGE_MASK)
69 result = sys_mmap_pgoff(addr, len, prot, flags, fd, offset >> PAGE_SHIFT);
/arch/mips/kvm/
H A Ddyntrans.c57 uint32_t synci_inst = SYNCI_TEMPLATE, base, offset; local
60 offset = inst & 0xffff;
62 synci_inst |= offset;
/arch/mips/mm/
H A Dioremap.c110 * have to convert them into an offset in a page-aligned mapping, but the
119 unsigned long offset; local
156 offset = phys_addr & ~PAGE_MASK;
172 return (void __iomem *) (offset + (char *)addr);
/arch/mips/netlogic/xlr/
H A Dplatform-flash.c38 .offset = 0x800000,
49 .offset = 64 * 64 * 2048,
54 .offset = MTDPART_OFS_APPEND,
141 * Under this, each flash device has an offset and size given by the
/arch/mips/pci/
H A Dpci-ip27.c46 unsigned long offset = NODE_OFFSET(nasid); local
69 bc->pc.mem_offset = offset;
75 bc->pc.io_offset = offset;
/arch/openrisc/kernel/
H A Ddma.c138 unsigned long offset, size_t size,
143 dma_addr_t addr = page_to_phys(page) + offset;
187 s->dma_address = or1k_map_page(dev, sg_page(s), s->offset,
137 or1k_map_page(struct device *dev, struct page *page, unsigned long offset, size_t size, enum dma_data_direction dir, struct dma_attrs *attrs) argument
/arch/openrisc/mm/
H A Dfault.c307 int offset = pgd_index(address); local
320 pgd = (pgd_t *)current_pgd + offset;
321 pgd_k = init_mm.pgd + offset;
/arch/powerpc/boot/
H A Dmv64x60_i2c.c96 int mv64x60_i2c_read(u32 devaddr, u8 *buf, u32 offset, u32 offset_size, argument
130 /* send offset of data */
134 if (mv64x60_i2c_write_byte(offset >> 8, control, status) < 0)
137 if (mv64x60_i2c_write_byte(offset, control, status) < 0)
/arch/score/mm/
H A Dfault.c205 int offset = __pgd_offset(address); local
211 pgd = (pgd_t *) pgd_current + offset;
212 pgd_k = init_mm.pgd + offset;
/arch/sh/boards/mach-sh7763rdp/
H A Dsetup.c29 .offset = 0,
34 .offset = MTDPART_OFS_APPEND,
38 .offset = MTDPART_OFS_APPEND,
/arch/sh/kernel/cpu/sh4a/
H A Dsetup-sh7780.c129 .offset = 0,
133 .offset = 0x10,
137 .offset = 0x20,
141 .offset = 0x30,
145 .offset = 0x50,
149 .offset = 0x60,
157 .offset = 0,
159 .offset = 0x10,
161 .offset = 0x20,
163 .offset
[all...]
H A Dsetup-sh7785.c199 .offset = 0,
203 .offset = 0x10,
207 .offset = 0x20,
211 .offset = 0x30,
215 .offset = 0x50,
219 .offset = 0x60,
227 .offset = 0,
229 .offset = 0x10,
231 .offset = 0x20,
233 .offset
[all...]
/arch/sparc/kernel/
H A Dioport.c124 void __iomem *ioremap(unsigned long offset, unsigned long size) argument
128 sprintf(name, "phys_%08x", (u32)offset);
129 return _sparc_alloc_io(0, offset, size, name);
159 void __iomem *of_ioremap(struct resource *res, unsigned long offset, argument
163 res->start + offset,
218 unsigned long offset = ((unsigned long) pa) & (~PAGE_MASK); local
221 (offset + sz + PAGE_SIZE-1) & PAGE_MASK,
232 return (void __iomem *)(unsigned long)(res->start + offset);
356 unsigned long offset, size_t len,
360 void *va = page_address(page) + offset;
355 sbus_map_page(struct device *dev, struct page *page, unsigned long offset, size_t len, enum dma_data_direction dir, struct dma_attrs *attrs) argument
518 pci32_map_page(struct device *dev, struct page *page, unsigned long offset, size_t size, enum dma_data_direction dir, struct dma_attrs *attrs) argument
[all...]
/arch/tile/kernel/
H A Dsmp.c212 unsigned long offset; local
219 offset = PFN_PHYS(pte_pfn(pte));
220 ipi_mappings[cpu] = ioremap_prot(offset, PAGE_SIZE, pte);
/arch/x86/math-emu/
H A Dfpu_entry.c280 entry_sel_off.offset = FPU_ORIG_EIP;
511 operand_address.offset = 0;
688 int offset, other, i, tags, regnr, tag, newtop; local
699 offset = (S387->ftop & 7) * 10;
700 other = 80 - offset;
706 space + offset, 0, other);
707 if (!ret && offset)
709 space, 0, offset);
740 int offset = (S387->ftop & 7) * 10, other = 80 - offset; local
[all...]
/arch/x86/vdso/
H A Dvma.c57 /* Put the vdso above the (randomized) stack with another randomized offset.
69 unsigned offset;
75 offset = get_random_int() & (PTRS_PER_PTE - 1);
76 addr = start + (offset << PAGE_SHIFT);
/arch/arm/mach-omap2/
H A Domap-wakeupgen.c74 static inline void sar_writel(u32 val, u32 offset, u8 idx) argument
76 writel_relaxed(val, sar_base + offset + (idx * 4));
90 * Subtract the GIC offset.
305 u32 offset = SAR_BACKUP_STATUS_OFFSET; local
308 offset = OMAP5_SAR_BACKUP_STATUS_OFFSET;
310 val = readl_relaxed(sar_base + offset);
312 writel_relaxed(val, sar_base + offset);
/arch/arm/mach-rpc/
H A Ddma.c58 unsigned long end, offset, flags = 0; local
62 offset = sg->dma_address & ~PAGE_MASK;
64 end = offset + idma->dma_len;
69 if (offset + TRANSFER_SIZE >= end)
74 idma->dma_len -= end - offset;
75 idma->dma_addr += end - offset;
/arch/blackfin/mach-bf533/boards/
H A Dezkit.c80 .offset = 0,
84 .offset = MTDPART_OFS_APPEND,
114 .offset = MTDPART_OFS_APPEND,
190 .offset = 0,
195 .offset = MTDPART_OFS_APPEND,
199 .offset = MTDPART_OFS_APPEND,

Completed in 1110 milliseconds

<<11121314151617181920>>