Home
last modified time | relevance | path

Searched refs:word (Results 976 – 1000 of 1248) sorted by relevance

1...<<31323334353637383940>>...50

/openbmc/linux/arch/m68k/ifpsp060/
H A Dfplsp.doc54 assembly syntaxes by using any word processor with a global
H A DTEST.DOC44 converted to other assembly syntaxes by using any word processor
H A Dfpsp.doc50 assembly syntaxes by using any word processor with a global
H A Disp.doc58 assembly syntaxes by using any word processor with a global
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.8.rst40 - bsp-guide: fix broken git URLs and missing word
H A Drelease-notes-4.0.22.rst44 - doc/features: remove duplicate word in distribution feature ext2
/openbmc/qemu/disas/
H A Dmips.c4928 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 Dphy.rst250 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 Dnandsim.c283 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 DKconfig97 - 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 Dcoda-jpeg.c832 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 D0006-warn-for-uses-of-system-directories-when-cross-linki.patch94 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
/openbmc/qemu/target/s390x/tcg/
H A Dexcp_helper.c399 lowcore->io_int_word = cpu_to_be32(io->word); in do_io_interrupt()
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dstatistics.rst99 An optional parameter. A word that provides auxiliary data
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0009-yes-within-the-path-sets-wrong-config-variables.patch7 but being such a short word to grep it is likely to produce
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_flow_dissector.c61 __be32 word; member
/openbmc/linux/Documentation/admin-guide/laptops/
H A Ddisk-shock-protection.rst74 A word of caution: The fact that the interface operates on a basis of
/openbmc/linux/drivers/i2c/
H A Di2c-dev.c363 datasize = sizeof(data->word); in i2cdev_ioctl_smbus()
/openbmc/u-boot/doc/imx/mkimage/
H A Dimximage.txt115 type: word=4, halfword=2, byte=1
/openbmc/linux/arch/loongarch/include/asm/
H A Dinst.h337 unsigned int word; member
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c1107 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 Dtranslate-sve.c479 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 Dbrcmnand.c820 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 Dcs_dsp.c3086 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 Drockchip_drm_vop.c1251 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()

1...<<31323334353637383940>>...50