Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ssi/
H A Dibex_spi_host.c349 uint8_t txqd_len; in ibex_spi_host_write() local
488 txqd_len = FIELD_EX32(status, STATUS, TXQD); in ibex_spi_host_write()
490 txqd_len += 1; in ibex_spi_host_write()
491 status = FIELD_DP32(status, STATUS, TXQD, txqd_len); in ibex_spi_host_write()