| /openbmc/u-boot/drivers/sound/ |
| H A D | samsung-i2s.c | 32 unsigned int mod = readl(&i2s_reg->mod); in i2s_set_lr_framesize() local 63 unsigned int mod = readl(&i2s_reg->mod) & ~MOD_MASK; in i2s_txctrl() local 85 unsigned int mod = readl(&i2s_reg->mod); in i2s_set_bitclk_framesize() local 132 unsigned int mod = readl(&i2s_reg->mod); in i2s_set_sysclk_dir() local 154 unsigned int mod = readl(&i2s_reg->mod); in i2s_set_fmt() local 231 unsigned int mod = readl(&i2s_reg->mod); in i2s_set_samplesize() local
|
| /openbmc/u-boot/drivers/bios_emulator/x86emu/ |
| H A D | ops2.c | 169 int mod, rl, rh; in x86emuOp2_set_byte() local 293 int mod, rl, rh; in x86emuOp2_bt_R() local 356 int mod, rl, rh; in x86emuOp2_shld_IMM() local 427 int mod, rl, rh; in x86emuOp2_shld_CL() local 517 int mod, rl, rh; in x86emuOp2_bts_R() local 590 int mod, rl, rh; in x86emuOp2_shrd_IMM() local 661 int mod, rl, rh; in x86emuOp2_shrd_CL() local 722 int mod, rl, rh; in x86emuOp2_imul_R_RM() local 814 int mod, rh, rl; in x86emuOp2_lss_R_IMM() local 843 int mod, rl, rh; in x86emuOp2_btr_R() local [all …]
|
| H A D | ops.c | 206 int mod, rl, rh; in x86emuOp_genop_byte_RM_R() local 246 int mod, rl, rh; in x86emuOp_genop_word_RM_R() local 312 int mod, rl, rh; in x86emuOp_genop_byte_R_RM() local 348 int mod, rl, rh; in x86emuOp_genop_word_R_RM() local 951 int mod, rl, rh; in x86emuOp_imul_word_IMM() local 1075 int mod, rl, rh; in x86emuOp_imul_byte_IMM() local 1271 int mod, rl, rh; in x86emuOp_opc80_byte_RM_IMM() local 1352 int mod, rl, rh; in x86emuOp_opc81_word_RM_IMM() local 1464 int mod, rl, rh; in x86emuOp_opc82_byte_RM_IMM() local 1543 int mod, rl, rh; in x86emuOp_opc83_word_RM_IMM() local [all …]
|
| H A D | decode.c | 151 int *mod, in fetch_decode_modrm() 787 int mod) in decode_sib_address() 1137 unsigned decode_rmXX_address(int mod, int rm) in decode_rmXX_address()
|
| H A D | prim_ops.c | 2043 s32 dvd, div, mod; in idiv_byte() local 2066 s32 dvd, div, mod; in idiv_word() local 2095 s64 dvd, div, mod; in idiv_long() local 2168 u32 dvd, div, mod; in div_byte() local 2191 u32 dvd, div, mod; in div_word() local 2220 u64 dvd, div, mod; in div_long() local
|
| /openbmc/qemu/ |
| H A D | qemu-keymap.c | 47 static void print_sym(xkb_keysym_t sym, uint32_t qcode, const char *mod) in print_sym() 144 xkb_mod_index_t mod; in get_mod() local 159 xkb_mod_index_t mod, mods; in main() local
|
| /openbmc/qemu/tests/qtest/ |
| H A D | npcm7xx_emc-test.c | 203 static int emc_module_index(const EMCModule *mod) in emc_module_index() 242 static uint32_t emc_read(QTestState *qts, const EMCModule *mod, in emc_read() 249 static void emc_write(QTestState *qts, const EMCModule *mod, in emc_write() 303 static bool emc_soft_reset(QTestState *qts, const EMCModule *mod) in emc_soft_reset() 344 const EMCModule *mod = td->module; in test_init() local 389 static bool emc_wait_irq(QTestState *qts, const EMCModule *mod, int step, in emc_wait_irq() 406 static bool emc_wait_mista(QTestState *qts, const EMCModule *mod, int step, in emc_wait_mista() 473 static void enable_tx(QTestState *qts, const EMCModule *mod, in enable_tx() 495 static void emc_send_verify1(QTestState *qts, const EMCModule *mod, int fd, in emc_send_verify1() 531 static void emc_send_verify(QTestState *qts, const EMCModule *mod, int fd, in emc_send_verify() [all …]
|
| H A D | npcm_gmac-test.c | 60 static int gmac_module_index(const GMACModule *mod) in gmac_module_index() 179 static uint32_t gmac_read(QTestState *qts, const GMACModule *mod, in gmac_read() 185 static uint16_t pcs_read(QTestState *qts, const GMACModule *mod, in pcs_read() 198 const GMACModule *mod = td->module; in test_init() local
|
| /openbmc/obmc-ikvm/ |
| H A D | ikvm_input.cpp | 193 uint8_t mod = keyToMod(key); in keyEvent() local 214 uint8_t mod = keyToMod(key); in keyEvent() local 313 uint8_t mod = 0; in keyToMod() local
|
| /openbmc/qemu/ui/ |
| H A D | kbd-state.c | 21 QKbdModifier mod) in qkbd_state_modifier_update() 30 bool qkbd_state_modifier_get(QKbdState *kbd, QKbdModifier mod) in qkbd_state_modifier_get()
|
| /openbmc/qemu/tests/multiboot/ |
| H A D | modules.c | 28 struct mb_module *mod; in test_main() local
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-qht.c | 144 unsigned int mod = *(unsigned int *)userp; in rm_mod_func() local 149 static void iter_rm_mod(unsigned int mod) in iter_rm_mod() 154 static void iter_rm_mod_check(unsigned int mod) in iter_rm_mod_check()
|
| /openbmc/u-boot/drivers/bios_emulator/include/x86emu/ |
| H A D | decode.h | 46 #define FETCH_DECODE_MODRM(mod,rh,rl) fetch_decode_modrm(&mod,&rh,&rl) argument
|
| /openbmc/u-boot/board/micronas/vct/ |
| H A D | gpio.c | 23 #define BASE_ADDR(mod) module_base[mod] argument
|
| /openbmc/ibm-logging/ |
| H A D | policy_find.cpp | 242 std::optional<std::string> mod; in getSearchModifier() local
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
| H A D | create_manifest3.py | 257 path,mod = os.path.split(filedep) variable
|
| /openbmc/u-boot/include/ |
| H A D | i2s.h | 71 unsigned int mod; /* Mode register */ member
|
| /openbmc/qemu/target/i386/tcg/system/ |
| H A D | bpt_helper.c | 138 int mod = ((old_dr7 | old_dr7 * 2) ^ (new_dr7 | new_dr7 * 2)) & 0xff; in cpu_x86_update_dr7() local
|
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_console.c | 468 void set_shift_mask(int mod, struct efi_key_state *key_state) in set_shift_mask() 496 int c, mod = 0, ret = 0; in analyze_modifiers() local
|
| /openbmc/u-boot/arch/arm/include/asm/arch-rockchip/ |
| H A D | i2c.h | 28 #define I2C_CON_MOD(mod) ((mod) << 1) argument
|
| /openbmc/ibm-logging/test/ |
| H A D | test_policy.cpp | 237 std::string mod; in TEST_F() local
|
| /openbmc/u-boot/arch/sh/include/asm/ |
| H A D | ptrace.h | 81 unsigned long mod; member
|
| /openbmc/ipmitool/src/plugins/lanplus/ |
| H A D | lanplus_crypt.c | 704 uint32_t mod, i, bytes_encrypted; in lanplus_encrypt_payload() local
|
| /openbmc/qemu/target/s390x/tcg/ |
| H A D | crypto_helper.c | 275 const uint8_t mod = env->regs[0] & 0x80ULL; in HELPER() local
|
| /openbmc/u-boot/drivers/rtc/ |
| H A D | ds1302.c | 194 int mod; in rtc_init() local
|