| /openbmc/u-boot/arch/x86/cpu/quark/ |
| H A D | mrc_util.c | 141 uint32_t msk; in set_rcvn() local 156 msk = (byte_lane & 1) ? 0xf00000 : 0xf00; in set_rcvn() 159 mrc_alt_write_mask(DDRPHY, reg, temp, msk); in set_rcvn() 172 msk = 0x3f000000; in set_rcvn() 174 mrc_alt_write_mask(DDRPHY, reg, temp, msk); in set_rcvn() 183 msk = 0x00; in set_rcvn() 187 msk |= (byte_lane & 1) ? (1 << 5) : (1 << 2); in set_rcvn() 189 temp |= msk; in set_rcvn() 192 msk |= (byte_lane & 1) ? (1 << 11) : (1 << 8); in set_rcvn() 194 temp |= msk; in set_rcvn() [all …]
|
| /openbmc/qemu/host/include/generic/host/ |
| H A D | store-insert-al16.h.inc | 15 * @msk: mask for value to store 17 * Atomically store @val to @p masked by @msk. 20 store_atom_insert_al16(Int128 *ps, Int128 val, Int128 msk) 29 msk = int128_not(msk); 31 new.s = int128_and(old.s, msk); 40 msk = int128_not(msk); 43 new = int128_and(old, msk);
|
| /openbmc/u-boot/arch/m68k/cpu/mcf5227x/ |
| H A D | cpu.c | 34 u16 msk; in print_cpuinfo() local 39 msk = (in_be16(&ccm->cir) >> 6); in print_cpuinfo() 41 switch (msk) { in print_cpuinfo() 50 printf("Freescale MCF%d (Mask:%01x Version:%x)\n", id, msk, in print_cpuinfo()
|
| /openbmc/u-boot/arch/m68k/cpu/mcf523x/ |
| H A D | cpu.c | 34 u16 msk; in print_cpuinfo() local 39 msk = (in_be16(&ccm->cir) >> 6); in print_cpuinfo() 41 switch (msk) { in print_cpuinfo() 50 printf("Freescale MCF%d (Mask:%01x Version:%x)\n", id, msk, in print_cpuinfo()
|
| /openbmc/u-boot/arch/m68k/cpu/mcf5445x/ |
| H A D | cpu.c | 37 u16 msk; in print_cpuinfo() local 42 msk = (in_be16(&ccm->cir) >> 6); in print_cpuinfo() 44 switch (msk) { in print_cpuinfo() 83 printf("Freescale MCF%d (Mask:%01x Version:%x)\n", id, msk, in print_cpuinfo()
|
| /openbmc/qemu/host/include/aarch64/host/ |
| H A D | store-insert-al16.h.inc | 15 * @msk: mask for value to store 17 * Atomically store @val to @p masked by @msk. 20 store_atom_insert_al16(Int128 *ps, Int128 val, Int128 msk) 33 ml = int128_getlo(msk); 34 mh = int128_gethi(msk);
|
| /openbmc/u-boot/arch/m68k/cpu/mcf532x/ |
| H A D | cpu.c | 36 u16 msk; in print_cpuinfo() local 41 msk = (in_be16(&ccm->cir) >> 6); in print_cpuinfo() 43 switch (msk) { in print_cpuinfo() 89 printf("Freescale MCF%d (Mask:%01x Version:%x)\n", id, msk, in print_cpuinfo()
|
| /openbmc/qemu/scripts/coccinelle/ |
| H A D | tcg_gen_extract.cocci | 43 constant ofs, msk; 60 )(ret, ret, msk); 64 msk_s << match.msk; 88 constant match.ofs, match.msk; 96 -tcg_gen_andi_i32@and_p(ret, ret, msk); 101 -tcg_gen_andi_i64@and_p(ret, ret, msk); 106 -tcg_gen_andi_tl@and_p(ret, ret, msk);
|
| /openbmc/qemu/target/ppc/ |
| H A D | internal.h | 305 int msk = 0; in ger_pack_masks() local 306 msk = FIELD_DP32(msk, GER_MSK, XMSK, xmsk); in ger_pack_masks() 307 msk = FIELD_DP32(msk, GER_MSK, YMSK, ymsk); in ger_pack_masks() 308 msk = FIELD_DP32(msk, GER_MSK, PMSK, pmsk); in ger_pack_masks() 309 return msk; in ger_pack_masks()
|
| /openbmc/u-boot/common/ |
| H A D | lcd_console_rotation.c | 21 uchar msk = 0x80; in lcd_putc_xy90() local 25 *dst-- = (*(pfont + i) & msk) ? fg_color : bg_color; in lcd_putc_xy90() 26 msk >>= 1; in lcd_putc_xy90() 123 uchar msk = 0x80; in lcd_putc_xy270() local 127 *dst++ = (*(pfont + i) & msk) ? fg_color : bg_color; in lcd_putc_xy270() 128 msk >>= 1; in lcd_putc_xy270()
|
| /openbmc/u-boot/drivers/mtd/nand/raw/ |
| H A D | nand_bbt.c | 89 uint8_t msk = (mark & BBT_ENTRY_MASK) << ((block & BBT_ENTRY_MASK) * 2); in bbt_mark_entry() local 90 chip->bbt[block >> BBT_ENTRY_SHIFT] |= msk; in bbt_mark_entry() 177 uint8_t msk = (uint8_t)((1 << bits) - 1); in read_bbt() local 216 uint8_t tmp = (dat >> j) & msk; in read_bbt() 217 if (tmp == msk) in read_bbt() 624 uint8_t msk[4]; in write_bbt() local 696 msk[2] = ~rcode; in write_bbt() 698 case 1: sft = 3; sftmsk = 0x07; msk[0] = 0x00; msk[1] = 0x01; in write_bbt() 699 msk[3] = 0x01; in write_bbt() 701 case 2: sft = 2; sftmsk = 0x06; msk[0] = 0x00; msk[1] = 0x01; in write_bbt() [all …]
|
| /openbmc/u-boot/fs/yaffs2/ |
| H A D | ydirectenv.h | 61 #define yaffs_trace(msk, fmt, ...) do { \ argument 62 if (yaffs_trace_mask & (msk)) \
|
| /openbmc/u-boot/arch/m68k/cpu/mcf52x2/ |
| H A D | cpu.c | 194 uchar msk; in print_cpuinfo() local 198 msk = (in_be32(&sysctrl->sc_dir) > 28) & 0xf; in print_cpuinfo() 199 switch (msk) { in print_cpuinfo() 208 printf("Freescale MCF5272 (Mask:%01x)\n", msk); in print_cpuinfo()
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | cpu_init.c | 165 uint msk = 1; in config_8560_ioports() local 174 pmsk |= msk; in config_8560_ioports() 176 ppar |= msk; in config_8560_ioports() 178 psor |= msk; in config_8560_ioports() 180 pdir |= msk; in config_8560_ioports() 182 podr |= msk; in config_8560_ioports() 184 pdat |= msk; in config_8560_ioports() 187 msk <<= 1; in config_8560_ioports()
|
| /openbmc/qemu/host/include/loongarch64/host/ |
| H A D | store-insert-al16.h.inc | 9 void store_atom_insert_al16(Int128 *ps, Int128 val, Int128 msk)
|
| /openbmc/qemu/hw/pci/ |
| H A D | shpc.c | 155 static uint8_t shpc_get_status(SHPCDevice *shpc, int slot, uint16_t msk) in shpc_get_status() argument 158 uint16_t result = (pci_get_word(status) & msk) >> ctz32(msk); in shpc_get_status() 165 int slot, uint8_t value, uint16_t msk) in shpc_set_status() argument 168 pci_word_test_and_clear_mask(status, msk); in shpc_set_status() 169 pci_word_test_and_set_mask(status, value << ctz32(msk)); in shpc_set_status()
|
| /openbmc/qemu/accel/tcg/ |
| H A D | ldst_atomicity.c.inc | 663 * @msk: mask for value to store 665 * Atomically store @val to @p, masked by @msk. 667 static void store_atom_insert_al4(uint32_t *p, uint32_t val, uint32_t msk) 674 new = (old & ~msk) | val; 683 * @msk: mask for value to store 685 * Atomically store @val to @p masked by @msk. 687 static void store_atom_insert_al8(uint64_t *p, uint64_t val, uint64_t msk) 695 new = (old & ~msk) | val;
|
| /openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | qemu-guest-agent.init | 2 # Initially written by: Michael Tokarev <mjt@tls.msk.ru>
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/ |
| H A D | 0005-pip-requirements-Don-t-install-requirements-with-pip.patch | 78 -msk==0.3.13
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/ |
| H A D | mycroft_19.8.1.bb | 69 python3-msm python3-msk \
|
| /openbmc/u-boot/drivers/clk/ |
| H A D | clk_stm32mp1.c | 387 u8 msk; member 462 .msk = (m), \ 816 p = (readl(priv->base + sel[s].offset) >> sel[s].src) & sel[s].msk; in stm32mp1_clk_get_parent() 1893 priv->data->sel[i].src) & priv->data->sel[i].msk; in stm32mp1_clk_dump()
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | gengvec.c | 1069 TCGv_vec msk = tcg_constant_vec_matching(dst, vece, 0xff); in gen_ushl_vec() local 1070 tcg_gen_and_vec(vece, lsh, shift, msk); in gen_ushl_vec() 1071 tcg_gen_and_vec(vece, rsh, rsh, msk); in gen_ushl_vec() 1193 TCGv_vec msk = tcg_constant_vec_matching(dst, vece, 0xff); in gen_sshl_vec() local 1194 tcg_gen_and_vec(vece, lsh, shift, msk); in gen_sshl_vec() 1195 tcg_gen_and_vec(vece, rsh, rsh, msk); in gen_sshl_vec()
|
| /openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/ |
| H A D | 0003-Fix-version-parsing-update-AUX-revision-info.patch | 2 From: Alexander Amelkin <alexander@amelkin.msk.ru>
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-core/packagegroups/ |
| H A D | packagegroup-meta-python.bb | 243 python3-msk \
|