Home
last modified time | relevance | path

Searched refs:optype (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/drivers/spi/
H A Dich.c130 ctlr->optype = offsetof(struct ich7_spi_regs, optype); in ich_init_controller()
144 ctlr->optype = offsetof(struct ich9_spi_regs, optype); in ich_init_controller()
260 optypes = ich_readw(ctlr, ctlr->optype); in spi_setup_opcode()
262 ich_writew(ctlr, optypes, ctlr->optype); in spi_setup_opcode()
266 uint8_t optype; in spi_setup_opcode() local
286 optypes = ich_readw(ctlr, ctlr->optype); in spi_setup_opcode()
287 optype = (optypes >> (opcode_index * 2)) & 0x3; in spi_setup_opcode()
289 optype == SPI_OPCODE_TYPE_WRITE_WITH_ADDRESS && in spi_setup_opcode()
292 trans->type = optype; in spi_setup_opcode()
294 if (optype != trans->type) { in spi_setup_opcode()
[all …]
H A Dich.h19 uint16_t optype; member
38 uint16_t optype; member
184 int optype; member
/openbmc/qemu/tests/tcg/i386/
H A Dtest-avx.py229 self.optype = 'F16'
231 self.optype = 'F32'
233 self.optype = 'F64'
235 self.optype = 'I'
368 outf.write('TEST(%d, "%s", %s)\n' % (n, insn, g.optype))
H A Dtest-mmx.py155 self.optype = 'F32'
157 self.optype = 'I'
236 outf.write('TEST(%d, "%s", %s)\n' % (n, insn, g.optype))
/openbmc/qemu/target/ppc/
H A Dint_helper.c543 #define VARITHSAT_DO(name, op, optype, cvt, element) \ argument
551 VARITHSAT_CASE(optype, op, cvt, element); \
557 #define VARITHSAT_SIGNED(suffix, element, optype, cvt) \ argument
558 VARITHSAT_DO(ADDS##suffix##S, +, optype, cvt, element) \
559 VARITHSAT_DO(SUBS##suffix##S, -, optype, cvt, element)
560 #define VARITHSAT_UNSIGNED(suffix, element, optype, cvt) \ argument
561 VARITHSAT_DO(ADDU##suffix##S, +, optype, cvt, element) \
562 VARITHSAT_DO(SUBU##suffix##S, -, optype, cvt, element)
/openbmc/qemu/block/
H A Dblock-backend.c2149 IoOperationType optype; in send_qmp_error_event() local
2153 optype = is_read ? IO_OPERATION_TYPE_READ : IO_OPERATION_TYPE_WRITE; in send_qmp_error_event()
2155 bs ? bdrv_get_node_name(bs) : NULL, optype, in send_qmp_error_event()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch23520 + optype = match.group(7)
23526 + if hascb or optype == 'EXECUTE_SYNC':
23532 + if optype == 'EXECUTE_SYNC':