Home
last modified time | relevance | path

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

12

/freebsd-13.1/sys/dev/ixl/
H A Dixl_pf_i2c.c457 ixl_read_i2c_byte_bb(struct ixl_pf *pf, u8 byte_offset, in ixl_read_i2c_byte_bb()
546 ixl_write_i2c_byte_bb(struct ixl_pf *pf, u8 byte_offset, in ixl_write_i2c_byte_bb()
612 ixl_read_i2c_byte_reg(struct ixl_pf *pf, u8 byte_offset, in ixl_read_i2c_byte_reg()
642 ixl_write_i2c_byte_reg(struct ixl_pf *pf, u8 byte_offset, in ixl_write_i2c_byte_reg()
700 ixl_read_i2c_byte_aq(struct ixl_pf *pf, u8 byte_offset, in ixl_read_i2c_byte_aq()
726 ixl_write_i2c_byte_aq(struct ixl_pf *pf, u8 byte_offset, in ixl_write_i2c_byte_aq()
/freebsd-13.1/sys/dev/ixgbe/
H A Dixgbe_phy.c1926 s32 ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_eeprom_generic()
1944 static s32 ixgbe_read_i2c_sff8472_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_sff8472_generic()
1960 s32 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_eeprom_generic()
1996 static s32 ixgbe_read_i2c_byte_generic_int(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_generic_int()
2084 s32 ixgbe_read_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_generic()
2101 s32 ixgbe_read_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_generic_unlocked()
2119 static s32 ixgbe_write_i2c_byte_generic_int(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_byte_generic_int()
2190 s32 ixgbe_write_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_byte_generic()
2207 s32 ixgbe_write_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_byte_generic_unlocked()
H A Dixgbe_api.c1518 s32 ixgbe_read_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, in ixgbe_read_i2c_byte()
1534 s32 ixgbe_read_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_unlocked()
1582 s32 ixgbe_write_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, in ixgbe_write_i2c_byte()
1599 s32 ixgbe_write_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_byte_unlocked()
1646 u8 byte_offset, u8 eeprom_data) in ixgbe_write_i2c_eeprom()
1661 s32 ixgbe_read_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 *eeprom_data) in ixgbe_read_i2c_eeprom()
H A Dixgbe_82598.c1128 u8 byte_offset, u8 *eeprom_data) in ixgbe_read_i2c_phy_82598()
1200 s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_eeprom_82598()
1215 static s32 ixgbe_read_i2c_sff8472_82598(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_sff8472_82598()
H A Dixgbe_82599.c2539 static s32 ixgbe_read_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_82599()
2597 static s32 ixgbe_write_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_byte_82599()
/freebsd-13.1/sys/dev/isci/scil/
H A Dscif_sas_sati_binding.h91 #define sati_cb_get_data_byte(scsi_io, byte_offset, value) \ argument
99 #define sati_cb_set_data_byte(scsi_io, byte_offset, value) \ argument
H A Dsati_inquiry.c391 U16 byte_offset = 4; in sati_inquiry_device_id_translate_data() local
H A Dsati_util.c401 U32 byte_offset, in sati_set_sense_data_byte()
1436 U32 byte_offset, in sati_get_data_byte()
1464 U32 byte_offset, in sati_set_data_byte()
1495 U32 byte_offset, in sati_set_data_dword()
H A Dscif_sas_stp_io_request.c587 U32 byte_offset in scic_cb_io_request_get_virtual_address_from_sgl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResultChild.cpp26 ConstString name, uint32_t byte_size, int32_t byte_offset, in ValueObjectConstResultChild()
H A DValueObjectChild.cpp31 ConstString name, uint64_t byte_size, int32_t byte_offset, in ValueObjectChild()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-types.h44 uint32_t byte_offset; member
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DArmUnwindInfo.cpp109 uint16_t byte_offset = 0; in GetUnwindPlan() local
H A DCompilerType.cpp739 lldb::offset_t byte_offset, size_t byte_size, in DumpTypeValue()
/freebsd-13.1/sys/dev/isci/
H A Disci_io_request.c512 uint32_t byte_offset) in scif_cb_io_request_get_virtual_address_from_sgl()
/freebsd-13.1/sys/dev/e1000/
H A De1000_82575.c3033 s32 e1000_read_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset, in e1000_read_i2c_byte_generic()
3122 s32 e1000_write_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset, in e1000_write_i2c_byte_generic()
H A De1000_phy.c173 u8 E1000_UNUSEDARG byte_offset, in e1000_read_i2c_byte_null()
190 u8 E1000_UNUSEDARG byte_offset, in e1000_write_i2c_byte_null()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp748 const uint32_t byte_offset = bit_offset / 8u; in GetDescription() local
/freebsd-13.1/sys/contrib/octeon-sdk/
H A Dcvmx-dfa.h429 uint64_t byte_offset : 16; /**< Number of bytes consumed */ member
441 uint64_t byte_offset : 16; /**< Number of bytes consumed */ member
H A Dcvmx-l2c.c1478 int byte_offset, virtid_offset; in cvmx_l2c_vrt_memprotect() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp977 uint32_t byte_offset = 0; in HardcodeARMRegisters() local
/freebsd-13.1/contrib/ldns/
H A Ddnssec.c1742 size_t byte_offset; in ldns_convert_dsa_rrsig_asn12rdf() local
/freebsd-13.1/sys/dev/sfxge/common/
H A Def10_nvram.c855 byte_offset( in byte_offset() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8791 const DataExtractor &data, lldb::offset_t byte_offset, in DumpEnumValue()
8872 const lldb_private::DataExtractor &data, lldb::offset_t byte_offset, in DumpTypeValue()
/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c2002 u32 byte_offset) in ecore_dump_align()

12