Searched refs:offset (Results 1 - 25 of 3115) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/boards/saturn/
H A Dio.c13 unsigned long saturn_isa_port2addr(unsigned long offset) argument
15 return offset;
18 void *saturn_ioremap(unsigned long offset, unsigned long size) argument
20 return (void *)offset;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dhipz_fns.h50 #define hipz_galpa_store_eq(gal, offset, value) \
51 hipz_galpa_store(gal, EQTEMM_OFFSET(offset), value)
53 #define hipz_galpa_load_eq(gal, offset) \
54 hipz_galpa_load(gal, EQTEMM_OFFSET(offset))
56 #define hipz_galpa_store_qped(gal, offset, value) \
57 hipz_galpa_store(gal, QPEDMM_OFFSET(offset), value)
59 #define hipz_galpa_load_qped(gal, offset) \
60 hipz_galpa_load(gal, QPEDMM_OFFSET(offset))
62 #define hipz_galpa_store_mrmw(gal, offset, value) \
63 hipz_galpa_store(gal, MRMWMM_OFFSET(offset), valu
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sh/saturn/
H A Dio.h14 extern unsigned long saturn_isa_port2addr(unsigned long offset);
15 extern void *saturn_ioremap(unsigned long offset, unsigned long size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/mach-pb1x00/
H A Dmc146818rtc.h20 static inline unsigned char CMOS_READ(unsigned long offset) argument
22 offset <<= 2;
23 return (u8)(au_readl(offset + PB1500_RTC_ADDR) & 0xff);
26 static inline void CMOS_WRITE(unsigned char data, unsigned long offset) argument
28 offset <<= 2;
29 au_writel(data, offset + PB1500_RTC_ADDR);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/mach-pb1x00/
H A Dmc146818rtc.h20 static inline unsigned char CMOS_READ(unsigned long offset) argument
22 offset <<= 2;
23 return (u8)(au_readl(offset + PB1500_RTC_ADDR) & 0xff);
26 static inline void CMOS_WRITE(unsigned char data, unsigned long offset) argument
28 offset <<= 2;
29 au_writel(data, offset + PB1500_RTC_ADDR);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/mips-boards/generic/
H A Dconsole.c29 #define PORT(offset) (ATLAS_UART_REGS_BASE + ((offset)<<3))
31 #define PORT(offset) (ATLAS_UART_REGS_BASE + 3 + ((offset)<<3))
39 #define PORT(offset) (SEAD_UART0_REGS_BASE + ((offset)<<3))
41 #define PORT(offset) (SEAD_UART0_REGS_BASE + 3 + ((offset)<<3))
46 #define PORT(offset) (0x3f8 + (offset))
50 serial_in(int offset) argument
55 serial_out(int offset, int value) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/dma/
H A Dioatdma_io.h32 unsigned int offset)
34 return readb(device->reg_base + offset);
38 unsigned int offset)
40 return readw(device->reg_base + offset);
44 unsigned int offset)
46 return readl(device->reg_base + offset);
50 unsigned int offset, u8 value)
52 writeb(value, device->reg_base + offset);
56 unsigned int offset, u16 value)
58 writew(value, device->reg_base + offset);
31 ioatdma_read8(struct ioat_device *device, unsigned int offset) argument
37 ioatdma_read16(struct ioat_device *device, unsigned int offset) argument
43 ioatdma_read32(struct ioat_device *device, unsigned int offset) argument
49 ioatdma_write8(struct ioat_device *device, unsigned int offset, u8 value) argument
55 ioatdma_write16(struct ioat_device *device, unsigned int offset, u16 value) argument
61 ioatdma_write32(struct ioat_device *device, unsigned int offset, u32 value) argument
67 ioatdma_chan_read8(struct ioat_dma_chan *chan, unsigned int offset) argument
73 ioatdma_chan_read16(struct ioat_dma_chan *chan, unsigned int offset) argument
79 ioatdma_chan_read32(struct ioat_dma_chan *chan, unsigned int offset) argument
85 ioatdma_chan_write8(struct ioat_dma_chan *chan, unsigned int offset, u8 value) argument
91 ioatdma_chan_write16(struct ioat_dma_chan *chan, unsigned int offset, u16 value) argument
97 ioatdma_chan_write32(struct ioat_dma_chan *chan, unsigned int offset, u32 value) argument
104 ioatdma_chan_read64(struct ioat_dma_chan *chan, unsigned int offset) argument
110 ioatdma_chan_write64(struct ioat_dma_chan *chan, unsigned int offset, u64 value) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DLogSequenceNumber.java17 and the other specifies the offset in the log file.
21 private int offset; field in class:LogSequenceNumber
24 Construct a LogSequenceNumber with the specified file and offset.
29 @param offset
30 The log file offset.
32 public LogSequenceNumber(final int file, final int offset) { argument
34 this.offset = offset;
55 Return the file offset component of the LogSequenceNumber.
58 The file offset componen
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/kernel/
H A Dasm-offsets.c2 * offset.c: Calculate pt_regs and task_struct offsets.
22 #define offset(string, ptr, member) \ macro
33 offset("#define PT_R0 ", struct pt_regs, regs[0]);
34 offset("#define PT_R1 ", struct pt_regs, regs[1]);
35 offset("#define PT_R2 ", struct pt_regs, regs[2]);
36 offset("#define PT_R3 ", struct pt_regs, regs[3]);
37 offset("#define PT_R4 ", struct pt_regs, regs[4]);
38 offset("#define PT_R5 ", struct pt_regs, regs[5]);
39 offset("#define PT_R6 ", struct pt_regs, regs[6]);
40 offset("#defin
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/mips-boards/sim/
H A Dsim_console.c24 static inline unsigned int serial_in(int offset) argument
26 return inb(0x3f8 + offset);
29 static inline void serial_out(int offset, int value) argument
31 outb(value, 0x3f8 + offset);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dcelp_math.h54 * Shift value left or right depending on sign of offset parameter.
56 * @param offset shift offset
58 * @return value << offset, if offset>=0; value >> -offset - otherwise
60 static inline int bidir_sal(int value, int offset) argument
62 if(offset < 0) return value >> -offset;
63 else return value << offset;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/dlm/
H A Dmidcomms.h17 int dlm_process_incoming_buffer(int nodeid, const void *base, unsigned offset,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/lib/
H A Dbitops.c7 * @offset: The bitnumber to start searching at
10 int find_next_bit(const unsigned long *addr, int size, int offset) argument
12 const unsigned long *p = addr + (offset >> 5);
13 int set = 0, bit = offset & 31, res;
26 return set + offset;
34 return (offset + set + res);
41 * @offset: The bitnumber to start searching at
44 int find_next_zero_bit(const unsigned long *addr, int size, int offset) argument
46 const unsigned long *p = addr + (offset >> 5);
47 int set = 0, bit = offset
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ripd/
H A Drip_offset.c1 /* RIP offset-list
74 rip_offset_list_free (struct rip_offset_list *offset) argument
76 XFREE (MTYPE_RIP_OFFSET_LIST, offset);
82 struct rip_offset_list *offset; local
85 LIST_LOOP (rip_offset_list_master, offset, nn)
87 if (strcmp_safe (offset->ifname, ifname) == 0)
88 return offset;
96 struct rip_offset_list *offset; local
98 offset = rip_offset_list_lookup (ifname);
99 if (offset)
116 struct rip_offset_list *offset; local
154 struct rip_offset_list *offset; local
212 struct rip_offset_list *offset; local
251 struct rip_offset_list *offset; local
345 offset_list_del(struct rip_offset_list *offset) argument
385 struct rip_offset_list *offset; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_printlog/
H A Drange.awk11 offset = substr($1, start, l - start + 1);
12 i = index(offset, "]");
13 offset = substr($1, start, i - 1);
14 offset += 0;
16 if ((file == START_FILE && offset >= START_OFFSET || file > START_FILE)\
17 && (file < END_FILE || (file == END_FILE && offset < END_OFFSET)))
19 else if (file == END_FILE && offset > END_OFFSET || file > END_FILE)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/lib/
H A Dbitext.c23 * Returns offset in the map or -1 if out of space.
29 int offset, count; /* siamese twins */ local
54 offset = t->first_free;
56 offset = t->last_off & ~align1;
59 off_new = find_next_zero_bit(t->map, t->size, offset);
61 count += off_new - offset;
62 offset = off_new;
63 if (offset >= t->size)
64 offset = 0;
69 t->size, t->used, offset, le
103 bit_map_clear(struct bit_map *t, int offset, int len) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/util/
H A DPackedInteger.java50 * Reads a packed integer at the given buffer offset and returns it.
54 * @param off the offset in the buffer at which to start reading.
89 * Reads a packed long integer at the given buffer offset and returns it.
93 * @param off the offset in the buffer at which to start reading.
144 * buffer. This method only accesses one byte at the given offset.</p>
148 * @param off the offset in the buffer at which to start reading.
169 * buffer. This method only accesses one byte at the given offset.</p>
173 * @param off the offset in the buffer at which to start reading.
184 * Writes a packed integer starting at the given buffer offset and returns
185 * the next offset t
195 writeInt(byte[] buf, int offset, int value) argument
247 writeLong(byte[] buf, int offset, long value) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/pci/
H A Dearly.c12 u32 read_pci_config(u8 bus, u8 slot, u8 func, u8 offset) argument
15 outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
18 PDprintk("%x reading 4 from %x: %x\n", slot, offset, v);
22 u8 read_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset) argument
25 outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
26 v = inb(0xcfc + (offset&3));
27 PDprintk("%x reading 1 from %x: %x\n", slot, offset, v);
31 u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset) argument
34 outl(0x80000000 | (bus<<16) | (slot<<11) | (func<<8) | offset, 0xcf8);
35 v = inw(0xcfc + (offset
40 write_pci_config(u8 bus, u8 slot, u8 func, u8 offset, u32 val) argument
48 write_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset, u8 val) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/boot/simple/
H A Dqspan_pci.c46 * The "offset" must have the two LS bits set to zero. Read operations
75 #define mk_config_addr(bus, dev, offset) \
76 (((bus)<<16) | ((dev)<<8) | (offset & 0xfc))
78 #define mk_config_type1(bus, dev, offset) \
79 mk_config_addr(bus, dev, offset) | 1;
147 unsigned char offset, unsigned char *val)
158 *QS_CONFIG_ADDR = mk_config_addr(bus, dev_fn, offset);
160 *QS_CONFIG_ADDR = mk_config_type1(bus, dev_fn, offset);
163 offset ^= 0x03;
164 cp = ((u_char *)&temp) + (offset
146 qs_pci_read_config_byte(unsigned char bus, unsigned char dev_fn, unsigned char offset, unsigned char *val) argument
169 qs_pci_read_config_word(unsigned char bus, unsigned char dev_fn, unsigned char offset, unsigned short *val) argument
192 qs_pci_read_config_dword(unsigned char bus, unsigned char dev_fn, unsigned char offset, unsigned int *val) argument
207 qs_pci_write_config_byte(unsigned char bus, unsigned char dev_fn, unsigned char offset, unsigned char val) argument
231 qs_pci_write_config_word(unsigned char bus, unsigned char dev_fn, unsigned char offset, unsigned short val) argument
255 qs_pci_write_config_dword(unsigned char bus, unsigned char dev_fn, unsigned char offset, unsigned int val) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/archival/libunarchive/
H A Ddata_align.c13 const unsigned short skip_amount = (boundary - (archive_handle->offset % boundary)) % boundary;
16 archive_handle->offset += skip_amount;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/sys-ppc/
H A Dmiscthings.c12 unsigned long aux_start, offset; local
27 offset = ((aux_start + 15) & ~15) - aux_start;
28 if (offset != 0) {
32 *(unsigned long *)(sp + offset) = e;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/cell/spufs/
H A Dspu_save.c41 unsigned int offset; local
46 offset = LSCSA_QW_OFFSET(event_mask);
47 regs_spill[offset].slot[0] = spu_readch(SPU_RdEventStatMask);
52 unsigned int offset; local
57 offset = LSCSA_QW_OFFSET(tag_mask);
58 regs_spill[offset].slot[0] = spu_readch(MFC_RdTagMask);
84 unsigned int offset; local
90 offset = LSCSA_QW_OFFSET(fpcr);
91 regs_spill[offset].v = spu_mffpscr();
96 unsigned int offset; local
108 unsigned int offset; local
[all...]
H A Dspu_restore.c83 unsigned int offset; local
92 offset = LSCSA_QW_OFFSET(decr_status);
93 decr_running = regs_spill[offset].slot[0];
95 offset = LSCSA_QW_OFFSET(decr);
96 decr = regs_spill[offset].slot[0];
103 unsigned int offset; local
110 offset = LSCSA_QW_OFFSET(ppu_mb);
111 data = regs_spill[offset].slot[0];
117 unsigned int offset; local
124 offset
131 unsigned int offset; local
145 unsigned int offset; local
158 unsigned int offset; local
171 unsigned int offset; local
186 unsigned int offset; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_truncate.c27 off_t offset; local
36 offset = (off_t)pgsize * pgno;
41 "fileops: truncate %s to %lu", fhp->name, (u_long)offset);
46 ret = DB_GLOBAL(j_ftruncate)(fhp->fd, offset);
49 RETRY_CHK((ftruncate(fhp->fd, offset)), ret);
56 __db_syserr(env, ret, "ftruncate: %lu", (u_long)offset);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/mm/
H A Dgeneric.c27 unsigned long offset, pgprot_t prot,
33 offset &= ~0x1UL;
42 entry = mk_pte_io(offset, prot, space, PAGE_SIZE);
46 !(offset & 0x3ffffe) &&
48 entry = mk_pte_io(offset, prot, space,
51 offset += 0x400000;
54 !(offset & 0x7fffe) &&
56 entry = mk_pte_io(offset, prot, space,
59 offset += 0x80000;
61 !(offset
24 io_remap_pte_range(struct mm_struct *mm, pte_t * pte, unsigned long address, unsigned long size, unsigned long offset, pgprot_t prot, int space) argument
84 io_remap_pmd_range(struct mm_struct *mm, pmd_t * pmd, unsigned long address, unsigned long size, unsigned long offset, pgprot_t prot, int space) argument
106 io_remap_pud_range(struct mm_struct *mm, pud_t * pud, unsigned long address, unsigned long size, unsigned long offset, pgprot_t prot, int space) argument
136 unsigned long offset = GET_PFN(pfn) << PAGE_SHIFT; local
[all...]

Completed in 167 milliseconds

1234567891011>>