Searched refs:buff_st (Results 1 – 1 of 1) sorted by relevance
177 unsigned int buff_st; in ctucan_update_txnf() local182 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() local200 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() local371 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 …]