| /openbmc/qemu/tests/tcg/hexagon/ |
| H A D | circ.c | 69 #define CIRC_LOAD_IMM(SIZE, RES, ADDR, START, LEN, INC) \ in INIT() argument 76 : "r"(START), "r"(LEN) \ in INIT() 78 #define CIRC_LOAD_IMM_b(RES, ADDR, START, LEN, INC) \ in INIT() argument 79 CIRC_LOAD_IMM(b, RES, ADDR, START, LEN, INC) in INIT() 80 #define CIRC_LOAD_IMM_ub(RES, ADDR, START, LEN, INC) \ in INIT() argument 81 CIRC_LOAD_IMM(ub, RES, ADDR, START, LEN, INC) in INIT() 82 #define CIRC_LOAD_IMM_h(RES, ADDR, START, LEN, INC) \ in INIT() argument 83 CIRC_LOAD_IMM(h, RES, ADDR, START, LEN, INC) in INIT() 84 #define CIRC_LOAD_IMM_uh(RES, ADDR, START, LEN, INC) \ in INIT() argument 85 CIRC_LOAD_IMM(uh, RES, ADDR, START, LEN, INC) in INIT() [all …]
|
| H A D | load_align.c | 281 #define LOAD_pci(SZ, RES, PTR, START, LEN, INC) \ argument 288 : "r"(START), "r"(LEN) \ 290 #define LOAD_pci_b(RES, PTR, START, LEN, INC) \ argument 291 LOAD_pci(b, RES, PTR, START, LEN, INC) 292 #define LOAD_pci_h(RES, PTR, START, LEN, INC) \ argument 293 LOAD_pci(h, RES, PTR, START, LEN, INC) 325 #define LOAD_pcr(SZ, RES, PTR, START, LEN, INC) \ argument 333 "r"(START) \ 335 #define LOAD_pcr_b(RES, PTR, START, LEN, INC) \ argument 336 LOAD_pcr(b, RES, PTR, START, LEN, INC) [all …]
|
| H A D | load_unpack.c | 315 #define BxW_LOAD_pci(SZ, RES, PTR, START, LEN, INC) \ argument 322 : "r"(START), "r"(LEN) \ 324 #define BxW_LOAD_pci_Z(RES, PTR, START, LEN, INC) \ argument 325 BxW_LOAD_pci(ubh, RES, PTR, START, LEN, INC) 326 #define BxW_LOAD_pci_S(RES, PTR, START, LEN, INC) \ argument 327 BxW_LOAD_pci(bh, RES, PTR, START, LEN, INC) 364 #define BxW_LOAD_pcr(SZ, RES, PTR, START, LEN, INC) \ argument 372 "r"(START) \ 374 #define BxW_LOAD_pcr_Z(RES, PTR, START, LEN, INC) \ argument 375 BxW_LOAD_pcr(ubh, RES, PTR, START, LEN, INC) [all …]
|
| /openbmc/qemu/target/hexagon/ |
| H A D | reg_fields.c | 22 #define DEF_REG_FIELD(TAG, START, WIDTH) \ argument 23 { START, WIDTH },
|
| H A D | reg_fields.h | 27 #define DEF_REG_FIELD(TAG, START, WIDTH) \ argument
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
| H A D | es-Asturias | 14 # START CANGAS DE NARCEA Y LLANES 76 # START GIJÓN 114 # START OVIEDO 128 # START INFIESTO 154 # START MIERES 168 # START AVILÉS 182 # START LUARCA-VALDÉS
|
| /openbmc/phosphor-dbus-monitor/src/ |
| H A D | main.cpp | 45 watch->callback(Context::START); in main() 54 watch->callback(Context::START); in main()
|
| H A D | elog.cpp | 27 if (ctx == Context::START) in operator ()()
|
| H A D | event.hpp | 37 if (ctx == Context::START) in operator ()()
|
| H A D | data_types.hpp | 40 START, enumerator
|
| H A D | elog.hpp | 160 if (ctx == Context::START) in operator ()()
|
| H A D | callback.hpp | 273 Context ctx = Context::START;
|
| /openbmc/bmcweb/include/ |
| H A D | multipart_parser.hpp | 35 START, enumerator 82 state = State::START; in parse() 93 case State::START: in parse() 370 State state{State::START};
|
| /openbmc/phosphor-dbus-monitor/src/test/ |
| H A D | callbacktest.cpp | 13 (*c)(Context::START); in TEST()
|
| /openbmc/qemu/target/hexagon/idef-parser/ |
| H A D | macros.h.inc | 100 #define fWRITE_LOOP_REGS0(START, COUNT) SA0 = START; (LC0 = COUNT) 101 #define fWRITE_LOOP_REGS1(START, COUNT) SA1 = START; (LC1 = COUNT)
|
| /openbmc/openbmc-tools/bi2cp/ |
| H A D | bi2cp | 95 START = 0 variable in I2CCondition 168 return {I2CCondition.START} 170 return {I2CCondition.START, I2CCondition.STOP} 209 if i2cxfer.conditions == {I2CCondition.START}: 212 if i2cxfer.conditions == {I2CCondition.START, I2CCondition.STOP}:
|
| /openbmc/u-boot/doc/ |
| H A D | I2C_Edge_Conditions | 19 1) START 21 3) START "this start is ignored by most EEPROMs"
|
| /openbmc/qemu/include/hw/misc/ |
| H A D | max78000_aes.h | 32 #define START (1 << 3) macro
|
| /openbmc/libpldm/include/libpldm/oem/ibm/ |
| H A D | state_set.h | 38 START = 0x1, enumerator
|
| /openbmc/pldm/oem/ibm/libpldmresponder/ |
| H A D | inband_code_update.cpp | 404 START)); in setVersions() 428 START)); in setVersions() 444 uint8_t(CodeUpdateState::START)); in setVersions() 815 uint8_t(CodeUpdateState::START)); in assembleCodeUpdateImage() 830 uint8_t(CodeUpdateState::START)); in assembleCodeUpdateImage() 852 uint8_t(CodeUpdateState::START)); in assembleCodeUpdateImage()
|
| /openbmc/u-boot/arch/arm/include/asm/arch-rockchip/ |
| H A D | sdram_rk3399.h | 66 #define START 1 macro
|
| /openbmc/qemu/hw/i3c/ |
| H A D | trace-events | 30 i3c_start_transfer(uint8_t address, bool is_recv) "I3C START with address 0x%" PRIx8 " is_recv=%d" 37 legacy_i2c_start_transfer(uint8_t address, bool is_recv) "Legacy I2C START with address 0x%" PRIx8 …
|
| /openbmc/openbmc-test-automation/ffdc/docs/ |
| H A D | plugin.md | 154 [PLUGIN-START] 160 [PLUGIN-START]
|
| /openbmc/entity-manager/docs/ |
| H A D | address_size_detection_modes.md | 60 There is no STOP condition after the second (potential) address byte. A START 85 …nal memory location must be written during the first data byte. After the START condition and slav…
|
| /openbmc/phosphor-pcie-presence/ |
| D | MAINTAINERS | |