Home
last modified time | relevance | path

Searched refs:WRITE (Results 1 – 19 of 19) sorted by relevance

/openbmc/openbmc-tools/bi2cp/
H A DREADME.md20 00:30.771015 0.000302 0x11 WRITE MFR_SPECIFIC_42 [ 00 ]
22 00:30.771758 0.000301 0x11 WRITE MFR_SPECIFIC_42 [ 01 ]
24 00:30.772493 0.000301 0x11 WRITE MFR_SPECIFIC_42 [ 02 ]
26 00:30.773226 0.000301 0x11 WRITE MFR_SPECIFIC_42 [ 03 ]
H A Dbi2cp100 WRITE = 0 variable in I2CRecord
176 return I2CRecord.WRITE
250 assert xfer.record == I2CRecord.WRITE
300 timestamp, duration, self, I2CRecord.WRITE, data, status
304 return fmt.format(timestamp, duration, self, I2CRecord.WRITE, data)
/openbmc/openbmc/poky/bitbake/lib/bb/compress/
H A D_pipecompress.py91 WRITE = 1 variable in PipeFile
103 self.mode = self.WRITE
170 return self.mode == self.WRITE
185 if self.mode != self.WRITE:
/openbmc/u-boot/test/fs/
H A Dfs-test.sh169 WRITE="write"
176 WRITE="write"
188 WRITE="save"
198 WRITE="save"
309 ${PREFIX}${WRITE} host${SUFFIX} $addr ${FPATH}$FILE_WRITE \$filesize
321 ${PREFIX}${WRITE} host${SUFFIX} $addr ${FPATH}. 0x10
327 ${PREFIX}${WRITE} host${SUFFIX} $addr ${FPATH}./${FILE_WRITE}2 \$filesize
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/
H A D0001-fontforgeexe-Use-env-to-find-fontforge.patch22 - file(WRITE \"${CMAKE_CURRENT_BINARY_DIR}/\${_output}\" \"#!\${CMAKE_INSTALL_PREFIX}/bin/font…
23 + file(WRITE \"${CMAKE_CURRENT_BINARY_DIR}/\${_output}\" \"#!/usr/bin/env fontforge -lang=ff\\…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/jansson/jansson/
H A D0001-Only-export-symbols-starting-with-json_-and-jansson_.patch22 file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/jansson.sym" "JANSSON_${JANSSON_SOVERSION} {
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server/
H A D0001-cmake-Do-not-export-CC-into-gir-compiler.patch17 file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/${_gir_name}_files "${_gir_files}")
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/wavpack/files/
H A Dset-soversion-and-version.patch25 file(WRITE ${PROJECT_BINARY_DIR}/${CMAKE_FILES_DIRECTORY}/conftest.map "${CONFTTEST_CONTENTS}")
/openbmc/u-boot/doc/driver-model/
H A Dpmic-framework.txt51 |-----------|---- PMIC device 0 (READ/WRITE ops) |
57 |-----------|---- PMIC device 1 (READ/WRITE ops) |---> USB in 1
/openbmc/u-boot/doc/
H A DI2C_Edge_Conditions25 The device will interpret this sequence as a WRITE command and
/openbmc/boost-dbus/
H A DCMakeLists.txt93 file(WRITE
/openbmc/boost-dbus/cmake/
H A DHunterGate.cmake265 WRITE
352 file(WRITE "${sha1_location}" "${HUNTER_GATE_SHA1}")
353 file(WRITE "${done_location}" "DONE")
/openbmc/qemu/hw/misc/
H A Dmps2-scc.c48 FIELD(CFGCTRL, WRITE, 30, 1)
/openbmc/qemu/tests/qemu-iotests/
H A D081.out50 == using quorum rewrite corrupted mode without WRITE permission ==
/openbmc/phosphor-ipmi-blobs/
H A DREADME.md116 WRITE = 1,
122 If the `WRITE` flag is specified, the BMC will mark the specified blob as "open
/openbmc/u-boot/doc/imx/mkimage/
H A Dmxsimage.txt110 WRITE.n u32_address u32_value
/openbmc/docs/designs/
H A Dbinarystore-via-blobs.md132 `flags` can be `READ` for read-only access or `READ|WRITE`. `blob_id` can be any
/openbmc/phosphor-mboxd/Documentation/
H A Dmbox_protocol.md239 the flash offset it would like to access with the CREATE_{READ,WRITE}_WINDOW
511 CREATE_{READ/WRITE}_WINDOW
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-sve.c4901 desc = FIELD_DP32(desc, MTEDESC, WRITE, is_write); in make_svemte_desc()