Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/can/
H A Dctucan_core.c177 unsigned int buff_st; in ctucan_update_txnf() local
182 buff_st = (s->tx_status.u32 >> (i * 4)) & 0xf; in ctucan_update_txnf()
183 if (buff_st == TXT_ETY) { in ctucan_update_txnf()
194 unsigned int buff_st; in ctucan_hardware_reset() local
200 buff_st = TXT_ETY; in ctucan_hardware_reset()
202 (buff_st << (i * 4)); in ctucan_hardware_reset()
359 unsigned int buff_st; in ctucan_mem_write() local
371 buff_st = (s->tx_status.u32 >> (i * 4)) & 0xf; in ctucan_mem_write()
373 if (buff_st == TXT_RDY) { in ctucan_mem_write()
374 buff_st = TXT_ABT; in ctucan_mem_write()
[all …]