Lines Matching full:ssi
16 #include "hw/ssi/ssi.h"
1036 * 40008000 SSI in stellaris_init()
1227 if (DEV_CAP(2, SSI)) { in stellaris_init()
1241 * the same SSI port, with the SD card chip select connected to a in stellaris_init()
1243 * SSI Fss pin. We do not bother emulating that as both devices in stellaris_init()
1253 * SSI controller. The SSI controller takes SSI0Fss low when it in stellaris_init()
1263 * directly to the SSI controller. When the SSI controller sends in stellaris_init()
1268 * to control pin D0, and lets the SSI controller handle Clk, Tx in stellaris_init()
1269 * and Rx. (The SSI controller asserts Fss during tx cycles as in stellaris_init()
1277 * - SSI controller signals go to the devices regardless of in stellaris_init()
1297 * SSI controller that's pulled low around every transmit, in stellaris_init()
1301 bus = qdev_get_child_bus(dev, "ssi"); in stellaris_init()
1302 sddev = ssi_create_peripheral(bus, "ssi-sd"); in stellaris_init()