Home
last modified time | relevance | path

Searched full:zzzz (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ddr/
H A Djedec,lpddr-props.yaml23 lpddrX-YY,ZZZZ where X is the LPDDR version, YY is the manufacturer ID
24 (from MR5) and ZZZZ is the revision ID (from MR6 and MR7). Both IDs are
/openbmc/linux/drivers/usb/serial/
H A Dio_edgeport.h46 __le16 BootBuildNumber; /* zzzz (LE format) */
50 __le16 FirmwareBuildNumber; /* zzzz (LE format) */
H A Dio_usbvend.h352 __le16 BuildNumber; // zzzz (LE format)
540 __le16 BuildNumber; // C8 zzzz (LE format)
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-devices-soc70 vendors. The format is "jep106:XXYY:ZZZZ" where XX is identity
71 code, YY is continuation code and ZZZZ is the SOC ID.
/openbmc/openbmc/poky/meta/lib/bblayers/templates/
H A DREADME21 Please submit any patches against the {layername} layer to the xxxx mailing list (xxxx@zzzz.org)
/openbmc/linux/Documentation/arch/s390/
H A Dqeth.rst51 NTOK_BUSID=x.y.zzzz
/openbmc/u-boot/drivers/usb/gadget/
H A Dusbstring.c45 * zzzzyyyyyyxxxxxx = 1110zzzz 10yyyyyy 10xxxxxx in utf8_to_utf16le()
/openbmc/phosphor-power/tools/power-utils/
H A Dversion.cpp202 // ZZZZ is the communication version in getLatest()
/openbmc/linux/include/linux/
H A Diosys-map.h474 * | buffer + zzzz | end of mmaped buffer |
478 * wwww, yyyy and zzzz. This is the code to read that value:
/openbmc/linux/Documentation/hid/
H A Dhid-bpf.rst258 in the sysfs path: ``/sys/bus/hid/devices/xxxx:yyyy:zzzz:0000``).
302 sysfs path: ``/sys/bus/hid/devices/xxxx:yyyy:zzzz:0000``)
/openbmc/linux/drivers/mfd/
H A Dkempld-core.c286 * Pwxy.zzzz in kempld_get_info()
291 * zzzz: Build number - 4 zero padded hex digits */ in kempld_get_info()
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa-demos/
H A D0001-mesa-demos-Add-missing-data-files.patch51 + gl_FragColor = gl_FragCoord.zzzz;
439 + vec4 i3 = vec4(lessThanEqual(q3.zzzz, q0));
/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/
H A Dclamd.conf391 # SSNs formatted as xxx-yy-zzzz
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dlicenses.rst35 file://licfile2.txt;endline=50;md5=zzzz \
/openbmc/phosphor-logging/extensions/openpower-pels/
H A DREADME.md591 Header section (in ASCII) and `zzzz` is the 2 byte Component ID from the
/openbmc/linux/drivers/media/usb/pwc/
H A Dpwc-dec23.c523 /* [ zzzz y x x ] in decode_block()
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c769 * rrrr zzzz >=64KB
772 * The zzzz bits are implementation-specific but are chosen so that
/openbmc/qemu/hw/net/
H A Drtl8139.c380 Chip9346_op_write_enable = 0x30, /* 00 11zzzz */
381 Chip9346_op_write_all = 0x10, /* 00 01zzzz */
382 Chip9346_op_write_disable = 0x00, /* 00 00zzzz */
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/fixtures/
H A Dtoastergui-unittest-data.xml306 <field type="FilePathField" name="file_path">zzzz</field>
/openbmc/phosphor-logging/test/openpower-pels/
H A Dregistry_test.cpp368 EXPECT_THROW(getSRCReasonCode(R"({"ReasonCode": "ZZZZ"})"_json, "foo"), in TEST_F()