| /Linux-v5.15/tools/testing/selftests/vDSO/ |
| D | parse_vdso.c | 50 ELF(Word) *bucket, *chain; 51 ELF(Word) nbucket, nchain; 112 ELF(Word) *hash = 0; in vdso_init_from_sysinfo_ehdr() 130 hash = (ELF(Word) *) in vdso_init_from_sysinfo_ehdr() 163 const char *name, ELF(Word) hash) in vdso_match_version() 207 ELF(Word) chain = vdso_info.bucket[elf_hash(name) % vdso_info.nbucket]; in vdso_sym()
|
| /Linux-v5.15/Documentation/translations/zh_CN/infiniband/ |
| D | opa_vnic.rst | 66 Quad Word 0: 77 Quad Word 1: 85 Quad Word 2: 93 Quad Word N (last):
|
| /Linux-v5.15/drivers/accessibility/speakup/ |
| D | DefaultKeyAssignments | 15 KeyPad-5 Say Current Word 16 InsKeyPad-5 Spell Current Word 17 KeyPad-4 Say Previous Word (left one word) 19 KeyPad-6 Say Next Word (right one word)
|
| /Linux-v5.15/Documentation/infiniband/ |
| D | opa_vnic.rst | 57 Quad Word 0: 68 Quad Word 1: 76 Quad Word 2: 84 Quad Word N (last):
|
| /Linux-v5.15/drivers/scsi/mpt3sas/mpi/ |
| D | mpi2_raid.h | 140 U32 Word; member 325 U32 Word[6]; member
|
| D | mpi2.h | 849 U32 Word; member
|
| /Linux-v5.15/Documentation/sound/cards/ |
| D | mixart.rst | 16 (AES/EBU, Word Clock, Time Code and Video Synchro) 72 - external clock support (AES/EBU, Word Clock, Time Code, Video Sync)
|
| D | hdspm.rst | 161 * Values -- "Word" "MADI" 298 * Word Clock Sync Status 300 * Name -- "Word Clock Lock Status" 306 Word Clock Input is 0=Unlocked, 1=Locked, or 2=Synced.
|
| /Linux-v5.15/Documentation/i2c/ |
| D | smbus-protocol.rst | 108 SMBus Read Word 142 SMBus Write Word 147 This is the opposite of the Read Word operation. 16 bits 225 It is the same form as Write Word, with the command code replaced by the
|
| /Linux-v5.15/Documentation/sound/soc/ |
| D | clocking.rst | 36 - BCLK = LRC * Channels * Word Size
|
| /Linux-v5.15/Documentation/PCI/ |
| D | acpi-info.rst | 59 descriptors; the bit should be ignored in the older QWord/DWord/Word 61 QWord/DWord/Word descriptors are windows. 137 QWord/DWord/Word Address Space Descriptor (.1, .2, .3)
|
| /Linux-v5.15/Documentation/sound/designs/ |
| D | control-names.rst | 122 Sample Clock Source { "Word", "Internal", "AutoSync" }
|
| /Linux-v5.15/Documentation/devicetree/bindings/pci/ |
| D | layerscape-pci.txt | 6 This controller derives its clocks from the Reset Configuration Word (RCW)
|
| /Linux-v5.15/Documentation/devicetree/bindings/soc/fsl/ |
| D | bman.txt | 88 via the Reset Configuration Word (RCW) and that are relevant to a specific board
|
| D | qman.txt | 115 configured via the Reset Configuration Word (RCW) and that are relevant to a
|
| /Linux-v5.15/Documentation/driver-api/driver-model/ |
| D | device.rst | 109 Word of warning: While the kernel allows device_create_file() and
|
| /Linux-v5.15/drivers/message/fusion/lsi/ |
| D | mpi.h | 342 U32 Word; member
|
| D | mpi_ioc.h | 237 U32 Word; member
|
| /Linux-v5.15/drivers/scsi/mpt3sas/ |
| D | mpt3sas_ctl.c | 1172 karg.firmware_version = ioc->facts.FWVersion.Word; in _ctl_getiocinfo() 2813 (ioc->facts.FWVersion.Word & 0xFF000000) >> 24, in version_fw_show() 2814 (ioc->facts.FWVersion.Word & 0x00FF0000) >> 16, in version_fw_show() 2815 (ioc->facts.FWVersion.Word & 0x0000FF00) >> 8, in version_fw_show() 2816 ioc->facts.FWVersion.Word & 0x000000FF); in version_fw_show() 2900 le32_to_cpu(ioc->iounit_pg0.NvdataVersionPersistent.Word)); in version_nvdata_persistent_show() 2920 le32_to_cpu(ioc->iounit_pg0.NvdataVersionDefault.Word)); in version_nvdata_default_show()
|
| D | mpt3sas_base.c | 4730 fw_img_hdr->PackageVersion.Word); in _base_display_fwpkg_version() 4775 (ioc->facts.FWVersion.Word & 0xFF000000) >> 24, in _base_display_ioc_capabilities() 4776 (ioc->facts.FWVersion.Word & 0x00FF0000) >> 16, in _base_display_ioc_capabilities() 4777 (ioc->facts.FWVersion.Word & 0x0000FF00) >> 8, in _base_display_ioc_capabilities() 4778 ioc->facts.FWVersion.Word & 0x000000FF, in _base_display_ioc_capabilities() 7298 facts->FWVersion.Word = le32_to_cpu(mpi_reply.FWVersion.Word); in _base_get_ioc_facts()
|
| /Linux-v5.15/Documentation/parisc/ |
| D | registers.rst | 62 Processor Status Word
|
| /Linux-v5.15/drivers/message/fusion/ |
| D | mptscsih.c | 1292 seq_printf(m, "%s%08xh, ", MPT_FW_REV_MAGIC_ID_STRING, ioc->facts.FWVersion.Word); in mptscsih_show_info() 3050 (ioc->facts.FWVersion.Word & 0xFF000000) >> 24, in mptscsih_version_fw_show() 3051 (ioc->facts.FWVersion.Word & 0x00FF0000) >> 16, in mptscsih_version_fw_show() 3052 (ioc->facts.FWVersion.Word & 0x0000FF00) >> 8, in mptscsih_version_fw_show() 3053 ioc->facts.FWVersion.Word & 0x000000FF); in mptscsih_version_fw_show()
|
| D | mptbase.c | 3160 facts->FWVersion.Word = in GetIocFacts() 3164 facts->FWVersion.Word = le32_to_cpu(facts->FWVersion.Word); in GetIocFacts() 6704 seq_printf(m, " FWVersion = 0x%08x%s", ioc->facts.FWVersion.Word, expVer); in mpt_iocinfo_proc_show() 6772 if ((ioc->facts.FWVersion.Word >> 24) == 0x0E) { in mpt_get_fw_exp_ver() 6774 (ioc->facts.FWVersion.Word >> 16) & 0x00FF, /* Month */ in mpt_get_fw_exp_ver() 6775 (ioc->facts.FWVersion.Word >> 8) & 0x1F); /* Day */ in mpt_get_fw_exp_ver() 6778 if ((ioc->facts.FWVersion.Word >> 8) & 0x80) in mpt_get_fw_exp_ver() 6810 ioc->facts.FWVersion.Word, in mpt_print_ioc_summary() 6844 ioc->facts.FWVersion.Word, in seq_mpt_print_ioc_summary()
|
| /Linux-v5.15/arch/m68k/fpsp040/ |
| D | util.S | 641 | 1 - Word
|
| /Linux-v5.15/tools/arch/x86/kcpuid/ |
| D | cpuid.csv | 187 7, 0, EBX, 26, avx512bw, AVX512 Byte & Word instr
|