/freebsd/sys/dev/ixl/ |
H A D | ixl_pf_i2c.c | 456 ixl_read_i2c_byte_bb(struct ixl_pf *pf, u8 byte_offset, in ixl_read_i2c_byte_bb() 545 ixl_write_i2c_byte_bb(struct ixl_pf *pf, u8 byte_offset, in ixl_write_i2c_byte_bb() 611 ixl_read_i2c_byte_reg(struct ixl_pf *pf, u8 byte_offset, in ixl_read_i2c_byte_reg() 641 ixl_write_i2c_byte_reg(struct ixl_pf *pf, u8 byte_offset, in ixl_write_i2c_byte_reg() 699 ixl_read_i2c_byte_aq(struct ixl_pf *pf, u8 byte_offset, in ixl_read_i2c_byte_aq() 725 ixl_write_i2c_byte_aq(struct ixl_pf *pf, u8 byte_offset, in ixl_write_i2c_byte_aq()
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_phy.c | 1934 s32 ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_eeprom_generic() 1952 static s32 ixgbe_read_i2c_sff8472_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_sff8472_generic() 1968 s32 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_eeprom_generic() 2004 static s32 ixgbe_read_i2c_byte_generic_int(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_generic_int() 2092 s32 ixgbe_read_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_generic() 2109 s32 ixgbe_read_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_generic_unlocked() 2127 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()
|
H A D | ixgbe_82598.c | 1127 u8 byte_offset, u8 *eeprom_data) in ixgbe_read_i2c_phy_82598() 1199 s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_eeprom_82598() 1214 static s32 ixgbe_read_i2c_sff8472_82598(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_sff8472_82598()
|
H A D | ixgbe_api.c | 1530 s32 ixgbe_read_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, in ixgbe_read_i2c_byte() 1546 s32 ixgbe_read_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_unlocked() 1594 s32 ixgbe_write_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, in ixgbe_write_i2c_byte() 1611 s32 ixgbe_write_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_byte_unlocked() 1658 u8 byte_offset, u8 eeprom_data) in ixgbe_write_i2c_eeprom() 1673 s32 ixgbe_read_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 *eeprom_data) in ixgbe_read_i2c_eeprom()
|
H A D | ixgbe_82599.c | 2558 static s32 ixgbe_read_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_82599() 2616 static s32 ixgbe_write_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_byte_82599()
|
/freebsd/sys/dev/isci/scil/ |
H A D | scif_sas_sati_binding.h | 89 #define sati_cb_get_data_byte(scsi_io, byte_offset, value) \ argument 97 #define sati_cb_set_data_byte(scsi_io, byte_offset, value) \ argument
|
H A D | sati_inquiry.c | 389 U16 byte_offset = 4; in sati_inquiry_device_id_translate_data() local
|
H A D | sati_util.c | 399 U32 byte_offset, in sati_set_sense_data_byte() 1434 U32 byte_offset, in sati_get_data_byte() 1462 U32 byte_offset, in sati_set_data_byte() 1493 U32 byte_offset, in sati_set_data_dword()
|
H A D | scif_sas_stp_io_request.c | 585 U32 byte_offset in scic_cb_io_request_get_virtual_address_from_sgl()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObjectConstResultChild.cpp | 26 ConstString name, uint32_t byte_size, int32_t byte_offset, in ValueObjectConstResultChild()
|
H A D | ValueObjectChild.cpp | 31 ConstString name, uint64_t byte_size, int32_t byte_offset, in ValueObjectChild()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | DynamicRegisterInfo.h | 33 uint32_t byte_offset = LLDB_INVALID_INDEX32; member
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | DynamicRegisterInfo.cpp | 179 uint32_t byte_offset; in ByteOffsetFromRegInfoDict() local 263 llvm::Expected<uint32_t> byte_offset = SetRegisterInfo() local [all...] |
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-private-types.h | 45 uint32_t byte_offset; member
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | ArmUnwindInfo.cpp | 109 uint16_t byte_offset = 0; in GetUnwindPlan() local
|
H A D | CompilerType.cpp | 1049 lldb::offset_t byte_offset, size_t byte_size, in DumpTypeValue()
|
/freebsd/sys/dev/isci/ |
H A D | isci_io_request.c | 511 uint32_t byte_offset) in scif_cb_io_request_get_virtual_address_from_sgl()
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_82575.c | 3034 s32 e1000_read_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset, in e1000_read_i2c_byte_generic() 3123 s32 e1000_write_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset, in e1000_write_i2c_byte_generic()
|
H A D | e1000_phy.c | 172 u8 E1000_UNUSEDARG byte_offset, in e1000_read_i2c_byte_null() 189 u8 E1000_UNUSEDARG byte_offset, in e1000_write_i2c_byte_null()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBType.cpp | 847 const uint32_t byte_offset = bit_offset / 8u; in GetDescription() local
|
/freebsd/contrib/ldns/ |
H A D | dnssec.c | 1754 size_t byte_offset; in ldns_convert_dsa_rrsig_asn12rdf() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.cpp | 2456 uint32_t byte_offset; member 2468 uint32_t byte_offset; member
|
/freebsd/sys/dev/sfxge/common/ |
H A D | ef10_nvram.c | 853 byte_offset( in byte_offset() function
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | bnxt_hwrm.c | 2743 int rc = 0, byte_offset = 0; in bnxt_read_sfp_module_eeprom_info() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 8634 const DataExtractor &data, lldb::offset_t byte_offset, in DumpEnumValue() 8737 const lldb_private::DataExtractor &data, lldb::offset_t byte_offset, in DumpTypeValue()
|