Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 25 of 131) sorted by relevance

123456

/openbmc/qemu/target/s390x/tcg/
H A Dvec_helper.c58 uint8_t byte = cpu_ldub_data_ra(env, addr, GETPC()); in HELPER() local
179 uint8_t byte; in HELPER() local
205 uint8_t byte = s390_vec_read_element8(v1, i); in HELPER() local
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_db.c512 u8 i, byte = 0; in pattern_table_get_killer_word() local
553 u8 byte = (1 << bit); in pattern_table_get_sso_full_xtalk_word() local
564 u8 byte = (1 << bit); in pattern_table_get_sso_xtalk_free_word() local
590 u8 byte = (1 << bit); in pattern_table_get_sso_full_xtalk_word16() local
600 u8 byte = (1 << bit); in pattern_table_get_sso_xtalk_free_word16() local
/openbmc/libcper/generator/sections/
H A Dgen-section-generic.c34 UINT8 *byte = start_byte + 24 + i; in generate_section_generic() local
/openbmc/u-boot/board/socrates/
H A Dnand.c36 static void sc_nand_write_byte(struct mtd_info *mtd, u_char byte) in sc_nand_write_byte()
65 u8 byte; in sc_nand_read_byte() local
/openbmc/phosphor-host-postd/
H A Dexample.cpp31 for (const auto& byte : code) in printPostcode() local
/openbmc/qemu/tests/tcg/hexagon/
H A Ddual_stores.c42 int8_t byte; member
/openbmc/bmcweb/redfish-core/include/utils/
H A Dip_utils.hpp61 for (unsigned char byte : maskBytes) in ipv4VerifyIpAndGetBitcount() local
/openbmc/u-boot/drivers/i2c/muxes/
H A Dpca954x.c66 uchar byte = 0; in pca954x_deselect() local
76 uchar byte; in pca954x_select() local
/openbmc/intel-ipmi-oem/include/
H A Dme_to_redfish_hooks.hpp97 static inline std::string toHex(uint8_t byte) in toHex()
111 uint8_t byte; in logByte() local
/openbmc/phosphor-post-code-manager/src/
H A Dpost_code.cpp80 uint8_t byte = (uint8_t)std::strtol(byteString.c_str(), NULL, 16); in decodeHexString() local
247 for (const auto& byte : std::get<0>(code)) in savePostCodes() local
258 for (const auto& byte : std::get<0>(code)) in savePostCodes() local
/openbmc/bmcweb/src/
H A Djson_html_serializer.cpp27 const uint8_t byte) noexcept in decode()
79 const uint8_t byte = static_cast<uint8_t>(str[i]); in dumpEscaped() local
/openbmc/qemu/util/
H A Dunicode.c66 unsigned byte, mask, len, i; in mod_utf8_codepoint() local
/openbmc/qemu/include/hw/ppc/
H A Dspapr_ovec.h44 #define OV_BIT(byte, bit) ((byte - 1) * BITS_PER_BYTE + bit) argument
/openbmc/qemu/replay/
H A Dreplay-internal.c47 void replay_put_byte(uint8_t byte) in replay_put_byte()
93 uint8_t byte = 0; in replay_get_byte() local
/openbmc/qemu/hw/vfio/
H A Dregion.c43 uint8_t byte; in vfio_region_write() member
96 uint8_t byte; in vfio_region_read() member
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_type_vpd.cpp14 typedef uint8_t byte; typedef
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_ecc.c115 static inline int countbits(uint32_t byte) in countbits()
/openbmc/u-boot/include/
H A Dhexdump.h23 static inline char *hex_byte_pack(char *buf, u8 byte) in hex_byte_pack()
/openbmc/u-boot/include/dt-bindings/sound/
H A Dazalia.h25 #define AZALIA_SET_BYTE(codec, nid, opcode, val, byte) \ argument
/openbmc/u-boot/drivers/i2c/
H A Di2c-versatile.c105 static int versatile_i2c_write_byte(struct versatile_i2c_priv *priv, u8 byte) in versatile_i2c_write_byte()
122 u8 *byte, u8 ack) in versatile_i2c_read_byte()
H A Dintel_i2c.c67 u8 byte; in smbus_wait_until_ready() local
82 u8 byte; in smbus_wait_until_done() local
/openbmc/u-boot/include/linux/
H A Dbitrev.h16 static inline u8 __bitrev8(u8 byte) in __bitrev8()
/openbmc/u-boot/drivers/misc/
H A Dcros_ec_spi.c26 uint8_t byte; in cros_ec_spi_packet() local
/openbmc/u-boot/scripts/dtc/
H A Ddtc-parser.y42 uint8_t byte; member
/openbmc/qemu/include/net/
H A Dchecksum.h87 register uint32_t byte; in net_toeplitz_add() local

123456