Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ssi/
H A Dpnv_spi.c20 #define PNV_SPI_OPCODE_LO_NIBBLE(x) (x & 0x0F) macro
283 if (PNV_SPI_OPCODE_LO_NIBBLE(opcode) == 0) { in calculate_N1()
299 s->N1_bytes = PNV_SPI_OPCODE_LO_NIBBLE(opcode); in calculate_N1()
528 if (PNV_SPI_OPCODE_LO_NIBBLE(opcode) == 0) { in calculate_N2()
544 s->N2_bytes = PNV_SPI_OPCODE_LO_NIBBLE(opcode); in calculate_N2()
769 s->responder_select = PNV_SPI_OPCODE_LO_NIBBLE(opcode); in operation_sequencer()
941 PNV_SPI_OPCODE_LO_NIBBLE(opcode)); in operation_sequencer()
980 PNV_SPI_OPCODE_LO_NIBBLE(opcode)); in operation_sequencer()
1006 s->status, PNV_SPI_OPCODE_LO_NIBBLE(opcode)); in operation_sequencer()