/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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)
|
/kernel/linux/linux-5.10/Documentation/infiniband/ |
D | opa_vnic.rst | 57 Quad Word 0: 68 Quad Word 1: 76 Quad Word 2: 84 Quad Word N (last):
|
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/mpi/ |
D | mpi2_raid.h | 140 U32 Word; member 325 U32 Word[6]; member
|
D | mpi2.h | 849 U32 Word; member
|
/kernel/linux/linux-5.10/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.
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/Documentation/sound/soc/ |
D | clocking.rst | 36 - BCLK = LRC * Channels * Word Size
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pci/ |
D | layerscape-pci.txt | 6 This controller derives its clocks from the Reset Configuration Word (RCW)
|
/kernel/linux/linux-5.10/Documentation/sound/designs/ |
D | control-names.rst | 122 Sample Clock Source { "Word", "Internal", "AutoSync" }
|
/kernel/linux/linux-5.10/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)
|
/kernel/linux/linux-5.10/Documentation/driver-api/driver-model/ |
D | device.rst | 98 Word of warning: While the kernel allows device_create_file() and
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/drivers/message/fusion/lsi/ |
D | mpi.h | 342 U32 Word; member
|
D | mpi_ioc.h | 237 U32 Word; member
|
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/ |
D | mpt3sas_ctl.c | 1168 karg.firmware_version = ioc->facts.FWVersion.Word; in _ctl_getiocinfo() 2748 (ioc->facts.FWVersion.Word & 0xFF000000) >> 24, in version_fw_show() 2749 (ioc->facts.FWVersion.Word & 0x00FF0000) >> 16, in version_fw_show() 2750 (ioc->facts.FWVersion.Word & 0x0000FF00) >> 8, in version_fw_show() 2751 ioc->facts.FWVersion.Word & 0x000000FF); in version_fw_show() 2835 le32_to_cpu(ioc->iounit_pg0.NvdataVersionPersistent.Word)); in version_nvdata_persistent_show() 2855 le32_to_cpu(ioc->iounit_pg0.NvdataVersionDefault.Word)); in version_nvdata_default_show()
|
D | mpt3sas_base.c | 4443 fw_img_hdr->PackageVersion.Word); in _base_display_fwpkg_version() 4481 (ioc->facts.FWVersion.Word & 0xFF000000) >> 24, in _base_display_ioc_capabilities() 4482 (ioc->facts.FWVersion.Word & 0x00FF0000) >> 16, in _base_display_ioc_capabilities() 4483 (ioc->facts.FWVersion.Word & 0x0000FF00) >> 8, in _base_display_ioc_capabilities() 4484 ioc->facts.FWVersion.Word & 0x000000FF, in _base_display_ioc_capabilities() 6410 facts->FWVersion.Word = le32_to_cpu(mpi_reply.FWVersion.Word); in _base_get_ioc_facts()
|
D | mpt3sas_base.h | 962 u32 Word; member
|
/kernel/linux/linux-5.10/Documentation/parisc/ |
D | registers.rst | 62 Processor Status Word
|
/kernel/linux/linux-5.10/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 | 3162 facts->FWVersion.Word = in GetIocFacts() 3166 facts->FWVersion.Word = le32_to_cpu(facts->FWVersion.Word); in GetIocFacts() 6716 seq_printf(m, " FWVersion = 0x%08x%s", ioc->facts.FWVersion.Word, expVer); in mpt_iocinfo_proc_show() 6784 if ((ioc->facts.FWVersion.Word >> 24) == 0x0E) { in mpt_get_fw_exp_ver() 6786 (ioc->facts.FWVersion.Word >> 16) & 0x00FF, /* Month */ in mpt_get_fw_exp_ver() 6787 (ioc->facts.FWVersion.Word >> 8) & 0x1F); /* Day */ in mpt_get_fw_exp_ver() 6790 if ((ioc->facts.FWVersion.Word >> 8) & 0x80) in mpt_get_fw_exp_ver() 6822 ioc->facts.FWVersion.Word, in mpt_print_ioc_summary() 6856 ioc->facts.FWVersion.Word, in seq_mpt_print_ioc_summary()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
D | util.S | 641 | 1 - Word
|
/kernel/linux/linux-5.10/Documentation/s390/ |
D | vfio-ccw.rst | 304 The vfio-ccw crw region is used to return Channel Report Word (CRW)
|