Searched refs:pnv_spi_xscom_read (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | pnv-spi-seeprom-test.c | 44 static uint64_t pnv_spi_xscom_read(QTestState *qts, const PnvChip *chip, in pnv_spi_xscom_read() function 59 uint64_t rdr_val = pnv_spi_xscom_read(qts, chip, SPI_RCV_DATA_REG); in spi_seeprom_transaction() 61 rdr_val = pnv_spi_xscom_read(qts, chip, SPI_RCV_DATA_REG); in spi_seeprom_transaction() 62 rdr_val = pnv_spi_xscom_read(qts, chip, SPI_RCV_DATA_REG); in spi_seeprom_transaction() 63 rdr_val = pnv_spi_xscom_read(qts, chip, SPI_RCV_DATA_REG); in spi_seeprom_transaction() 64 rdr_val = pnv_spi_xscom_read(qts, chip, SPI_RCV_DATA_REG); in spi_seeprom_transaction()
|
/openbmc/qemu/hw/ssi/ |
H A D | pnv_spi.c | 1082 static uint64_t pnv_spi_xscom_read(void *opaque, hwaddr addr, unsigned size) in pnv_spi_xscom_read() function 1189 .read = pnv_spi_xscom_read,
|