| /linux/Documentation/translations/zh_CN/PCI/ |
| H A D | acpi-info.rst | 50 是,目前的ACPI规范只为扩展地址空间描述符定义了消费者/生产者;在旧的QWord/Word/Word地 51 址空间描述符中,该位应该被忽略。因此,操作系统必须假定所有的QWord/Word/Word描述符都是 102 QWord/DWord/Word 地址空间描述符 (.1, .2, .3)
|
| /linux/Documentation/translations/zh_CN/infiniband/ |
| H A D | opa_vnic.rst | 66 Quad Word 0: 77 Quad Word 1: 85 Quad Word 2: 93 Quad Word N (last):
|
| /linux/tools/testing/selftests/vDSO/ |
| H A D | parse_vdso.c | 43 #define ELF_HASH_ENTRY ELF(Word) 57 ELF(Word) *gnu_hash, *gnu_bucket; 161 (ELF(Word) *)((uintptr_t)dyn[i].d_un.d_ptr + in vdso_init_from_sysinfo_ehdr() 203 const char *name, ELF(Word) hash) in vdso_match_version() 240 static bool check_sym(ELF(Sym) *sym, ELF(Word) i, const char *name, in check_sym() 267 ELF(Word) i; in vdso_sym()
|
| /linux/drivers/accessibility/speakup/ |
| H A 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/Documentation/infiniband/ |
| H A D | opa_vnic.rst | 57 Quad Word 0: 68 Quad Word 1: 76 Quad Word 2: 84 Quad Word N (last):
|
| /linux/drivers/scsi/mpt3sas/mpi/ |
| H A D | mpi2_raid.h | 140 U32 Word; member 325 U32 Word[6]; member
|
| H A D | mpi2.h | 856 U32 Word; member
|
| /linux/Documentation/sound/cards/ |
| H A 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.
|
| H A 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)
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-packed-yuv.rst | 382 - Word 0 383 - Word 1 384 - Word 2 385 - Word 3
|
| /linux/Documentation/i2c/ |
| H A D | smbus-protocol.rst | 110 SMBus Read Word 144 SMBus Write Word 149 This is the opposite of the Read Word operation. 16 bits 227 It is the same form as Write Word, with the command code replaced by the
|
| /linux/Documentation/PCI/ |
| H A 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/Documentation/sound/designs/ |
| H A D | control-names.rst | 122 Sample Clock Source { "Word", "Internal", "AutoSync" }
|
| /linux/Documentation/driver-api/driver-model/ |
| H A D | device.rst | 109 Word of warning: While the kernel allows device_create_file() and
|
| /linux/drivers/message/fusion/lsi/ |
| H A D | mpi.h | 342 U32 Word; member
|
| H A D | mpi_ioc.h | 237 U32 Word; member
|
| /linux/drivers/scsi/mpt3sas/ |
| H A D | mpt3sas_ctl.c | 1243 karg.firmware_version = ioc->facts.FWVersion.Word; in _ctl_getiocinfo() 3153 (ioc->facts.FWVersion.Word & 0xFF000000) >> 24, in version_fw_show() 3154 (ioc->facts.FWVersion.Word & 0x00FF0000) >> 16, in version_fw_show() 3155 (ioc->facts.FWVersion.Word & 0x0000FF00) >> 8, in version_fw_show() 3156 ioc->facts.FWVersion.Word & 0x000000FF); in version_fw_show() 3240 le32_to_cpu(ioc->iounit_pg0.NvdataVersionPersistent.Word)); in version_nvdata_persistent_show() 3260 le32_to_cpu(ioc->iounit_pg0.NvdataVersionDefault.Word)); in version_nvdata_default_show()
|
| H A D | mpt3sas_base.c | 4763 fw_img_hdr->PackageVersion.Word); in _base_display_fwpkg_version() 4806 (ioc->facts.FWVersion.Word & 0xFF000000) >> 24, in _base_display_ioc_capabilities() 4807 (ioc->facts.FWVersion.Word & 0x00FF0000) >> 16, in _base_display_ioc_capabilities() 4808 (ioc->facts.FWVersion.Word & 0x0000FF00) >> 8, in _base_display_ioc_capabilities() 4809 ioc->facts.FWVersion.Word & 0x000000FF, in _base_display_ioc_capabilities() 7485 facts->FWVersion.Word = le32_to_cpu(mpi_reply.FWVersion.Word); in _base_get_ioc_facts()
|
| /linux/Documentation/arch/parisc/ |
| H A D | registers.rst | 62 Processor Status Word
|
| /linux/drivers/message/fusion/ |
| H A D | mptbase.c | 3151 facts->FWVersion.Word = in GetIocFacts() 3155 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()
|
| H A D | mptfc.c | 1033 ioc->facts.FWVersion.Word); in mptfc_init_host_attr()
|
| /linux/Documentation/networking/ |
| H A D | oa-tc6-framework.rst | 209 SWO (Bit 19..16) - Start Word Offset. When SV = 1, this field shall 306 SWO (Bit 19..16) - Start Word Offset. When SV = 1, this field contains the
|
| /linux/arch/m68k/fpsp040/ |
| H A D | util.S | 641 | 1 - Word
|
| /linux/Documentation/arch/loongarch/ |
| H A D | introduction.rst | 109 0x8 Bad (Faulting) Instruction Word BADI
|
| /linux/Documentation/arch/s390/ |
| H A D | vfio-ccw.rst | 304 The vfio-ccw crw region is used to return Channel Report Word (CRW)
|