/openbmc/linux/arch/arm64/tools/ |
H A D | sysreg | 20 # Field <msb>[:<lsb>] <name> 53 Field 31:0 DTRRX 58 Field 30 RX 59 Field 29 TX 65 Field 35 EHBWE 66 Field 34 EnSPM 67 Field 33 TTA 68 Field 32 EMBWE 69 Field 31 TFO 70 Field 30 RXfull [all …]
|
/openbmc/u-boot/arch/arm/include/asm/arch-sa1100/ |
H A D | bitfield.h | 67 #define FSize(Field) ((Field) >> 16) argument 68 #define FShft(Field) ((Field) & 0x0000FFFF) argument 69 #define FMsk(Field) (((UData (1) << FSize (Field)) - 1) << FShft (Field)) argument 70 #define FAlnMsk(Field) ((UData (1) << FSize (Field)) - 1) argument 71 #define F1stBit(Field) (UData (1) << FShft (Field)) argument 89 #define FInsrt(Value, Field) \ argument 90 (UData (Value) << FShft (Field)) 108 #define FExtr(Data, Field) \ argument 109 ((UData (Data) >> FShft (Field)) & FAlnMsk (Field))
|
/openbmc/linux/arch/arm/mach-sa1100/include/mach/ |
H A D | bitfield.h | 68 #define FSize(Field) ((Field) >> 16) argument 69 #define FShft(Field) ((Field) & 0x0000FFFF) argument 70 #define FMsk(Field) (((UData (1) << FSize (Field)) - 1) << FShft (Field)) argument 71 #define FAlnMsk(Field) ((UData (1) << FSize (Field)) - 1) argument 72 #define F1stBit(Field) (UData (1) << FShft (Field)) argument 90 #define FInsrt(Value, Field) \ argument 91 (UData (Value) << FShft (Field)) 109 #define FExtr(Data, Field) \ argument 110 ((UData (Data) >> FShft (Field)) & FAlnMsk (Field))
|
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/ |
H A D | bitfield.h | 67 #define FSize(Field) ((Field) >> 16) argument 68 #define FShft(Field) ((Field) & 0x0000FFFF) argument 69 #define FMsk(Field) (((UData (1) << FSize (Field)) - 1) << FShft (Field)) argument 70 #define FAlnMsk(Field) ((UData (1) << FSize (Field)) - 1) argument 71 #define F1stBit(Field) (UData (1) << FShft (Field)) argument 89 #define FInsrt(Value, Field) \ argument 90 (UData (Value) << FShft (Field)) 108 #define FExtr(Data, Field) \ argument 109 ((UData (Data) >> FShft (Field)) & FAlnMsk (Field))
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | socfpga_arria10_socdk_sdmmc_handoff.dtsi | 73 vco0-psrc = <0>; /* Field: vco0.psrc */ 74 vco1-denom = <1>; /* Field: vco1.denom */ 75 vco1-numer = <191>; /* Field: vco1.numer */ 76 mpuclk-cnt = <0>; /* Field: mpuclk.cnt */ 77 mpuclk-src = <0>; /* Field: mpuclk.src */ 78 nocclk-cnt = <0>; /* Field: nocclk.cnt */ 79 nocclk-src = <0>; /* Field: nocclk.src */ 80 cntr2clk-cnt = <900>; /* Field: cntr2clk.cnt */ 81 cntr3clk-cnt = <900>; /* Field: cntr3clk.cnt */ 82 cntr4clk-cnt = <900>; /* Field: cntr4clk.cnt */ [all …]
|
/openbmc/openbmc-tools/dbus-pcap/ |
H A D | README.md | 34 …Field(type=<MessageFieldType.PATH: 1>, data='/xyz/openbmc_project/sensors/fan_tach/fan0_0'), Field… 36 …Field(type=<MessageFieldType.PATH: 1>, data='/xyz/openbmc_project/sensors/fan_tach/fan1_0'), Field…
|
H A D | dbus-pcap | 24 Field = namedtuple("Field", "type, data") variable 351 return list(map(lambda v: Field(MessageFieldType(v[0]), v[1]), fields)) 468 mf = Field(MessageFieldType.SENDER, rule.value) 473 mf = Field(MessageFieldType.INTERFACE, rule.value) 478 mf = Field(MessageFieldType.MEMBER, rule.value) 483 mf = Field(MessageFieldType.PATH, rule.value) 488 mf = Field(MessageFieldType.DESTINATION, rule.value)
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | iostats.rst | 53 All fields except field 9 are cumulative since boot. Field 9 should 65 Field 1 -- # of reads completed (unsigned long) 68 Field 2 -- # of reads merged, field 6 -- # of writes merged (unsigned long) 74 Field 3 -- # of sectors read (unsigned long) 77 Field 4 -- # of milliseconds spent reading (unsigned int) 81 Field 5 -- # of writes completed (unsigned long) 84 Field 6 -- # of writes merged (unsigned long) 87 Field 7 -- # of sectors written (unsigned long) 90 Field 8 -- # of milliseconds spent writing (unsigned int) 94 Field 9 -- # of I/Os currently in progress (unsigned int) [all …]
|
/openbmc/phosphor-ipmi-flash/tools/test/ |
H A D | tools_net_unittest.cpp | 23 using ::testing::Field; 67 AllOf(Field(&addrinfo::ai_flags, AI_NUMERICHOST), in expectAddrInfo() 68 Field(&addrinfo::ai_family, AF_UNSPEC), in expectAddrInfo() 69 Field(&addrinfo::ai_socktype, SOCK_STREAM)), in expectAddrInfo() 120 AllOf(Field(&addrinfo::ai_flags, AI_NUMERICHOST), in TEST_F() 121 Field(&addrinfo::ai_family, AF_UNSPEC), in TEST_F() 122 Field(&addrinfo::ai_socktype, SOCK_STREAM)), in TEST_F()
|
/openbmc/openbmc-test-automation/openpower/vpd/ |
H A D | test_vpd_tool.robot | 28 # Component Field 45 Verify VPD Field Read 57 Verify VPD Field Read Operation ${component} 62 Verify VPD Field Write 71 Verify VPD Field Write Operation ${component} ${field} 125 Verify VPD Field Read Operation 158 Verify VPD Field Write Operation 176 Verify VPD Field Value ${component} ${field} 190 Verify VPD Field Value
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | field-order.rst | 6 Field Order 146 Field Order, Top Field First Transmitted 153 Field Order, Top Field First Transmitted 158 Field Order, Bottom Field First Transmitted 165 Field Order, Bottom Field First Transmitted
|
/openbmc/pldm/libpldmresponder/examples/fru/ |
H A D | Board_VINI.json | 13 // FRU Field Type 2 - Keyword RT 23 // FRU Field Type 3 - Keyword B3
|
H A D | Cpu_General.json | 13 // FRU Field Type 3 - Part Number 23 // FRU Field Type 4 - Serial Number
|
H A D | Board_General.json | 13 // FRU Field Type 3 - Part Number 23 // FRU Field Type 4 - Serial Number
|
/openbmc/linux/drivers/platform/x86/intel/ifs/ |
H A D | Kconfig | 2 tristate "Intel In Field Scan" 5 Enable support for the In Field Scan capability in select
|
/openbmc/openbmc-test-automation/redfish/update_service/ |
H A D | test_redfish_signed_image_update.robot | 48 ... image, when Field Mode is set to true to value. 56 REST Failure When Field Mode Set To Disable 71 Enable Field Mode And Verify Unmount 84 Field Mode Should Be Enabled 131 Field Mode Should Be Enabled
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | boot.rst | 271 Field name: setup_sects 282 Field name: root_flags 293 Field name: syssize 305 Field name: ram_size 314 Field name: vid_mode 322 Field name: root_dev 332 Field name: boot_flag 342 Field name: jump 353 Field name: header 362 Field name: version [all …]
|
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/ |
H A D | compare_presence.md | 6 component must be a Field-Replaceable Unit (FRU). 16 | fru | yes | string | Field-Replaceable Unit. Specify the relative D-Bus i…
|
/openbmc/qemu/rust/qemu-api-macros/src/ |
H A D | lib.rs | 9 parse_macro_input, parse_quote, punctuated::Punctuated, token::Comma, Data, DeriveInput, Field, 51 fn get_fields(input: &DeriveInput) -> Result<&Punctuated<Field, Comma>, CompileError> { in get_fields() argument
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | pxa3xx-regs.h | 88 #define FShft(Field) ((Field) & 0x0000FFFF) argument
|
/openbmc/linux/Documentation/driver-api/nfc/ |
H A D | index.rst | 4 Near Field Communication
|
/openbmc/qemu/docs/sphinx/ |
H A D | dbusdomain.py | 31 from sphinx.util.docfields import Field, TypedField 116 doc_field_types: List[Field] = [ 174 doc_field_types: List[Field] = [ 206 doc_field_types: List[Field] = []
|
/openbmc/u-boot/arch/x86/include/asm/acpi/ |
H A D | debug.asl | 11 Field(X80, ByteAcc, NoLock, Preserve) 18 Field(CREG, ByteAcc, NoLock, Preserve)
|
/openbmc/u-boot/arch/x86/include/asm/arch-quark/acpi/ |
H A D | global_nvs.asl | 9 Field(GNVS, ByteAcc, NoLock, Preserve)
|
/openbmc/linux/Documentation/arch/sparc/oradax/ |
H A D | dax-hv-api.txt | 139 Bits Field Description 179 Bits Field Description 437 Offset Size Field Description 440 Bits Field Description 457 Offset Size Field Description 458 Bits Field Description 468 Bits Field Description 480 Bits Field Description 492 Bits Field Description 507 Offset Size Field Description [all …]
|