Searched refs:offset (Results 226 - 250 of 5133) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Ddma.h44 struct dma_prog_region *prog, unsigned long offset)
46 return prog->bus_addr + offset;
74 void dma_region_sync_for_cpu(struct dma_region *dma, unsigned long offset,
76 void dma_region_sync_for_device(struct dma_region *dma, unsigned long offset,
81 unsigned long offset);
43 dma_prog_region_offset_to_bus( struct dma_prog_region *prog, unsigned long offset) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dadx.c40 int offset, cutoff; local
47 offset = AV_RB16(buf + 2) + 4;
50 if (bufsize >= offset && memcmp(buf + offset - 6, "(c)CRI", 6))
79 *header_size = offset;
H A Dvcr1.c41 int offset[4]; member in struct:VCR1Context
73 int offset; local
81 a->offset[i]= *(bytestream++);
83 offset= a->offset[0] - a->delta[ bytestream[2]&0xF ];
85 luma[0]=( offset += a->delta[ bytestream[2]&0xF ]);
86 luma[1]=( offset += a->delta[ bytestream[2]>>4 ]);
87 luma[2]=( offset += a->delta[ bytestream[0]&0xF ]);
88 luma[3]=( offset += a->delta[ bytestream[0]>>4 ]);
97 offset
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ssb/
H A Dsdio.c68 #define SBSDIO_SB_OFT_ADDR_MASK 0x7FFF /* sb offset addr is <= 15 bits, 32k */
152 u32 ssb_sdio_scan_read32(struct ssb_bus *bus, u16 offset) argument
158 val = sdio_readl(bus->host_sdio, offset, &error);
162 bus->sdio_sbaddr >> 16, offset, val, error); local
214 static u8 ssb_sdio_read8(struct ssb_device *dev, u16 offset) argument
223 offset |= bus->sdio_sbaddr & 0xffff;
224 offset &= SBSDIO_SB_OFT_ADDR_MASK;
225 val = sdio_readb(bus->host_sdio, offset, &error);
228 bus->sdio_sbaddr >> 16, offset, val, error); local
236 static u16 ssb_sdio_read16(struct ssb_device *dev, u16 offset) argument
250 bus->sdio_sbaddr >> 16, offset, val, error); local
258 ssb_sdio_read32(struct ssb_device *dev, u16 offset) argument
273 bus->sdio_sbaddr >> 16, offset, val, error); local
282 ssb_sdio_block_read(struct ssb_device *dev, void *buffer, size_t count, u16 offset, u8 reg_width) argument
322 bus->sdio_sbaddr >> 16, offset, reg_width, saved_count, error); local
328 ssb_sdio_write8(struct ssb_device *dev, u16 offset, u8 val) argument
341 bus->sdio_sbaddr >> 16, offset, val, error); local
347 ssb_sdio_write16(struct ssb_device *dev, u16 offset, u16 val) argument
360 bus->sdio_sbaddr >> 16, offset, val, error); local
366 ssb_sdio_write32(struct ssb_device *dev, u16 offset, u32 val) argument
380 bus->sdio_sbaddr >> 16, offset, val, error); local
389 ssb_sdio_block_write(struct ssb_device *dev, const void *buffer, size_t count, u16 offset, u8 reg_width) argument
429 bus->sdio_sbaddr >> 16, offset, reg_width, saved_count, error); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpio/
H A Dtimbgpio.c53 unsigned offset, bool enabled)
59 reg = ioread32(tgpio->membase + offset);
66 iowrite32(reg, tgpio->membase + offset);
98 static int timbgpio_to_irq(struct gpio_chip *gpio, unsigned offset) argument
105 return tgpio->irq_base + offset;
114 int offset = irq - tgpio->irq_base; local
116 timbgpio_update_bit(&tgpio->gpio, offset, TGPIO_IER, 0);
122 int offset = irq - tgpio->irq_base; local
124 timbgpio_update_bit(&tgpio->gpio, offset, TGPIO_IER, 1);
130 int offset local
52 timbgpio_update_bit(struct gpio_chip *gpio, unsigned index, unsigned offset, bool enabled) argument
191 int offset; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/drivers/
H A Daxisflashmap.c141 .offset = 0
146 .offset = 0
151 .offset = 0
156 .offset = 0
161 .offset = 0
166 .offset = 0
171 .offset = 0
185 .offset = 0
190 .offset = CONFIG_ETRAX_PTABLE_SECTOR
197 .offset
417 unsigned long offset = CONFIG_ETRAX_PTABLE_SECTOR; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/cramfs/
H A Dcramfsck.c28 * 2000/07/11: Daniel Quinlan (file length tests, start at offset 0 or 512,
124 static void *romfs_read(unsigned long offset) argument
126 unsigned int block = offset >> ROMBUFFER_BITS;
132 return read_buffer + (offset & ROMBUFFERMASK);
153 * Return the offset of the root directory,
158 unsigned long offset; local
160 offset = super->root.offset << 2;
165 if (offset < sizeof(super))
219 unsigned long offset local
289 do_uncompress(int fd, unsigned long offset, unsigned long size) argument
339 unsigned long offset = inode->offset << 2; local
383 unsigned long offset = inode->offset << 2; local
404 unsigned long offset = inode->offset << 2; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dr600_hdmi.c100 uint32_t offset = to_radeon_encoder(encoder)->hdmi_offset; local
110 WREG32(offset+R600_HDMI_32kHz_CTS, CTS << 12);
111 WREG32(offset+R600_HDMI_32kHz_N, N);
116 WREG32(offset+R600_HDMI_44_1kHz_CTS, CTS << 12);
117 WREG32(offset+R600_HDMI_44_1kHz_N, N);
122 WREG32(offset+R600_HDMI_48kHz_CTS, CTS << 12);
123 WREG32(offset+R600_HDMI_48kHz_N, N);
167 uint32_t offset = to_radeon_encoder(encoder)->hdmi_offset; local
199 WREG32(offset+R600_HDMI_VIDEOINFOFRAME_0,
201 WREG32(offset
226 uint32_t offset = to_radeon_encoder(encoder)->hdmi_offset; local
257 uint32_t offset = to_radeon_encoder(encoder)->hdmi_offset; local
285 uint32_t offset = radeon_encoder->hdmi_offset; local
308 uint32_t offset = to_radeon_encoder(encoder)->hdmi_offset; local
350 uint32_t offset = to_radeon_encoder(encoder)->hdmi_offset; local
479 uint32_t offset; local
539 uint32_t offset; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/ui/
H A Dbrowser.c43 void ui_browser__list_head_seek(struct ui_browser *self, off_t offset, int whence) argument
62 if (offset > 0) {
63 while (offset-- != 0)
66 while (offset++ != 0)
73 void ui_browser__rb_tree_seek(struct ui_browser *self, off_t offset, int whence) argument
92 if (offset > 0) {
93 while (offset-- != 0)
96 while (offset++ != 0)
212 off_t offset; local
244 offset
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/drivers/
H A Daxisflashmap.c127 .offset = 0
132 .offset = CONFIG_ETRAX_PTABLE_SECTOR
137 .offset = 0x200000 - (5 * CONFIG_ETRAX_PTABLE_SECTOR)
146 .offset = 0
151 .offset = 0
156 .offset = 0
161 .offset = 0
166 .offset = 0
171 .offset = 0
176 .offset
320 unsigned long offset = CONFIG_ETRAX_PTABLE_SECTOR; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s5pc100/
H A Dirq-gpio.c145 int group, offset, pend_offset; local
149 offset = s5pc100_get_offset(irq);
153 value |= 1 << offset;
159 int group, offset, mask_offset; local
163 offset = s5pc100_get_offset(irq);
167 value |= 1 << offset;
173 int group, offset, mask_offset; local
177 offset = s5pc100_get_offset(irq);
181 value &= ~(1 << offset);
193 int group, offset, con_offse local
243 int group, offset, pend_offset, mask_offset; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c278 uint16_t offset; member in struct:bit_entry
550 io_flag_condition_met(struct nvbios *bios, uint16_t offset, uint8_t cond) argument
556 * masked CRTC value; 2 bytes for the offset to the flag array, to
575 offset, crtcport, crtcindex, mask, shift, flagarray, flagarraymask, cmpval);
583 offset, data, cmpval);
589 bios_condition_met(struct nvbios *bios, uint16_t offset, uint8_t cond) argument
604 offset, cond, reg, mask);
609 offset, data, cmpval);
615 io_condition_met(struct nvbios *bios, uint16_t offset, uint8_t cond) argument
633 offset, dat
876 init_io_restrict_prog(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
934 init_repeat(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
972 init_io_restrict_pll(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
1047 init_end_repeat(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
1070 init_copy(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
1121 init_not(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
1140 init_io_flag_condition(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
1170 init_dp_condition(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
1248 init_op_3b(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
1271 init_op_3c(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
1294 init_idx_addr_latched(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
1350 init_io_restrict_pll2(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
1411 init_pll2(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
1437 init_i2c_byte(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
1514 init_zm_i2c_byte(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
1578 init_zm_i2c(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
1639 init_tmds(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
1686 init_zm_tmds_group(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
1735 init_cr_idx_adr_latch(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
1783 init_cr(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
1816 init_zm_cr(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
1840 init_zm_cr_group(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
1869 init_condition_time(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
1927 init_ltime(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
1952 init_zm_reg_sequence(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
1991 init_sub_direct(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
2019 init_i2c_if(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
2077 init_copy_nv_reg(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
2127 init_zm_index_io(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
2471 init_compute_mem(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
2534 init_reset(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
2572 init_configure_mem(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
2628 init_configure_clk(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
2661 init_configure_preinit(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
2689 init_io(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
2776 init_sub(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
2804 init_ram_condition(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
2842 init_nv_reg(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
2871 init_macro(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
2913 init_done(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
2928 init_resume(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
2948 init_time(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
2976 init_condition(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
3007 init_io_condition(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
3038 init_index_io(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
3073 init_pll(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
3100 init_zm_reg(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
3127 init_ram_restrict_pll(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
3182 init_8c(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
3195 init_8d(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
3208 init_gpio(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
3267 init_ram_restrict_zm_reg_group(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
3328 init_copy_zm_reg(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
3352 init_zm_reg_group_addr_latched(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
3384 init_reserved(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
3398 init_96(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
3437 init_97(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
3467 init_auxch(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
3527 init_zm_auxch(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
3575 init_i2c_long_if(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) argument
3708 parse_init_table(struct nvbios *bios, unsigned int offset, struct init_exec *iexec) argument
5038 parse_bios_version(struct drm_device *dev, struct nvbios *bios, uint16_t offset) argument
5054 parse_script_table_pointers(struct nvbios *bios, uint16_t offset) argument
5408 int i, offset; local
5460 parse_bmp_structure(struct drm_device *dev, struct nvbios *bios, unsigned int offset) argument
5705 parse_dcb30_gpio_entry(struct nvbios *bios, uint16_t offset) argument
5725 parse_dcb40_gpio_entry(struct nvbios *bios, uint16_t offset) argument
6597 uint16_t offset = 0; local
6659 int offset; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dem_u32.c42 unsigned long key, mask, offmask = 0, offset; local
84 return PARSE_ERR(a, "u32: missing offset");
91 offset = strtoul(buf, NULL, 0);
95 return PARSE_ERR(a, "u32: missing offset");
96 offset = bstrtoul(a);
98 offset = bstrtoul(a);
100 if (offset == ULONG_MAX)
101 return PARSE_ERR(a, "u32: invalid offset");
113 key <<= 24 - ((offset & 3) * 8);
114 mask <<= 24 - ((offset
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/intl/
H A Dgmo.h112 nls_uint32 offset; member in struct:string_desc
123 nls_uint32 offset; member in struct:sysdep_segment
130 nls_uint32 offset; member in struct:sysdep_string
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DFileArea.h58 * @param offset seek address in file.
65 void ReadAt(CFileAutoClose& file, uint64 offset, size_t count);
70 void StartWriteAt(CFileAutoClose& file, uint64 offset, size_t count);
75 bool FlushAt(CFileAutoClose& file, uint64 offset, size_t count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Dxdi_msg.h18 memory at given offset
91 dword offset; member in struct:_diva_xdi_um_cfg_cmd_data_start
97 dword offset; member in struct:_diva_xdi_um_cfg_cmd_data_write_sdram
108 dword offset; member in struct:_diva_xdi_um_cfg_cmd_data_read_sdram
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Dilt.h29 void b43legacy_ilt_write(struct b43legacy_wldev *dev, u16 offset, u16 val);
30 void b43legacy_ilt_write32(struct b43legacy_wldev *dev, u16 offset,
32 u16 b43legacy_ilt_read(struct b43legacy_wldev *dev, u16 offset);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pmc-sierra/msp71xx/
H A Dgpio.c49 * @offset: gpio whose value will be returned
53 static int msp71xx_gpio_get(struct gpio_chip *chip, unsigned offset) argument
57 return __raw_readl(msp_chip->data_reg) & (1 << offset);
63 * @offset: gpio whose value will be assigned
69 static void msp71xx_gpio_set(struct gpio_chip *chip, unsigned offset, int value) argument
79 data |= (1 << offset);
81 data &= ~(1 << offset);
90 * @offset: gpio whose value will be assigned
96 unsigned offset, int mode)
99 const unsigned bit_offset = MSP71XX_CFG_OFFSET(offset);
95 msp71xx_set_gpio_mode(struct gpio_chip *chip, unsigned offset, int mode) argument
124 msp71xx_direction_output(struct gpio_chip *chip, unsigned offset, int value) argument
139 msp71xx_direction_input(struct gpio_chip *chip, unsigned offset) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dsys_mn10300.c28 unsigned long fd, unsigned long offset)
30 if (offset & ~PAGE_MASK)
32 return sys_mmap_pgoff(addr, len, prot, flags, fd, offset >> PAGE_SHIFT);
26 old_mmap(unsigned long addr, unsigned long len, unsigned long prot, unsigned long flags, unsigned long fd, unsigned long offset) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dfree-space-cache.h24 u64 offset; member in struct:btrfs_free_space
37 u64 offset, u64 bytes, u64 empty_size);
45 u64 offset, u64 bytes, u64 empty_size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dscatterwalk.h26 unsigned int offset; member in struct:scatter_walk
41 walk_in->offset == walk_out->offset &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A Dudftime.c95 int16_t offset; local
98 offset = typeAndTimezone << 4;
99 /* sign extent offset */
100 offset = (offset >> 4);
101 if (offset == -2047) /* unspecified offset */
102 offset = 0;
104 offset = 0;
111 dest->tv_sec -= offset * 6
125 int16_t offset; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A Dsis_drm.h54 unsigned int offset; member in struct:__anon17183
60 unsigned int offset, size; member in struct:__anon17184
64 unsigned int offset, size; member in struct:__anon17185
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dflat.h81 signed long offset : 30; member in struct:__anon17413::__anon17414
86 signed long offset : 30;
89 signed long offset : 30;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/qnx4/
H A Dbitmap.c42 int offset = 0; local
47 if ((bh = sb_bread(sb, start + offset)) == NULL) {
54 offset++;

Completed in 350 milliseconds

1234567891011>>