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
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
374 buff_st = TXT_ABT; in ctucan_mem_write()
378 if ((buff_st == TXT_TOK) || (buff_st == TXT_ERR) || in ctucan_mem_write()
379 (buff_st == TXT_ABT) || (buff_st == TXT_ETY)) in ctucan_mem_write()
380 buff_st = TXT_RDY; in ctucan_mem_write()
[all …]