Searched refs:offset (Results 276 - 300 of 5133) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/alchemy/gpr/
H A Dplatform.c65 .offset = 0,
70 .offset = MTDPART_OFS_APPEND,
76 .offset = 0x01d00000,
81 .offset = 0x01c00000,
86 .offset = MTDPART_OFS_APPEND,
91 .offset = 0,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dvirtio_config.h39 * offset: the offset of the configuration field
44 * offset: the offset of the configuration field
83 void (*get)(struct virtio_device *vdev, unsigned offset,
85 void (*set)(struct virtio_device *vdev, unsigned offset,
124 * @offset: the type to search for.
129 #define virtio_config_val(vdev, fbit, offset, v) \
130 virtio_config_buf((vdev), (fbit), (offset), (v), sizeof(*v))
134 unsigned int offset,
132 virtio_config_buf(struct virtio_device *vdev, unsigned int fbit, unsigned int offset, void *buf, unsigned len) argument
[all...]
H A Dtimecompare.h59 * target_time = source_time + offset +
67 * be compared when determining their offset
68 * @offset: (target time - source time) at the time of the last update
71 * @last_update: last source time stamp when time offset was measured
78 s64 offset; member in struct:timecompare
93 * timecompare_offset - measure current (target time - source time) offset
95 * @offset: average offset during sample period returned here
103 s64 *offset,
110 * timecompare_update - update offset an
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dmemalloc.h99 * return the physical address at the corresponding offset
101 static inline dma_addr_t snd_sgbuf_get_addr(struct snd_sg_buf *sgbuf, size_t offset) argument
103 dma_addr_t addr = sgbuf->table[offset >> PAGE_SHIFT].addr;
105 return addr + offset % PAGE_SIZE;
109 * return the virtual address at the corresponding offset
111 static inline void *snd_sgbuf_get_ptr(struct snd_sg_buf *sgbuf, size_t offset) argument
113 return sgbuf->table[offset >> PAGE_SHIFT].buf + offset % PAGE_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mtd/
H A Dubi.h184 int ubi_leb_read(struct ubi_volume_desc *desc, int lnum, char *buf, int offset,
187 int offset, int len, int dtype);
201 int offset, int len)
203 return ubi_leb_read(desc, lnum, buf, offset, len, 0);
211 const void *buf, int offset, int len)
213 return ubi_leb_write(desc, lnum, buf, offset, len, UBI_UNKNOWN);
200 ubi_read(struct ubi_volume_desc *desc, int lnum, char *buf, int offset, int len) argument
210 ubi_write(struct ubi_volume_desc *desc, int lnum, const void *buf, int offset, int len) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-kirkwood/
H A Dtsx1x-common.c37 .offset = 0,
42 .offset = 0x00200000,
46 .offset = 0x00400000,
50 .offset = 0x00d00000,
54 .offset = 0x00080000,
58 .offset = 0x000c0000,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ntpclient/
H A Dphaselock.c52 double offset; member in struct:_seg
63 /* draw a line from a to c, what the offset is of that line
70 y = a->offset + x * (c->offset - a->offset);
96 answer->offset = d_ring[n].s.ss[s0] +
141 double find_shift(double slope, double offset) argument
143 double shift = slope - offset/600.0;
144 double shift2 = slope + 0.3 - offset/6000.0;
146 if (debug) printf("find_shift %f %f -> %f\n", slope, offset, shif
170 double offset = 0.5 * (max->offset + min->offset); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dfileio.c44 if( n > wcp->data_size || pos < wcp->offset || pos + n > wcp->offset + wcp->data_size) {
48 memcpy(data, wcp->data + (pos - wcp->offset), n);
198 wcp->file_size = wcp->offset + wcp->data_size;
311 DEBUG(9,("write_file (%s)(fd=%d pos=%.0f size=%u) wcp->offset=%.0f wcp->data_size=%u\n",
312 fsp->fsp_name, fsp->fh->fd, (double)pos, (unsigned int)n, (double)wcp->offset, (unsigned int)wcp->data_size));
324 if ((pos >= wcp->offset) && (pos <= wcp->offset + wcp->data_size)) {
342 size_t data_used = MIN((wcp->alloc_size - (pos - wcp->offset)), n);
344 memcpy(wcp->data + (pos - wcp->offset), dat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/common/
H A Ddump.c32 tdb_off_t offset)
37 if (tdb->methods->tdb_read(tdb, offset, (char *)&rec,
39 printf("ERROR: failed to read record at %u\n", offset);
43 printf(" rec: hash=%d offset=0x%08x next=0x%08x rec_len=%d "
45 hash, offset, rec.next, rec.rec_len, rec.key_len, rec.data_len,
48 tailer_ofs = offset + sizeof(rec) + rec.rec_len - sizeof(tdb_off_t);
98 tdb_off_t offset, rec_ptr; local
104 offset = FREELIST_TOP;
107 if (tdb_ofs_read(tdb, offset, &rec_ptr) == -1) {
126 printf("entry offset
31 tdb_dump_record(struct tdb_context *tdb, int hash, tdb_off_t offset) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rapidio/switches/
H A Dtsi500.c26 u32 offset = 0x10000 + 0xa00 + ((route_destid / 2)&~0x3); local
30 rio_mport_read_config_32(mport, destid, hopcount, offset, &result);
33 rio_mport_write_config_32(mport, destid, hopcount, offset + (0x20000*i), result | (route_port << (4*(route_destid & 0x7))));
36 rio_mport_read_config_32(mport, destid, hopcount, offset + (0x20000*table), &result);
38 rio_mport_write_config_32(mport, destid, hopcount, offset + (0x20000*table), result | (route_port << (4*(route_destid & 0x7))));
48 u32 offset = 0x10000 + 0xa00 + ((route_destid / 2)&~0x3); local
52 rio_mport_read_config_32(mport, destid, hopcount, offset, &result);
54 rio_mport_read_config_32(mport, destid, hopcount, offset + (0x20000*table), &result);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igb/
H A De1000_nvm.h35 s32 igb_read_nvm_eerd(struct e1000_hw *hw, u16 offset, u16 words, u16 *data);
36 s32 igb_write_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/ubi/
H A Ddebug.h58 void ubi_dbg_dump_flash(struct ubi_device *ubi, int pnum, int offset, int len);
98 int ubi_dbg_check_all_ff(struct ubi_device *ubi, int pnum, int offset, int len);
100 int offset, int len);
102 #define ubi_dbg_check_all_ff(ubi, pnum, offset, len) 0
103 #define ubi_dbg_check_write(ubi, buf, pnum, offset, len) 0
174 #define ubi_dbg_dump_flash(ubi, pnum, offset, len) ({})
181 #define ubi_dbg_check_all_ff(ubi, pnum, offset, len) 0
182 #define ubi_dbg_check_write(ubi, buf, pnum, offset, len) 0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/
H A Dr8180_rtl8225.h26 void RF_WriteReg(struct net_device *dev, u8 offset, u32 data);
27 u32 RF_ReadReg(struct net_device *dev, u8 offset);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/batman-adv/
H A Dtranslation-table.h31 int hna_local_seq_print_text(struct seq_file *seq, void *offset);
36 int hna_global_seq_print_text(struct seq_file *seq, void *offset);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dscatterwalk.h75 (int)(walk_in->offset - walk_out->offset));
80 unsigned int len = walk->sg->offset + walk->sg->length - walk->offset;
81 unsigned int len_this_page = offset_in_page(~walk->offset) + 1;
95 walk->offset += nbytes;
101 return !(walk->offset & alignmask);
106 return sg_page(walk->sg) + (walk->offset >> PAGE_SHIFT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/squashfs/
H A Ddecompressor.h44 void **buffer, struct buffer_head **bh, int b, int offset, int length,
47 return msblk->decompressor->decompress(msblk, buffer, bh, b, offset,
43 squashfs_decompress(struct squashfs_sb_info *msblk, void **buffer, struct buffer_head **bh, int b, int offset, int length, int srclength, int pages) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/psorder/
H A Dpsorder.h59 off_t offset; member in struct:pspage_st
67 off_t offset; member in struct:pages_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dlseek.c35 rpl_lseek (int fd, off_t offset, int whence) argument
61 return lseek (fd, offset, whence);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A Dmemset.S36 #define ZERO_BIG_BLOCK(base, offset, source) \
37 std source, [base + offset + 0x00]; \
38 std source, [base + offset + 0x08]; \
39 std source, [base + offset + 0x10]; \
40 std source, [base + offset + 0x18]; \
41 std source, [base + offset + 0x20]; \
42 std source, [base + offset + 0x28]; \
43 std source, [base + offset + 0x30]; \
44 std source, [base + offset + 0x38];
46 #define ZERO_LAST_BLOCKS(base, offset, sourc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpmac_pfunc.h66 int (*write_reg32)(PMF_STD_ARGS, u32 offset, u32 value, u32 mask);
67 int (*read_reg32)(PMF_STD_ARGS, u32 offset);
68 int (*write_reg16)(PMF_STD_ARGS, u32 offset, u16 value, u16 mask);
69 int (*read_reg16)(PMF_STD_ARGS, u32 offset);
70 int (*write_reg8)(PMF_STD_ARGS, u32 offset, u8 value, u8 mask);
71 int (*read_reg8)(PMF_STD_ARGS, u32 offset);
75 int (*wait_reg32)(PMF_STD_ARGS, u32 offset, u32 value, u32 mask);
76 int (*wait_reg16)(PMF_STD_ARGS, u32 offset, u16 value, u16 mask);
77 int (*wait_reg8)(PMF_STD_ARGS, u32 offset, u8 value, u8 mask);
84 int (*read_cfg)(PMF_STD_ARGS, u32 offset, u3
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/lib/
H A Ddevres.c18 * @offset: BUS offset to map
25 void __iomem *devm_ioremap_prot(struct device *dev, resource_size_t offset, argument
34 addr = ioremap_flags(offset, size, flags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/pci/
H A Dxilinx_pci.c88 u32 val, dev, func, offset; local
97 for (offset = 0; offset < 64; offset += 4) {
99 PCI_DEVFN(dev, func), offset, &val);
100 if (offset == 0 && val == 0xFFFFFFFF) {
104 if (!(offset % 0x10))
105 printk(KERN_CONT "\n%04x: ", offset);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-loongson/cs5536/
H A Dcs5536.h29 #define SB_MSR_REG(offset) (CS5536_SB_MSR_BASE | (offset))
30 #define GLIU_MSR_REG(offset) (CS5536_GLIU_MSR_BASE | (offset))
31 #define ILLEGAL_MSR_REG(offset) (CS5536_ILLEGAL_MSR_BASE | (offset))
32 #define USB_MSR_REG(offset) (CS5536_USB_MSR_BASE | (offset))
33 #define IDE_MSR_REG(offset) (CS5536_IDE_MSR_BASE | (offset))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Diovec.c104 int offset, int len)
109 if (unlikely(offset >= iov->iov_len)) {
110 offset -= iov->iov_len;
113 copy = min_t(unsigned int, iov->iov_len - offset, len);
114 if (copy_to_user(iov->iov_base + offset, kdata, copy))
116 offset = 0;
155 int offset, int len)
158 while (offset >= iov->iov_len) {
159 offset -= iov->iov_len;
164 u8 __user *base = iov->iov_base + offset;
103 memcpy_toiovecend(const struct iovec *iov, unsigned char *kdata, int offset, int len) argument
154 memcpy_fromiovecend(unsigned char *kdata, const struct iovec *iov, int offset, int len) argument
187 csum_partial_copy_fromiovecend(unsigned char *kdata, struct iovec *iov, int offset, unsigned int len, __wsum *csump) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-spear/
H A Dpadmux.c52 val = readl(pmx->base + pmx->mode_reg.offset);
55 writel(val, pmx->base + pmx->mode_reg.offset);
79 val = readl(pmx->base + pmx->mux_reg.offset);
114 writel(val, pmx->base + pmx->mux_reg.offset);
145 pmx->mode_reg.offset = driver->mode_reg.offset;
147 pmx->mux_reg.offset = driver->mux_reg.offset;

Completed in 129 milliseconds

<<11121314151617181920>>