Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ssi/
H A Dssi.h82 DeviceState *ssi_create_peripheral(SSIBus *bus, const char *name);
/openbmc/qemu/hw/ssi/
H A Dssi.c142 DeviceState *ssi_create_peripheral(SSIBus *bus, const char *name) in ssi_create_peripheral() function
/openbmc/qemu/hw/arm/
H A Dstellaris.c1271 sddev = ssi_create_peripheral(bus, "ssi-sd"); in stellaris_init()
/openbmc/qemu/hw/riscv/
H A Dsifive_u.c667 sd_dev = ssi_create_peripheral(s->soc.spi2.spi, "ssi-sd"); in sifive_u_machine_init()