Searched refs:start (Results 201 - 225 of 1671) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/hp-lj/
H A Dpci.c171 iomem_resource.start = IO_MEM_LOGICAL_START + IO_MEM_VIRTUAL_OFFSET;
174 ioport_resource.start = IO_PORT_LOGICAL_START + IO_PORT_VIRTUAL_OFFSET;
179 ioport_resource.start = 0x0;
215 if (res->start >= IO_MEM_LOGICAL_START &&
217 res->start += IO_MEM_VIRTUAL_OFFSET;
220 if (res->start >= IO_PORT_LOGICAL_START &&
222 res->start += IO_PORT_VIRTUAL_OFFSET;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/mm/
H A Dtlb-andes.c71 void local_flush_tlb_range(struct mm_struct *mm, unsigned long start, argument
80 (mm->context & ASID_MASK), start, end);
83 size = (end - start + (PAGE_SIZE - 1)) >> PAGE_SHIFT;
90 start &= (PAGE_MASK << 1);
93 while(start < end) {
96 write_c0_entryhi(start | newpid);
97 start += (PAGE_SIZE << 1);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/mm/
H A Dcache-sh3.c158 void __flush_wback_region(void *start, int size) argument
164 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1);
165 end = ((unsigned long)start + size + L1_CACHE_BYTES-1)
196 void __flush_purge_region(void *start, int size) argument
201 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1);
202 end = ((unsigned long)start + size + L1_CACHE_BYTES-1)
221 void __flush_invalidate_region(void *start, int size)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/zorro/
H A Dproc.c65 cd.cd_BoardAddr = (void *)dev->resource.start;
66 cd.cd_BoardSize = dev->resource.end-dev->resource.start+1;
81 get_zorro_dev_info(char *buf, char **start, off_t pos, int count) argument
90 dev->id, dev->resource.start,
91 dev->resource.end-dev->resource.start+1,
95 if (!*start) {
96 *start = buf + (pos - (at - len));
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/squashfs/
H A Dread_fs.c53 int read_block(int fd, int start, int *next, unsigned char *block, squashfs_super_block *sBlk) argument
59 read_bytes(fd, start, 2, block);
63 read_bytes(fd, start, 2, (char *)&c_byte);
73 read_bytes(fd, start + offset, c_byte, buffer);
85 *next = start + offset + c_byte;
89 read_bytes(fd, start + offset, c_byte, block);
91 *next = start + offset + c_byte;
97 int scan_inode_table(int fd, int start, int end, int root_inode_start, squashfs_super_block *sBlk, argument
107 TRACE("scan_inode_table: start 0x%x, end 0x%x, root_inode_start 0x%x\n", start, en
156 int file_bytes = 0, i, start = inode.start_block; local
294 squashfs_readdir(int fd, int root_entries, int start, int offset, int size, squashfs_super_block *sBlk, void (push_directory_entry)(char *, squashfs_inode, int)) argument
402 unsigned int start = sBlk->inode_table_start, end = sBlk->directory_table_start, local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dsun3_pgalloc.h217 unsigned long start, unsigned long end)
221 start &= ~SUN3_PMEG_MASK;
226 while(start < end)
228 if((seg = sun3_get_segmap(start)) == SUN3_INVALID_PMEG)
235 sun3_put_segmap(start, SUN3_INVALID_PMEG);
237 start += SUN3_PMEG_SIZE;
248 unsigned long start, unsigned long end)
216 flush_tlb_range(struct mm_struct *mm, unsigned long start, unsigned long end) argument
247 flush_tlb_pgtables(struct mm_struct *mm, unsigned long start, unsigned long end) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dsun3_pgalloc.h217 unsigned long start, unsigned long end)
221 start &= ~SUN3_PMEG_MASK;
226 while(start < end)
228 if((seg = sun3_get_segmap(start)) == SUN3_INVALID_PMEG)
235 sun3_put_segmap(start, SUN3_INVALID_PMEG);
237 start += SUN3_PMEG_SIZE;
248 unsigned long start, unsigned long end)
216 flush_tlb_range(struct mm_struct *mm, unsigned long start, unsigned long end) argument
247 flush_tlb_pgtables(struct mm_struct *mm, unsigned long start, unsigned long end) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dpci.c102 dev->resource[0].start = dev->resource[0].end = 0;
104 dev->resource[1].start = dev->resource[1].end = 0;
117 new = res->start;
157 if (!res->start || !res->flags)
161 dev->slot_name, i, res->start, res->end);
162 res->end -= res->start;
163 res->start = 0;
174 res->start += offset;
179 res->start - offset, res->start);
246 unsigned long start = res->start; local
1068 resource_fixup(struct pci_dev * dev, struct resource * res, unsigned long start, unsigned long size) argument
1436 pci_init_resource(struct resource *res, unsigned long start, unsigned long end, int flags, char *name) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/chips/
H A Djedec.c26 static void jedec_flash_chip_scan(struct jedec_private *priv,unsigned long start,
29 static int flash_write(struct mtd_info *mtd, loff_t start, size_t len,
553 unsigned long start = instr->addr, len = instr->len; local
559 if (start + len > mtd->size ||
560 (start % mtd->erasesize) != 0 ||
565 jedec_flash_chip_scan(priv,start,len);
576 if (chip->start + chip->length > chip->size)
582 flwrite(0xF0,chip->start + 0x555);
583 flwrite(0xAA,chip->start + 0x555);
584 flwrite(0x55,chip->start
754 flash_write(struct mtd_info *mtd, loff_t start, size_t len, size_t *retlen, const u_char *buf) argument
839 jedec_flash_chip_scan(struct jedec_private *priv,unsigned long start, unsigned long len) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/devices/
H A Dslram.c34 u_char *start; member in struct:slram_priv
50 MODULE_PARM_DESC(map, "List of memory regions to map. \"map=<name>, <start>, <length / end>\"");
68 memset(priv->start + instr->addr, 0xff, instr->len);
92 *mtdbuf = priv->start + from;
106 memcpy(buf, priv->start + from, len);
117 memcpy(priv->start + to, buf, len);
125 int register_device(char *name, unsigned long start, unsigned long length) argument
160 if (!(((slram_priv_t *)(*curmtd)->mtdinfo->priv)->start =
161 ioremap(start, length))) {
166 ((slram_priv_t *)(*curmtd)->mtdinfo->priv)->start
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dg_NCR5380.c346 overrides[count].irq = dev->irq_resource[0].start;
350 overrides[count].dma = dev->dma_resource[0].start;
353 overrides[count].NCR5380_map_name = (NCR5380_map_type) dev->resource[0].start;
537 int start = 0; local
550 printk(KERN_ERR "53C400r: Got 53C80_IRQ start=%d, blocks=%d\n", start, blocks);
559 dst[start + i] = NCR5380_read(C400_HOST_BUFFER);
563 isa_memcpy_fromio(dst + start, NCR53C400_host_buffer + NCR5380_map_name, 128);
565 start += 128;
579 dst[start
613 int start = 0; local
697 int start = len; local
704 int i, s, start = len; local
723 int start = len; local
747 generic_NCR5380_proc_info(char *buffer, char **start, off_t offset, int length, int hostno, int inout) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/reiserfs/
H A Dprocfs.c56 int reiserfs_proc_tail( int len, char *buffer, char **start, argument
61 *start = buffer;
65 *start = buffer + offset;
73 int reiserfs_version_in_proc( char *buffer, char **start, off_t offset, argument
99 return reiserfs_proc_tail( len, buffer, start, offset, count, eof );
102 int reiserfs_global_version_in_proc( char *buffer, char **start, off_t offset, argument
115 return reiserfs_proc_tail( len, buffer, start, offset, count, eof );
137 int reiserfs_super_in_proc( char *buffer, char **start, off_t offset, argument
226 return reiserfs_proc_tail( len, buffer, start, offset, count, eof );
229 int reiserfs_per_level_in_proc( char *buffer, char **start, off_ argument
309 reiserfs_bitmap_in_proc( char *buffer, char **start, off_t offset, int count, int *eof, void *data ) argument
351 reiserfs_on_disk_super_in_proc( char *buffer, char **start, off_t offset, int count, int *eof, void *data ) argument
407 reiserfs_oidmap_in_proc( char *buffer, char **start, off_t offset, int count, int *eof, void *data ) argument
462 reiserfs_journal_in_proc( char *buffer, char **start, off_t offset, int count, int *eof, void *data ) argument
679 reiserfs_global_version_in_proc( char *buffer, char **start, off_t offset, int count, int *eof, void *data ) argument
684 reiserfs_version_in_proc( char *buffer, char **start, off_t offset, int count, int *eof, void *data ) argument
688 reiserfs_super_in_proc( char *buffer, char **start, off_t offset, int count, int *eof, void *data ) argument
692 reiserfs_per_level_in_proc( char *buffer, char **start, off_t offset, int count, int *eof, void *data ) argument
696 reiserfs_bitmap_in_proc( char *buffer, char **start, off_t offset, int count, int *eof, void *data ) argument
700 reiserfs_on_disk_super_in_proc( char *buffer, char **start, off_t offset, int count, int *eof, void *data ) argument
704 reiserfs_oidmap_in_proc( char *buffer, char **start, off_t offset, int count, int *eof, void *data ) argument
708 reiserfs_journal_in_proc( char *buffer, char **start, off_t offset, int count, int *eof, void *data ) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm-4.0/
H A Dproc.c38 static int drm_name_info(char *buf, char **start, off_t offset,
40 static int drm_vm_info(char *buf, char **start, off_t offset,
42 static int drm_clients_info(char *buf, char **start, off_t offset,
44 static int drm_queues_info(char *buf, char **start, off_t offset,
46 static int drm_bufs_info(char *buf, char **start, off_t offset,
49 static int drm_vma_info(char *buf, char **start, off_t offset,
53 static int drm_histo_info(char *buf, char **start, off_t offset,
145 static int drm_name_info(char *buf, char **start, off_t offset, int len, argument
163 static int _drm_vm_info(char *buf, char **start, off_t offset, int len, argument
201 static int drm_vm_info(char *buf, char **start, off_ argument
214 _drm_queues_info(char *buf, char **start, off_t offset, int len, int *eof, void *data) argument
253 drm_queues_info(char *buf, char **start, off_t offset, int len, int *eof, void *data) argument
268 _drm_bufs_info(char *buf, char **start, off_t offset, int len, int *eof, void *data) argument
305 drm_bufs_info(char *buf, char **start, off_t offset, int len, int *eof, void *data) argument
318 _drm_clients_info(char *buf, char **start, off_t offset, int len, int *eof, void *data) argument
341 drm_clients_info(char *buf, char **start, off_t offset, int len, int *eof, void *data) argument
357 _drm_vma_info(char *buf, char **start, off_t offset, int len, int *eof, void *data) argument
413 drm_vma_info(char *buf, char **start, off_t offset, int len, int *eof, void *data) argument
428 _drm_histo_info(char *buf, char **start, off_t offset, int len, int *eof, void *data) argument
545 drm_histo_info(char *buf, char **start, off_t offset, int len, int *eof, void *data) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dbitops.h410 if ((bitno < bitmap->start) || (bitno > bitmap->end)) {
414 return ext2fs_test_bit(bitno - bitmap->start, bitmap->bitmap);
464 if ((block < bitmap->start) || (block > bitmap->end)) {
470 ext2fs_fast_set_bit(block - bitmap->start, bitmap->bitmap);
477 if ((block < bitmap->start) || (block > bitmap->end)) {
483 ext2fs_fast_clear_bit(block - bitmap->start, bitmap->bitmap);
490 if ((block < bitmap->start) || (block > bitmap->end)) {
496 return ext2fs_test_bit(block - bitmap->start, bitmap->bitmap);
503 if ((inode < bitmap->start) || (inode > bitmap->end)) {
509 ext2fs_fast_set_bit(inode - bitmap->start, bitma
[all...]
/asus-wl-520gu-7.0.1.45/src/router/fdisk/
H A Dfdisksgilabel.c225 __u32 start = sgi_get_start_sector(i); local
234 /* start */ (long) scround(start),
235 /* end */ (long) scround(start+len)-1,
247 __u32 start = SSWAP32(sgilabel->directory[i].vol_file_start); local
251 i, name, (unsigned int) start,
394 * sort according to start sectors
427 unsigned int start = 0; local
453 printf(_("The entire disk partition should start "
470 for (i=1, start
515 lastblock - start, start, lastblock-1); local
573 sgi_set_partition(int i, unsigned int start, unsigned int length, int sys) argument
694 unsigned int start; member in struct:__anon7577
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/char/
H A Dtubttybld.c148 int start, end, next; local
312 start = tubp->tty_nextlogx - next;
313 next = start + MIN(next + quant[i], GEOM_COLS - 1);
332 start = quant[0];
333 if (start <= 0) start = 1;
334 if (start > GEOM_ROWS - 2) start = GEOM_ROWS - 2;
335 tubp->tty_nextlogx = (start - 1) * GEOM_COLS;
341 start
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dlba_pci.c237 printk(KERN_DEBUG "%p [%lx,%lx]/%x\n", r, r->start, r->end, (int) r->flags);
615 dev->resource[i].start,
657 ldev->hba.io_space.start, ldev->hba.io_space.end,
661 ldev->hba.lmmio_space.start, ldev->hba.lmmio_space.end,
713 bus->resource[2]->start = 1024*1024;
714 bus->resource[2]->end = bus->resource[2]->start - 1;
729 if (!res->start)
734 res->start, res->end);
735 res->start |= lba_portbase;
737 DBG("[%lx/%lx]\n", res->start, re
965 unsigned long start; member in struct:__anon495
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/mm/
H A Dmem_pieces.c60 mem_pieces_remove(struct mem_pieces *mp, unsigned int start, unsigned int size, argument
67 end = start + size;
69 if (end > rp->address && start < rp->address + rp->size)
75 start, end);
81 if (must_exist && (start < rs || end > re)) {
83 start, end);
87 if (start > rs) {
88 rp->size = start - rs;
131 mem_pieces_append(struct mem_pieces *mp, unsigned int start, unsigned int size) argument
138 rp->address = start;
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pci/
H A Dsetup-res.c49 resource, dev->name, res->start, res->end);
93 required alignment in the "start" field. */
94 align = (resno < PCI_BRIDGE_RESOURCES) ? size : res->start;
115 size = res->end - res->start + 1;
128 i, res->start, res->end, dev->slot_name);
133 DBGC((KERN_ERR " got res[%lx:%lx] for resource %d of %s\n", res->start,
151 r_align = r->end - r->start;
158 i, r->start, r->end, dev->name);
161 r_align = (i < PCI_BRIDGE_RESOURCES) ? r_align + 1 : r->start;
170 ln->res->end - ln->res->start
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/mm/
H A Dfault.c36 unsigned long start = (unsigned long) addr; local
41 vma = find_vma(current->mm, start);
44 if (vma->vm_start > start)
51 size += start & ~PAGE_MASK;
53 start &= PAGE_MASK;
58 int fault = handle_mm_fault(current->mm, vma, start, 1);
67 start += PAGE_SIZE;
68 if (start < vma->vm_end)
71 if (!vma || vma->vm_start != start)
81 if (expand_stack(vma, start)
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/sun3/
H A Dsun3dvma.c38 unsigned long start; member in struct:hole
91 if((hole->start == 0) && (hole->end == 0) && (hole->size == 0))
94 printk("hole: start %08lx end %08lx size %08lx\n", hole->start, hole->end, hole->size);
118 if(hole->end == prev->start) {
186 dvma_entry_use(hole->start) = newlen;
191 return hole->start;
227 } else if(hole->start == (baddr + len)) {
228 hole->start = baddr;
237 hole->start
[all...]
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dtail.c68 char *s, *start, *end, buf[BUFSIZ]; local
185 for (start = buf, end = memchr(buf, '\n', nread);
186 end != NULL; start = end+1,
187 end = memchr(start, '\n', nread - (start - buf))) {
190 tailbuf_append(start, end - start + 1);
194 if (newline && count <= seen && nread - (start - buf) > 0)
196 tailbuf_append(start, nread - (start
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/
H A Dpci_bus_cvlink.c333 * set the root start and end so that drivers calling check_region()
337 ioport_resource.start = sn_ioport_num;
346 ioport_resource.start = 0;
351 ioport_resource.start |= IO_SWIZ_BASE | __IA64_UNCACHED_OFFSET;
360 * Set the root start and end for Mem Resource.
362 iomem_resource.start = 0;
408 device_dev->resource[idx].start;
410 device_dev->resource[idx].start = (unsigned long)pciio_pio_addr(vhdl, 0, PCIIO_SPACE_WIN(idx), 0, size, 0, PCIIO_BYTE_STREAM);
411 device_dev->resource[idx].start |= __IA64_UNCACHED_OFFSET;
417 device_dev->resource[idx].start
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/vr41xx/common/
H A Dvrc4173.c208 unsigned long start, flags; local
218 start = pci_resource_start(pdev, 0);
219 if (!start) {
224 if (!start || (((flags = pci_resource_flags(pdev, 0)) & IORESOURCE_IO) == 0)) {
234 set_vrc4173_io_offset(start);
247 "NEC VRC4173 at 0x%#08lx, IRQ is cascaded to %d\n", start, pdev->irq);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/mm/
H A Dinit.c178 void free_initrd_mem(unsigned long start, unsigned long end) argument
181 for (; start < end; start += PAGE_SIZE) {
182 ClearPageReserved(virt_to_page(start));
183 set_page_count(virt_to_page(start), 1);
184 free_page(start);

Completed in 330 milliseconds

1234567891011>>