Home
last modified time | relevance | path

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

/openbmc/qemu/hw/fsi/
H A Dfsi-master.c37 static uint64_t fsi_master_read(void *opaque, hwaddr addr, unsigned size) in fsi_master_read() function
106 .read = fsi_master_read,
H A Dtrace-events10 fsi_master_read(uint64_t addr, uint32_t size) "@0x%" PRIx64 " size=%d"
/openbmc/linux/drivers/fsi/
H A Dfsi-core.c97 static int fsi_master_read(struct fsi_master *master, int link,
205 rc = fsi_master_read(master, link, id, FSI_SLAVE_BASE + FSI_SISC, in fsi_slave_report_and_clear_errors()
210 rc = fsi_master_read(master, link, id, FSI_SLAVE_BASE + FSI_SSTAT, in fsi_slave_report_and_clear_errors()
299 rc = fsi_master_read(master, link, id, 0, in fsi_slave_handle_error()
342 rc = fsi_master_read(slave->master, slave->link, in fsi_slave_read()
995 rc = fsi_master_read(master, link, id, 0, &data, sizeof(data)); in fsi_slave_init()
1136 static int fsi_master_read(struct fsi_master *master, int link, in fsi_master_read() function
/openbmc/linux/include/trace/events/
H A Dfsi.h11 TRACE_EVENT(fsi_master_read,
/openbmc/linux/sound/soc/sh/
H A Dfsi.c343 #define fsi_master_read(p, r) _fsi_master_read(p, MST_##r) macro
1455 shift = fsi_master_read(master, FIFO_SZ); in fsi_fifo_init()