Home
last modified time | relevance | path

Searched defs:hex (Results 1 – 23 of 23) sorted by relevance

/openbmc/u-boot/drivers/power/regulator/
H A Dmax77686.c71 int hex = 0; in max77686_buck_volt2hex() local
102 static int max77686_buck_hex2volt(int buck, int hex) in max77686_buck_hex2volt()
140 int hex = 0; in max77686_ldo_volt2hex() local
164 static int max77686_ldo_hex2volt(int ldo, int hex) in max77686_ldo_hex2volt()
193 static int max77686_ldo_hex2mode(int ldo, int hex) in max77686_ldo_hex2mode()
227 static int max77686_buck_hex2mode(int buck, int hex) in max77686_buck_hex2mode()
321 int hex, ldo, ret; in max77686_ldo_val() local
362 int hex, buck, ret; in max77686_buck_val() local
H A Ds2mps11_regulator.c44 static int s2mps11_buck_hex2volt(int buck, int hex) in s2mps11_buck_hex2volt()
83 int hex; in s2mps11_buck_volt2hex() local
118 int hex, buck, ret; in s2mps11_buck_val() local
334 static int s2mps11_ldo_hex2volt(int ldo, int hex) in s2mps11_ldo_hex2volt()
363 int hex = 0; in s2mps11_ldo_volt2hex() local
393 int hex, ldo, ret; in s2mps11_ldo_val() local
H A Dlp873x_regulator.c72 static int lp873x_buck_hex2volt(int hex) in lp873x_buck_hex2volt()
88 unsigned int hex, adr; in lp873x_buck_val() local
169 static int lp873x_ldo_hex2volt(int hex) in lp873x_ldo_hex2volt()
182 unsigned int hex, adr; in lp873x_ldo_val() local
H A Dpalmas_regulator.c100 static int palmas_smps_hex2volt(int hex, bool range) in palmas_smps_hex2volt()
120 unsigned int hex, adr; in palmas_smps_val() local
243 static int palmas_ldo_hex2volt(int hex) in palmas_ldo_hex2volt()
256 unsigned int hex, adr; in palmas_ldo_val() local
H A Dlp87565_regulator.c86 unsigned int hex, adr; in lp87565_buck_val() local
/openbmc/sdbusplus/src/message/
H A Dnative_types.cpp15 constexpr std::array<char, 16> hex{'0', '1', '2', '3', '4', '5', '6', '7', variable
/openbmc/qemu/tests/unit/
H A Dtest-crypto-afsplit.c107 static inline char hex(int i) in hex() function
H A Dtest-crypto-pbkdf.c364 static inline char hex(int i) in hex() function
H A Dtest-crypto-hmac.c89 static const char hex[] = "0123456789abcdef"; variable
H A Dtest-crypto-hash.c102 static const char hex[] = "0123456789abcdef"; variable
H A Dtest-crypto-cipher.c606 static inline char hex(int i) in hex() function
/openbmc/qemu/crypto/
H A Dhmac.c16 static const char hex[] = "0123456789abcdef"; variable
H A Dhash.c148 static const char hex[] = "0123456789abcdef"; variable
/openbmc/qemu/hw/uefi/
H A Dvar-service-json.c29 static const char hex[] = { in generate_hexstr() local
/openbmc/qemu/pc-bios/s390-ccw/
H A Ds390-ccw.h103 const char hex[] = "0123456789abcdef"; in fill_hex() local
/openbmc/u-boot/common/
H A Dkgdb.c118 hex(unsigned char ch) in hex() function
/openbmc/phosphor-post-code-manager/src/
H A Dpost_code.cpp68 std::vector<uint8_t> decodeHexString(const std::string& hex) in decodeHexString()
/openbmc/u-boot/env/
H A Dflags.c172 static void skip_num(int hex, const char *value, const char **end, in skip_num()
/openbmc/u-boot/cmd/
H A Dload.c316 char *hex = "0123456789ABCDEF"; in save_serial() local
/openbmc/dbus-sensors/src/intel-cpu/
H A DIntelCPUSensorMain.cpp427 std::ostringstream hex; exportDevice() local
/openbmc/qemu/hw/vmapple/
H A Daes.c257 char hex[MAX_LEN * 2 + 1] = ""; in dump_data() local
/openbmc/ipmbbridge/
H A Dipmbbridged.cpp651 std::ostringstream hex; in ipmbChannelUpdateTargetAddress() local
/openbmc/qemu/block/
H A Dssh.c399 static const char *hex = "0123456789abcdef"; in format_fingerprint() local