Home
last modified time | relevance | path

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

/qemu/hw/ssi/
H A Domap_spi.c373 int chipselect) in omap_mcspi_attach() argument
375 if (chipselect < 0 || chipselect >= s->chnum) in omap_mcspi_attach()
376 hw_error("%s: Bad chipselect %i\n", __func__, chipselect); in omap_mcspi_attach()
378 s->ch[chipselect].txrx = txrx; in omap_mcspi_attach()
379 s->ch[chipselect].opaque = opaque; in omap_mcspi_attach()
/qemu/include/hw/arm/
H A Domap.h735 uWireSlave *slave, int chipselect);
743 int chipselect);
/qemu/hw/arm/
H A Domap1.c2179 int chipselect = (s->control >> 10) & 3; /* INDEX */ in omap_uwire_transfer_start() local
2180 uWireSlave *slave = s->chip[chipselect]; in omap_uwire_transfer_start()
2325 uWireSlave *slave, int chipselect) in omap_uwire_attach() argument
2327 if (chipselect < 0 || chipselect > 3) { in omap_uwire_attach()
2328 error_report("%s: Bad chipselect %i", __func__, chipselect); in omap_uwire_attach()
2332 s->chip[chipselect] = slave; in omap_uwire_attach()