Searched refs:PnvSpi (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/ssi/ |
H A D | pnv_spi.c | 70 static bool does_rdr_match(PnvSpi *s) in does_rdr_match() 88 static uint8_t get_from_offset(PnvSpi *s, uint8_t offset) in get_from_offset() 110 static uint8_t read_from_frame(PnvSpi *s, uint8_t *read_buf, uint8_t nr_bytes, in read_from_frame() 131 static void spi_response(PnvSpi *s, int bits, PnvXferBuffer *rsp_payload) in spi_response() 213 static void transfer(PnvSpi *s, PnvXferBuffer *payload) in transfer() 245 static inline uint8_t get_seq_index(PnvSpi *s) in get_seq_index() 250 static inline void next_sequencer_fsm(PnvSpi *s) in next_sequencer_fsm() 269 static void calculate_N1(PnvSpi *s, uint8_t opcode) in calculate_N1() 353 static bool operation_shiftn1(PnvSpi *s, uint8_t opcode, in operation_shiftn1() 514 static void calculate_N2(PnvSpi *s, uint8_t opcode) in calculate_N2() [all …]
|
/openbmc/qemu/include/hw/ssi/ |
H A D | pnv_spi.h | 28 OBJECT_DECLARE_SIMPLE_TYPE(PnvSpi, PNV_SPI) 34 typedef struct PnvSpi { struct 66 } PnvSpi; argument
|
/openbmc/qemu/include/hw/ppc/ |
H A D | pnv_chip.h | 128 PnvSpi pib_spic[PNV10_CHIP_MAX_PIB_SPIC];
|