Searched refs:hword (Results 1 – 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/kvm/ |
D | mmio.c | 18 u16 hword; in kvm_mmio_write_buf() member 29 tmp.hword = data; in kvm_mmio_write_buf() 30 datap = &tmp.hword; in kvm_mmio_write_buf() 49 u16 hword; in kvm_mmio_read_buf() member 59 memcpy(&tmp.hword, buf, len); in kvm_mmio_read_buf() 60 data = tmp.hword; in kvm_mmio_read_buf()
|
/kernel/linux/linux-5.10/tools/edid/ |
D | edid.S | 64 mfg_id: .hword swap16(mfgname2id(MFG_LNX1, MFG_LNX2, MFG_LNX3)) 66 prod_code: .hword 0 182 clock: .hword CLOCK/10
|
/kernel/linux/linux-5.10/arch/mips/vdso/ |
D | elf.S | 37 .hword 0 /* version */
|
/kernel/linux/linux-5.10/arch/sparc/lib/ |
D | checksum_32.S | 64 or %g0, %g0, %o4 ! clear fake hword value 65 2: lduh [%o0], %o4 ! get hword 66 be 6f ! jmp if only hword remains 68 sll %o4, 16, %o4 ! create upper hword 71 or %o5, %o4, %o4 ! coalese with hword (if any)
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | alternative-macros.h | 87 .hword \feature
|
/kernel/linux/linux-5.10/drivers/crypto/ccree/ |
D | cc_hw_queue_defs.h | 65 u16 hword[HW_DESC_SIZE_WORDS * 2]; member
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | asmmacro.h | 31 .hword ((\enc) >> 16) 32 .hword ((\enc) & 0xffff)
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
D | assembler.h | 484 .hword \line
|
/kernel/linux/linux-5.10/drivers/message/fusion/ |
D | mptbase.c | 4872 u16 hword; in WaitForDoorbellReply() local 4904 hword = le16_to_cpu(CHIPREG_READ32(&ioc->chip->Doorbell) & 0x0000FFFF); in WaitForDoorbellReply() 4907 hs_reply[u16cnt] = hword; in WaitForDoorbellReply()
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
D | book3s_hv.c | 472 __be16 hword; member 512 len = be16_to_cpu(((struct reg_vpa *)va)->length.hword); in do_h_register_vpa()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0036_linux_drivers_staging.patch | 26677 + ccgr_q->cm_query.cs_thres.hword = 26678 + be16_to_cpu(ccgr_q->cm_query.cs_thres.hword); 26679 + ccgr_q->cm_query.cs_thres_x.hword = 26680 + be16_to_cpu(ccgr_q->cm_query.cs_thres_x.hword); 26681 + ccgr_q->cm_query.td_thres.hword = 26682 + be16_to_cpu(ccgr_q->cm_query.td_thres.hword); 31651 + config_opts.cm_config.cs_thres.hword = 31652 + cpu_to_be16(params->cs_thres_in.hword); 31653 + config_opts.cm_config.cs_thres_x.hword = 31654 + cpu_to_be16(params->cs_thres_out.hword); [all …]
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0005_linux_include.patch | 5265 + u16 hword;
|