Home
last modified time | relevance | path

Searched refs:mod (Results 1 – 25 of 72) sorted by relevance

123

/u-boot/drivers/sound/
A Dsamsung-i2s.c33 unsigned int mod = readl(&i2s_reg->mod); in i2s_set_lr_framesize() local
52 writel(mod, &i2s_reg->mod); in i2s_set_lr_framesize()
74 writel(mod, &i2s_reg->mod); in i2s_txctrl()
86 unsigned int mod = readl(&i2s_reg->mod); in i2s_set_bitclk_framesize() local
106 writel(mod, &i2s_reg->mod); in i2s_set_bitclk_framesize()
133 unsigned int mod = readl(&i2s_reg->mod); in i2s_set_sysclk_dir() local
140 writel(mod, &i2s_reg->mod); in i2s_set_sysclk_dir()
155 unsigned int mod = readl(&i2s_reg->mod); in i2s_set_fmt() local
217 writel(mod, &i2s_reg->mod); in i2s_set_fmt()
232 unsigned int mod = readl(&i2s_reg->mod); in i2s_set_samplesize() local
[all …]
/u-boot/drivers/bios_emulator/x86emu/
A Dops2.c169 int mod, rl, rh; in x86emuOp2_set_byte() local
246 if (mod < 3) { in x86emuOp2_set_byte()
300 if (mod < 3) { in x86emuOp2_bt_R()
363 if (mod < 3) { in x86emuOp2_shld_IMM()
433 if (mod < 3) { in x86emuOp2_shld_CL()
524 if (mod < 3) { in x86emuOp2_bts_R()
597 if (mod < 3) { in x86emuOp2_shrd_IMM()
667 if (mod < 3) { in x86emuOp2_shrd_CL()
728 if (mod < 3) { in x86emuOp2_imul_R_RM()
821 if (mod < 3) { in x86emuOp2_lss_R_IMM()
[all …]
A Dops.c206 int mod, rl, rh; in x86emuOp_genop_byte_RM_R() local
217 if(mod<3) in x86emuOp_genop_byte_RM_R()
246 int mod, rl, rh; in x86emuOp_genop_word_RM_R() local
256 if(mod<3) { in x86emuOp_genop_word_RM_R()
323 if (mod < 3) { in x86emuOp_genop_byte_R_RM()
359 if (mod < 3) { in x86emuOp_genop_word_R_RM()
957 if (mod < 3) { in x86emuOp_imul_word_IMM()
1082 if (mod < 3) { in x86emuOp_imul_byte_IMM()
1321 if (mod < 3) { in x86emuOp_opc80_byte_RM_IMM()
1401 if (mod < 3) { in x86emuOp_opc81_word_RM_IMM()
[all …]
A Dprim_ops.c2043 s32 dvd, div, mod; in idiv_byte() local
2051 mod = dvd % (s8)s; in idiv_byte()
2066 s32 dvd, div, mod; in idiv_word() local
2095 s64 dvd, div, mod; in idiv_long() local
2109 s32 div = 0, mod; in idiv_long()
2149 mod = l_dvd; in idiv_long()
2168 u32 dvd, div, mod; in div_byte() local
2176 mod = dvd % (u8)s; in div_byte()
2191 u32 dvd, div, mod; in div_word() local
2234 s32 div = 0, mod; in div_long()
[all …]
A Ddecode.c151 int *mod, in fetch_decode_modrm() argument
161 *mod = (fetched >> 6) & 0x03; in fetch_decode_modrm()
787 int mod) in decode_sib_address() argument
818 switch (mod) { in decode_sib_address()
1137 unsigned decode_rmXX_address(int mod, int rm) in decode_rmXX_address() argument
1139 if(mod == 0) in decode_rmXX_address()
1141 if(mod == 1) in decode_rmXX_address()
/u-boot/drivers/bios_emulator/include/x86emu/
A Ddecode.h46 #define FETCH_DECODE_MODRM(mod,rh,rl) fetch_decode_modrm(&mod,&rh,&rl) argument
59 void fetch_decode_modrm (int *mod,int *regh,int *regl);
82 unsigned decode_rmXX_address(int mod, int rm);
/u-boot/arch/arm/include/asm/arch-rockchip/
A Di2c.h28 #define I2C_CON_MOD(mod) ((mod) << 1) argument
/u-boot/lib/efi_loader/
A Defi_console.c680 static void set_shift_mask(int mod, struct efi_key_state *key_state) in set_shift_mask() argument
683 if (mod) { in set_shift_mask()
684 --mod; in set_shift_mask()
685 if (mod & 1) in set_shift_mask()
687 if (mod & 2) in set_shift_mask()
689 if (mod & 4) in set_shift_mask()
691 if (!mod || (mod & 8)) in set_shift_mask()
706 int c, mod = 0, ret = 0; in analyze_modifiers() local
719 mod *= 10; in analyze_modifiers()
720 mod += c - '0'; in analyze_modifiers()
[all …]
/u-boot/scripts/kconfig/
A Dsymbol.c20 .curr = { "m", mod },
309 sym->dir_dep.tri == mod ? 'm' : 'n'); in sym_warn_unmet_dep()
406 if (newval.tri == mod && in sym_calc_value()
485 if (type == S_BOOLEAN && val == mod) in sym_tristate_within_range()
489 if (sym->implied.tri == yes && val == mod) in sym_tristate_within_range()
540 newval = mod; in sym_toggle_tristate_value()
542 case mod: in sym_toggle_tristate_value()
735 if (val == mod) in sym_get_string_default()
740 if (sym->type == S_BOOLEAN && val == mod) in sym_get_string_default()
752 case mod: return "m"; in sym_get_string_default()
[all …]
A Dconf.c177 case mod: in conf_sym()
186 if (oldval != mod && sym_tristate_within_range(sym, mod)) in conf_sym()
204 newval = mod; in conf_sym()
243 case mod: in conf_choice()
252 case mod: in conf_choice()
386 if (sym->curr.tri != mod) in conf()
A Dmconf.c547 case mod: ch = 'M'; break; in build_conf()
600 case mod: ch = 'M'; break; in build_conf()
604 if (sym->rev_dep.tri == mod) in build_conf()
724 if (sym_set_tristate_value(sym, mod)) in conf()
734 sym_set_tristate_value(sym, mod); in conf()
/u-boot/fs/btrfs/
A Ddir-item.c83 int mod) in btrfs_lookup_dir_item() argument
87 int ins_len = mod < 0 ? -1 : 0; in btrfs_lookup_dir_item()
88 int cow = mod != 0; in btrfs_lookup_dir_item()
/u-boot/lib/rsa/
A DMakefile10 obj-$(CONFIG_RSA_SOFTWARE_EXP) += rsa-mod-exp.o
/u-boot/arch/arm/dts/
A Dsun8i-a33.dtsi211 clock-names = "ahb", "mod", "ram";
222 clock-names = "ahb", "mod";
233 clock-names = "apb", "mod";
246 clock-names = "bus", "mod";
263 clock-names = "bus", "mod";
284 clock-names = "bus", "mod";
372 clock-names = "ahb", "mod",
A Dsun50i-h5.dtsi109 clock-names = "ahb", "mod", "ram";
120 clock-names = "bus", "mod";
130 clock-names = "bus", "mod", "ram";
182 clock-names = "bus", "mod";
A Dsun50i-a64.dtsi276 "mod";
290 "mod";
300 "mod";
331 "mod";
561 clock-names = "bus", "mod";
884 clock-names = "apb", "mod";
898 clock-names = "apb", "mod";
912 clock-names = "apb", "mod";
925 clock-names = "apb", "mod";
939 clock-names = "bus", "mod";
[all …]
A Darmada-3720-uDPU.dts15 mod-def0-gpio = <&gpiosb 3 GPIO_ACTIVE_LOW>;
A Dsun8i-r40.dtsi180 "mod";
192 "mod";
214 "mod";
298 clock-names = "ahb", "mod";
311 clock-names = "ahb", "mod";
436 clock-names = "bus", "mod";
446 clock-names = "ahb", "mod";
515 clock-names = "ahb", "mod";
794 clock-names = "apb", "mod";
807 clock-names = "apb", "mod";
[all …]
A Dsun4i-a10.dtsi274 clock-names = "ahb", "mod";
287 clock-names = "ahb", "mod";
301 clock-names = "ahb", "mod";
541 clock-names = "ahb", "mod";
589 clock-names = "ahb", "mod";
641 clock-names = "ahb", "mod";
911 clock-names = "apb", "mod";
1117 clock-names = "ahb", "mod",
1149 clock-names = "ahb", "mod",
1181 clock-names = "ahb", "mod",
[all …]
A Dsun6i-a31.dtsi781 clock-names = "apb", "mod";
794 clock-names = "apb", "mod";
969 clock-names = "ahb", "mod";
1004 clock-names = "ahb", "mod";
1018 clock-names = "ahb", "mod";
1032 clock-names = "ahb", "mod";
1046 clock-names = "ahb", "mod";
1072 clock-names = "ahb", "mod",
1104 clock-names = "ahb", "mod",
1136 clock-names = "ahb", "mod",
[all …]
A Dsocfpga_cyclone5_mcvevk.dts63 ts,mod-12b = <1>;
A Dsun8i-v3.dtsi18 clock-names = "apb", "mod";
/u-boot/include/
A Di2s.h71 unsigned int mod; /* Mode register */ member
/u-boot/arch/sh/include/asm/
A Dptrace.h81 unsigned long mod; member
/u-boot/board/xilinx/zynqmp/
A Dcmds.c237 u64 srcaddr, mod, exp; in do_zynqmp_rsa() local
258 mod = hextoul(argv[4], NULL); in do_zynqmp_rsa()
266 memcpy((void *)srcaddr + srclen, (void *)mod, MODULUS_LEN); in do_zynqmp_rsa()

Completed in 71 milliseconds

123