/openbmc/linux/arch/m68k/ifpsp060/ |
H A D | fplsp.doc | 54 assembly syntaxes by using any word processor with a global
|
H A D | TEST.DOC | 44 converted to other assembly syntaxes by using any word processor
|
H A D | fpsp.doc | 50 assembly syntaxes by using any word processor with a global
|
H A D | isp.doc | 58 assembly syntaxes by using any word processor with a global
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.0.8.rst | 40 - bsp-guide: fix broken git URLs and missing word
|
H A D | release-notes-4.0.22.rst | 44 - doc/features: remove duplicate word in distribution feature ext2
|
/openbmc/qemu/disas/ |
H A D | mips.c | 4928 unsigned long int word, in print_insn_mips() argument 4967 op = mips_hash[(word >> OP_SH_OP) & OP_MASK_OP]; in print_insn_mips() 4974 && (word & op->mask) == op->match) in print_insn_mips() 4985 if (((word >> OP_SH_RS) & OP_MASK_RS) < in print_insn_mips() 4986 ((word >> OP_SH_RT) & OP_MASK_RT)) { in print_insn_mips() 4994 if (((word >> OP_SH_RS) & OP_MASK_RS) != in print_insn_mips() 4995 ((word >> OP_SH_RT) & OP_MASK_RT)) { in print_insn_mips() 5028 print_insn_args (d, word, memaddr, info, op); in print_insn_mips() 5038 (*info->fprintf_func) (info->stream, "0x%lx", word); in print_insn_mips()
|
/openbmc/linux/Documentation/networking/ |
H A D | phy.rst | 250 word which is used to negotiate the duplex and pause modes with the 264 The 802.3 control word is re-purposed to send the negotiated speed and 271 word will not be correctly interpreted, which may cause mismatches in
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | nandsim.c | 283 uint16_t *word; /* for 16-bit word access */ member 1901 outb = (u_char)cpu_to_le16(ns->buf.word[ns->regs.count >> 1]); in ns_nand_read_byte() 2073 ns->buf.word[ns->regs.count >> 1] = cpu_to_le16((uint16_t)byte); in ns_nand_write_byte()
|
/openbmc/linux/drivers/edac/ |
H A D | Kconfig | 97 - inject_word (0..8, 16-bit word of 16-byte section), 98 - inject_ecc_vector (hex ecc vector: select bits of inject word)
|
/openbmc/linux/drivers/media/platform/chips-media/ |
H A D | coda-jpeg.c | 832 static inline int coda_jpeg_put_word(u16 word, struct coda_jpeg_stream *stream) in coda_jpeg_put_word() argument 837 put_unaligned_be16(word, stream->curr); in coda_jpeg_put_word()
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0006-warn-for-uses-of-system-directories-when-cross-linki.patch | 94 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | excp_helper.c | 399 lowcore->io_int_word = cpu_to_be32(io->word); in do_io_interrupt()
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | statistics.rst | 99 An optional parameter. A word that provides auxiliary data
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0009-yes-within-the-path-sets-wrong-config-variables.patch | 7 but being such a short word to grep it is likely to produce
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_flow_dissector.c | 61 __be32 word; member
|
/openbmc/linux/Documentation/admin-guide/laptops/ |
H A D | disk-shock-protection.rst | 74 A word of caution: The fact that the interface operates on a basis of
|
/openbmc/linux/drivers/i2c/ |
H A D | i2c-dev.c | 363 datasize = sizeof(data->word); in i2cdev_ioctl_smbus()
|
/openbmc/u-boot/doc/imx/mkimage/ |
H A D | imximage.txt | 115 type: word=4, halfword=2, byte=1
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | inst.h | 337 unsigned int word; member
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_nix.c | 1107 int rc, word; in rvu_nix_verify_aq_ctx() local 1145 for (word = 0; word < sizeof(struct nix_cq_ctx_s) / sizeof(u64); in rvu_nix_verify_aq_ctx() 1146 word++) { in rvu_nix_verify_aq_ctx() 1147 *(u64 *)((u8 *)&aq_rsp.cq + word * 8) &= in rvu_nix_verify_aq_ctx() 1148 (*(u64 *)((u8 *)&aq_req.cq_mask + word * 8)); in rvu_nix_verify_aq_ctx() 1149 *(u64 *)((u8 *)&aq_req.cq + word * 8) &= in rvu_nix_verify_aq_ctx() 1150 (*(u64 *)((u8 *)&aq_req.cq_mask + word * 8)); in rvu_nix_verify_aq_ctx()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-sve.c | 479 static void do_dupi_z(DisasContext *s, int rd, uint64_t word) in do_dupi_z() argument 482 tcg_gen_gvec_dup_imm(MO_64, vec_full_reg_offset(s, rd), vsz, vsz, word); in do_dupi_z() 1611 uint64_t word, lastword; in do_predset() local 1618 lastword = word = 0; in do_predset() 1622 lastword = word = pred_esz_masks[esz]; in do_predset() 1635 if (word == lastword) { in do_predset() 1640 tcg_gen_gvec_dup_imm(MO_64, ofs, oprsz, maxsz, word); in do_predset() 1648 tcg_gen_movi_i64(t, word); in do_predset() 1652 if (lastword != word) { in do_predset() 1667 tcg_gen_movi_i32(cpu_NF, -(word != 0)); in do_predset() [all …]
|
/openbmc/linux/drivers/mtd/nand/raw/brcmnand/ |
H A D | brcmnand.c | 820 static inline u32 brcmnand_read_fc(struct brcmnand_controller *ctrl, int word) in brcmnand_read_fc() argument 824 return __raw_readl(ctrl->nand_fc + word * 4); in brcmnand_read_fc() 828 int word, u32 val) in brcmnand_write_fc() argument 833 __raw_writel(val, ctrl->nand_fc + word * 4); in brcmnand_write_fc()
|
/openbmc/linux/drivers/firmware/cirrus/ |
H A D | cs_dsp.c | 3086 u32 word = be32_to_cpu(*pack_in++); in cs_dsp_remove_padding() local 3087 *pack_out++ = (u8)word; in cs_dsp_remove_padding() 3088 *pack_out++ = (u8)(word >> 8); in cs_dsp_remove_padding() 3089 *pack_out++ = (u8)(word >> 16); in cs_dsp_remove_padding()
|
/openbmc/linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_vop.c | 1251 u32 word; in vop_crtc_write_gamma_lut() local 1253 word = (drm_color_lut_extract(lut[i].red, bpc) << (2 * bpc)) | in vop_crtc_write_gamma_lut() 1256 writel(word, vop->lut_regs + i * 4); in vop_crtc_write_gamma_lut()
|