Home
last modified time | relevance | path

Searched refs:Field (Results 1 – 25 of 90) sorted by relevance

1234

/openbmc/u-boot/arch/arm/include/asm/arch-sa1100/
H A Dbitfield.h67 #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/include/asm/arch-pxa/
H A Dbitfield.h67 #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 Dsocfpga_arria10_socdk_sdmmc_handoff.dtsi73 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 DREADME.md34Field(type=<MessageFieldType.PATH: 1>, data='/xyz/openbmc_project/sensors/fan_tach/fan0_0'), Field
36Field(type=<MessageFieldType.PATH: 1>, data='/xyz/openbmc_project/sensors/fan_tach/fan1_0'), Field
H A Ddbus-pcap24 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/openbmc-test-automation/openpower/vpd/
H A Dtest_vpd_tool.robot26 # Component Field
43 Verify VPD Field Read
55 Verify VPD Field Read Operation ${component}
60 Verify VPD Field Write
72 Verify VPD Field Write Operation ${component} ${field}
/openbmc/phosphor-ipmi-flash/tools/test/
H A Dtools_net_unittest.cpp23 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/pldm/libpldmresponder/examples/fru/
H A DBoard_VINI.json13 // FRU Field Type 2 - Keyword RT
23 // FRU Field Type 3 - Keyword B3
H A DCpu_General.json13 // FRU Field Type 3 - Part Number
23 // FRU Field Type 4 - Serial Number
H A DBoard_General.json13 // FRU Field Type 3 - Part Number
23 // FRU Field Type 4 - Serial Number
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_redfish_signed_image_update.robot48 ... 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/phosphor-power/phosphor-regulators/docs/config_file/
H A Dcompare_presence.md6 component must be a Field-Replaceable Unit (FRU).
16 | fru | yes | string | Field-Replaceable Unit. Specify the relative D-Bus i…
H A Dcompare_vpd.md8 from an EEPROM on a Field-Replaceable Unit (FRU). For this reason, VPD is also
49 | fru | yes | string | Field-Replaceable Unit (FRU) that contains…
/openbmc/u-boot/arch/x86/include/asm/arch-quark/acpi/
H A Dglobal_nvs.asl9 Field(GNVS, ByteAcc, NoLock, Preserve)
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/
H A Dglobal_nvs.asl9 Field(GNVS, ByteAcc, NoLock, Preserve)
H A Dlpc.asl16 Field(ILBS, AnyAcc, NoLock, Preserve) {
38 Field(LPC0, AnyAcc, NoLock, Preserve) {
/openbmc/qemu/tests/decode/
H A Dsucc_function.decode4 # "Field" as parameter pulled from DisasContext.
/openbmc/u-boot/arch/x86/include/asm/arch-tangier/acpi/
H A Dglobal_nvs.asl11 Field(GNVS, ByteAcc, NoLock, Preserve)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/libnfc/
H A Dlibnfc_git.bb1 SUMMARY = "Platform independent Near Field Communication (NFC) library"
/openbmc/u-boot/arch/x86/include/asm/acpi/
H A Ddebug.asl11 Field(X80, ByteAcc, NoLock, Preserve)
18 Field(CREG, ByteAcc, NoLock, Preserve)
/openbmc/qemu/docs/sphinx/
H A Dcompat.py84 self: sphinx.util.docfields.Field, argument
165 class CompatField(docfields.Field):
H A Ddbusdomain.py31 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/openbmc-test-automation/lib/
H A Dvpd_tool_resource.robot67 Verify VPD Field Read Operation
99 Verify VPD Field Write Operation
118 Verify VPD Field Value ${component} ${field}
132 Verify VPD Field Value
/openbmc/qemu/rust/qemu-api-macros/src/
H A Dlib.rs9 DeriveInput, Error, Field, Fields, FieldsUnnamed, Ident, Meta, Path, Token, Variant,
20 ) -> Result<&'a Punctuated<Field, Comma>, Error> { in get_fields() argument
36 fn get_unnamed_field<'a>(input: &'a DeriveInput, msg: &str) -> Result<&'a Field, Error> { in get_unnamed_field() argument
/openbmc/openbmc-tools/witherspoon-debug/
H A DREADME.md25 for Field Mode)

1234