Home
last modified time | relevance | path

Searched refs:seq_op (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/ssi/
H A Dpnv_spi.h64 uint8_t seq_op[PNV_SPI_REG_SIZE]; member
/openbmc/qemu/hw/ssi/
H A Dpnv_spi.c732 opcode = s->seq_op[get_seq_index(s)]; in operation_sequencer()
837 if (PNV_SPI_MASKED_OPCODE(s->seq_op[get_seq_index(s) + 1]) in operation_sequencer()
1107 val = (val << 8) | s->seq_op[i]; in pnv_spi_xscom_read()
1169 s->seq_op[i] = (val >> (56 - i * 8)) & 0xFF; in pnv_spi_xscom_write()