Home
last modified time | relevance | path

Searched refs:ltoh (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/ssi/
H A Dbcm2835_spi.c127 readval = s->ltoh & 0xf; in bcm2835_spi_read()
206 s->ltoh = value & 0xf; in bcm2835_spi_write()
247 s->ltoh = 0x1; in bcm2835_spi_reset()
261 VMSTATE_UINT32(ltoh, BCM2835SPIState),
/openbmc/qemu/include/hw/ssi/
H A Dbcm2835_spi.h76 uint32_t ltoh; member