Home
last modified time | relevance | path

Searched refs:STOP (Results 1 – 13 of 13) sorted by relevance

/openbmc/entity-manager/docs/
H A Daddress_size_detection_modes.md9 operation (with a STOP condition) and 8 subsequent 1-byte read operations with
33 write operation (WITHOUT a STOP condition ie. prohibited STOP) followed by a
38 `| Start | SlaveAddr + W | 0x00 | 0x00 | STOP PROHIBITED HERE | Start | SlaveAddr + R | data byte |…
40 `| Start | SlaveAddr + W | 0x00 | 0x01 | STOP PROHIBITED HERE | Start | SlaveAddr + R | data byte |…
41 `| Start | SlaveAddr + W | 0x00 | 0x02 | STOP PROHIBITED HERE | Start | SlaveAddr + R | data byte |…
42 `| Start | SlaveAddr + W | 0x00 | 0x03 | STOP PROHIBITED HERE | Start | SlaveAddr + R | data byte |…
43 `| Start | SlaveAddr + W | 0x00 | 0x04 | STOP PROHIBITED HERE | Start | SlaveAddr + R | data byte |…
44 `| Start | SlaveAddr + W | 0x00 | 0x05 | STOP PROHIBITED HERE | Start | SlaveAddr + R | data byte |…
45 `| Start | SlaveAddr + W | 0x00 | 0x06 | STOP PROHIBITED HERE | Start | SlaveAddr + R | data byte |…
46 `| Start | SlaveAddr + W | 0x00 | 0x07 | STOP PROHIBITED HERE | Start | SlaveAddr + R | data byte |…
[all …]
/openbmc/openbmc/poky/meta/recipes-sato/puzzles/
H A Dpuzzles_git.bb36 cat <<STOP > ${D}/${datadir}/applications/$prog.desktop
45 STOP
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/
H A Dlircd.conf59 STOP 0x64
199 STOP 0x1026
/openbmc/openbmc/.github/ISSUE_TEMPLATE/
H A Dquestion.md10 # STOP! READ BELOW.
/openbmc/openbmc-tools/bi2cp/
H A Dbi2cp96 STOP = 1 variable in I2CCondition
170 return {I2CCondition.START, I2CCondition.STOP}
212 if i2cxfer.conditions == {I2CCondition.START, I2CCondition.STOP}:
/openbmc/u-boot/arch/arm/mach-imx/mx7/
H A Dpsci-mx7.c132 STOP, enumerator
362 case STOP: in imx_gpcv2_set_lpm_mode()
610 imx_gpcv2_set_lpm_mode(STOP); in psci_system_suspend()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0002-add-fallback-parse_printf_format-implementation.patch147 + STOP
196 +#define E(x) (STOP + (x))
311 + } while (state < STOP);
321 + types[arg-1] = state - STOP;
/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/
H A D0002-musl-does-not-provide-printf-h.patch162 + STOP
211 +#define E(x) (STOP + (x))
326 + } while (state < STOP);
336 + types[arg-1] = state - STOP;
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0004-add-fallback-parse_printf_format-implementation.patch147 + STOP
196 +#define E(x) (STOP + (x))
311 + } while (state < STOP);
321 + types[arg-1] = state - STOP;
/openbmc/qemu/hw/char/
H A Dstm32l4x5_usart.c69 FIELD(CR2, STOP, 12, 2) /* STOP bits */
307 switch (FIELD_EX32(s->cr2, CR2, STOP)) { in stm32l4x5_update_params()
317 FIELD_EX32(s->cr2, CR2, STOP)); in stm32l4x5_update_params()
H A Drenesas_sci.c37 FIELD(SMR, STOP, 3, 1)
132 sci->trtime += FIELD_EX8(sci->smr, SMR, STOP) + 1; in update_trtime()
/openbmc/qemu/hw/i3c/
H A Dtrace-events38 legacy_i2c_end_transfer(void) "Legacy I2C STOP"
/openbmc/qemu/target/xtensa/
H A Dxtensa-isa.c1233 #define CHECK_STATE_OPERAND(INTISA, OPC, ICLASS, STOP, ERRVAL) \ argument
1235 if ((STOP) < 0 || (STOP) >= (ICLASS)->num_stateOperands) { \
1238 "opcode \"%s\" has %d state operands", (STOP), \