Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ssi/
H A Dpnv_spi.c39 typedef struct PnvXferBuffer { struct
44 } PnvXferBuffer; argument
47 static PnvXferBuffer *pnv_spi_xfer_buffer_new(void) in pnv_spi_xfer_buffer_new()
49 PnvXferBuffer *payload = g_malloc0(sizeof(*payload)); in pnv_spi_xfer_buffer_new()
54 static void pnv_spi_xfer_buffer_free(PnvXferBuffer *payload) in pnv_spi_xfer_buffer_free()
60 static uint8_t *pnv_spi_xfer_buffer_write_ptr(PnvXferBuffer *payload, in pnv_spi_xfer_buffer_write_ptr()
213 static void transfer(PnvSpi *s, PnvXferBuffer *payload) in transfer()
217 PnvXferBuffer *rsp_payload = NULL; in transfer()
352 PnvXferBuffer **payload, bool send_n1_alone) in operation_shiftn1()
592 PnvXferBuffer **payload) in operation_shiftn2()
[all …]