Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/can/
H A Dxlnx-versal-canfd.c1237 static void tx_fifo_stamp(XlnxVersalCANFDState *s, uint32_t tb0_regid) in tx_fifo_stamp() argument
1245 if (FIELD_EX32(s->regs[tb0_regid + 1], TB0_DLC_REGISTER, EFC)) { in tx_fifo_stamp()
1246 uint8_t dlc_val = FIELD_EX32(s->regs[tb0_regid + 1], TB0_DLC_REGISTER, in tx_fifo_stamp()
1248 bool fdf_val = FIELD_EX32(s->regs[tb0_regid + 1], TB0_DLC_REGISTER, in tx_fifo_stamp()
1250 bool brs_val = FIELD_EX32(s->regs[tb0_regid + 1], TB0_DLC_REGISTER, in tx_fifo_stamp()
1252 uint8_t mm_val = FIELD_EX32(s->regs[tb0_regid + 1], TB0_DLC_REGISTER, in tx_fifo_stamp()
1287 s->regs[tx_event_reg0_id] = s->regs[tb0_regid]; in tx_fifo_stamp()