Home
last modified time | relevance | path

Searched defs:byte_offset (Results 1 – 25 of 67) sorted by relevance

123

/kernel/linux/linux-5.10/include/rdma/
Diba.h118 #define IBA_FIELD_BLOC(field_struct, byte_offset, bit_offset, num_bits) \ argument
122 #define IBA_FIELD8_LOC(field_struct, byte_offset, num_bits) \ argument
125 #define IBA_FIELD16_LOC(field_struct, byte_offset, num_bits) \ argument
131 #define IBA_FIELD32_LOC(field_struct, byte_offset, num_bits) \ argument
137 #define IBA_FIELD64_LOC(field_struct, byte_offset) \ argument
143 #define IBA_FIELD_MLOC(field_struct, byte_offset, num_bits, type) \ argument
Dibta_vol1_c12.h13 #define CM_FIELD_BLOC(field_struct, byte_offset, bits_offset, width) \ argument
17 #define CM_FIELD8_LOC(field_struct, byte_offset, width) \ argument
20 #define CM_FIELD16_LOC(field_struct, byte_offset, width) \ argument
23 #define CM_FIELD32_LOC(field_struct, byte_offset, width) \ argument
26 #define CM_FIELD64_LOC(field_struct, byte_offset) \ argument
28 #define CM_FIELD_MLOC(field_struct, byte_offset, width, type) \ argument
/kernel/linux/linux-6.6/include/rdma/
Diba.h118 #define IBA_FIELD_BLOC(field_struct, byte_offset, bit_offset, num_bits) \ argument
122 #define IBA_FIELD8_LOC(field_struct, byte_offset, num_bits) \ argument
125 #define IBA_FIELD16_LOC(field_struct, byte_offset, num_bits) \ argument
131 #define IBA_FIELD32_LOC(field_struct, byte_offset, num_bits) \ argument
137 #define IBA_FIELD64_LOC(field_struct, byte_offset) \ argument
143 #define IBA_FIELD_MLOC(field_struct, byte_offset, num_bits, type) \ argument
Dibta_vol1_c12.h13 #define CM_FIELD_BLOC(field_struct, byte_offset, bits_offset, width) \ argument
17 #define CM_FIELD8_LOC(field_struct, byte_offset, width) \ argument
20 #define CM_FIELD16_LOC(field_struct, byte_offset, width) \ argument
23 #define CM_FIELD32_LOC(field_struct, byte_offset, width) \ argument
26 #define CM_FIELD64_LOC(field_struct, byte_offset) \ argument
28 #define CM_FIELD_MLOC(field_struct, byte_offset, width, type) \ argument
/kernel/linux/linux-6.6/tools/power/acpi/tools/ec/
Dec_access.c175 void read_ec_val(int fd, int byte_offset) in read_ec_val()
192 void write_ec_val(int fd, int byte_offset, uint8_t value) in write_ec_val()
/kernel/linux/linux-5.10/tools/power/acpi/tools/ec/
Dec_access.c175 void read_ec_val(int fd, int byte_offset) in read_ec_val()
192 void write_ec_val(int fd, int byte_offset, uint8_t value) in write_ec_val()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_phy.c1939 s32 ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_eeprom_generic()
1955 s32 ixgbe_read_i2c_sff8472_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_sff8472_generic()
1971 s32 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_eeprom_generic()
2005 static s32 ixgbe_read_i2c_byte_generic_int(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_generic_int()
2095 s32 ixgbe_read_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_generic()
2112 s32 ixgbe_read_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_generic_unlocked()
2130 static s32 ixgbe_write_i2c_byte_generic_int(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_byte_generic_int()
2198 s32 ixgbe_write_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_byte_generic()
2215 s32 ixgbe_write_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_byte_generic_unlocked()
Dixgbe_82598.c952 u8 byte_offset, u8 *eeprom_data) in ixgbe_read_i2c_phy_82598()
1022 static s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_eeprom_82598()
1037 static s32 ixgbe_read_i2c_sff8472_82598(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_sff8472_82598()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
Dixgbe_phy.c2068 s32 ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_eeprom_generic()
2084 s32 ixgbe_read_i2c_sff8472_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_sff8472_generic()
2100 s32 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_eeprom_generic()
2134 static s32 ixgbe_read_i2c_byte_generic_int(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_generic_int()
2224 s32 ixgbe_read_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_generic()
2241 s32 ixgbe_read_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_generic_unlocked()
2259 static s32 ixgbe_write_i2c_byte_generic_int(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_byte_generic_int()
2327 s32 ixgbe_write_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_byte_generic()
2344 s32 ixgbe_write_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_byte_generic_unlocked()
Dixgbe_82598.c952 u8 byte_offset, u8 *eeprom_data) in ixgbe_read_i2c_phy_82598()
1022 static s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_eeprom_82598()
1037 static s32 ixgbe_read_i2c_sff8472_82598(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_sff8472_82598()
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
Dcontrol.c142 u8 byte_offset = offset & 0x3; in omap_ctrl_readb() local
152 u16 byte_offset = offset & 0x2; in omap_ctrl_readw() local
169 u8 byte_offset = offset & 0x3; in omap_ctrl_writeb() local
182 u8 byte_offset = offset & 0x2; in omap_ctrl_writew() local
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
Dtest_parse_tcp_hdr_opt.c32 __u8 byte_offset; member
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
Dcontrol.c147 u8 byte_offset = offset & 0x3; in omap_ctrl_readb() local
157 u16 byte_offset = offset & 0x2; in omap_ctrl_readw() local
174 u8 byte_offset = offset & 0x3; in omap_ctrl_writeb() local
187 u8 byte_offset = offset & 0x2; in omap_ctrl_writew() local
/kernel/linux/linux-5.10/arch/arm64/kvm/vgic/
Dvgic-v3.c317 int byte_offset, bit_nr; in vgic_v3_lpi_sync_pending_status() local
372 int byte_offset, bit_nr; in vgic_v3_save_pending_tables() local
/kernel/linux/linux-6.6/arch/arm64/kvm/vgic/
Dvgic-v3.c308 int byte_offset, bit_nr; in vgic_v3_lpi_sync_pending_status() local
400 int byte_offset, bit_nr; in vgic_v3_save_pending_tables() local
/kernel/linux/linux-6.6/drivers/gpu/drm/udl/
Dudl_transfer.c175 u32 byte_offset, u32 device_byte_offset, in udl_render_hline()
/kernel/linux/linux-5.10/drivers/gpu/drm/udl/
Dudl_transfer.c214 u32 byte_offset, u32 device_byte_offset, in udl_render_hline()
/kernel/linux/linux-5.10/fs/udf/
Dtruncate.c192 loff_t byte_offset; in udf_truncate_extents() local
/kernel/linux/linux-6.6/fs/udf/
Dtruncate.c205 loff_t byte_offset; in udf_truncate_extents() local
/kernel/linux/linux-5.10/drivers/staging/media/hantro/
Dhantro_g1_vp8_dec.c313 u32 byte_offset = dct_part_offset + dct_size_part_size + count; in cfg_parts() local
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
Dhantro_g1_vp8_dec.c312 u32 byte_offset = dct_part_offset + dct_size_part_size + count; in cfg_parts() local
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
Dcompress_offload.h22 __u32 byte_offset; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
Dcompress_offload.h35 __u32 byte_offset; member
/kernel/linux/linux-5.10/include/uapi/sound/
Dcompress_offload.h69 __u32 byte_offset; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
Dcompress_offload.h35 __u32 byte_offset; member

123