Searched refs:STOP (Results 1 – 13 of 13) sorted by relevance
| /openbmc/entity-manager/docs/ |
| H A D | address_size_detection_modes.md | 9 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 D | puzzles_git.bb | 36 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 D | lircd.conf | 59 STOP 0x64 199 STOP 0x1026
|
| /openbmc/openbmc/.github/ISSUE_TEMPLATE/ |
| H A D | question.md | 10 # STOP! READ BELOW.
|
| /openbmc/openbmc-tools/bi2cp/ |
| H A D | bi2cp | 96 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 D | psci-mx7.c | 132 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 D | 0002-add-fallback-parse_printf_format-implementation.patch | 147 + 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 D | 0002-musl-does-not-provide-printf-h.patch | 162 + 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 D | 0004-add-fallback-parse_printf_format-implementation.patch | 147 + STOP 196 +#define E(x) (STOP + (x)) 311 + } while (state < STOP); 321 + types[arg-1] = state - STOP;
|
| /openbmc/qemu/hw/char/ |
| H A D | stm32l4x5_usart.c | 69 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 D | renesas_sci.c | 37 FIELD(SMR, STOP, 3, 1) 132 sci->trtime += FIELD_EX8(sci->smr, SMR, STOP) + 1; in update_trtime()
|
| /openbmc/qemu/hw/i3c/ |
| H A D | trace-events | 38 legacy_i2c_end_transfer(void) "Legacy I2C STOP"
|
| /openbmc/qemu/target/xtensa/ |
| H A D | xtensa-isa.c | 1233 #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), \
|