Searched refs:byte_offset (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_phy.h113 s32 ixgbe_read_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
115 s32 ixgbe_write_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
117 s32 ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
119 s32 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
H A Dixgbe_phy.c824 * @byte_offset: EEPROM byte offset to read
829 s32 ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, argument
832 return hw->phy.ops.read_i2c_byte(hw, byte_offset,
840 * @byte_offset: EEPROM byte offset to write
845 s32 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, argument
848 return hw->phy.ops.write_i2c_byte(hw, byte_offset,
856 * @byte_offset: byte offset to read
862 s32 ixgbe_read_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset, argument
882 status = ixgbe_clock_out_i2c_byte(hw, byte_offset);
928 * @byte_offset
934 ixgbe_write_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, u8 data) argument
[all...]
H A Dixgbe_82598.c48 static s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset,
1031 * @byte_offset: EEPROM byte offset to read
1036 static s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset, argument
1051 sfp_addr = (IXGBE_I2C_EEPROM_DEV_ADDR << 8) + byte_offset;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-parsing-location.h42 guint byte_offset ; member in struct:_CRParsingLocation
H A Dcr-parsing-location.c127 a_this->byte_offset) ;
H A Dcr-input.c1026 a_loc->byte_offset = PRIVATE (a_this)->next_byte_index - 1 ;
1028 a_loc->byte_offset = PRIVATE (a_this)->next_byte_index ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-parsing-location.h42 guint byte_offset ; member in struct:_CRParsingLocation
H A Dcr-parsing-location.c127 a_this->byte_offset) ;
H A Dcr-input.c1026 a_loc->byte_offset = PRIVATE (a_this)->next_byte_index - 1 ;
1028 a_loc->byte_offset = PRIVATE (a_this)->next_byte_index ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/
H A Dfibmap.c28 __u64 byte_offset; member in struct:file_extent
55 printf("%12llu %s %s\n", ext.byte_offset, lba_info, len_info);
115 ext.byte_offset = blk_idx * st->st_blksize;
182 ext.byte_offset = fs.fe[i].logical;
265 printf("%12s %10s %10s %10s\n", "byte_offset", "begin_LBA", "end_LBA", "sectors");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A Dtruncate.c208 loff_t byte_offset; local
220 byte_offset = (offset << sb->s_blocksize_bits) +
224 extent_trunc(inode, &epos, &eloc, etype, elen, byte_offset);
226 if (byte_offset)
280 if (byte_offset) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/sh/
H A Dfsi.c119 int byte_offset; member in struct:fsi_priv
331 fsi->byte_offset = 0;
340 fsi->byte_offset = 0;
527 if (fsi->byte_offset >=
534 fsi->byte_offset = 0;
541 send = (fsi->buffer_len - fsi->byte_offset) / width;
551 start += fsi->byte_offset;
567 fsi->byte_offset += send * width;
611 if (fsi->byte_offset >=
618 fsi->byte_offset
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/jz4740/
H A Djz4740-pcm.c195 unsigned long byte_offset; local
203 byte_offset = prtd->dma_pos - prtd->dma_start;
204 byte_offset -= jz4740_dma_get_residue(dma);
206 offset = bytes_to_frames(runtime, byte_offset);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/amcc/
H A Dcrypto4xx_sa.h155 u32 byte_offset:1; member in struct:sa_command_1::__anon11159
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/udlfb/
H A Dudlfb.c493 u32 byte_offset, u32 byte_width,
497 u32 dev_addr = dev->base16 + byte_offset;
502 line_start = (u8 *) (front + byte_offset);
509 + byte_offset);
579 const int byte_offset = line_offset + (x * BPP); local
582 &cmd, byte_offset, width * BPP,
491 dlfb_render_hline(struct dlfb_data *dev, struct urb **urb_ptr, const char *front, char **urb_buf_ptr, u32 byte_offset, u32 byte_width, int *ident_ptr, int *sent_ptr) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dcipso_ipv4.c150 u32 byte_offset; local
155 byte_offset = offset / 8;
156 byte = bitmap[byte_offset];
168 byte = bitmap[++byte_offset];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dinode.c2175 loff_t byte_offset = ((loff_t)block << inode->i_sb->s_blocksize_bits)+1; local
2192 make_cpu_key(&key, inode, byte_offset, TYPE_ANY, 3);
2222 p += (byte_offset - 1) & (PAGE_CACHE_SIZE - 1);
2260 (byte_offset + bytes_copied) < inode->i_size) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_state.c1695 u32 offset, byte_offset; local
1880 byte_offset = (image->y & ~2047) * blit_width;
1895 OUT_RING((texpitch << 22) | ((tex->offset >> 10) + (byte_offset >> 10)));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/onenand/
H A Donenand_base.c791 int byte_offset; local
797 byte_offset = offset + count;
800 word = this->read_word(bufferram + byte_offset);
802 this->write_word(word, bufferram + byte_offset);

Completed in 207 milliseconds