Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/can/
H A Dxlnx-zynqmp-can.c440 bool is_txhpb = fifo == &s->txhpb_fifo; in read_tx_frame() local
459 data[0] = s->regs[is_txhpb ? R_TXHPB_ID : R_TXFIFO_ID]; in read_tx_frame()
464 data[1] = s->regs[is_txhpb ? R_TXHPB_DLC : R_TXFIFO_DLC]; in read_tx_frame()
469 data[2] = s->regs[is_txhpb ? R_TXHPB_DATA1 : R_TXFIFO_DATA1]; in read_tx_frame()
860 bool is_txhpb = reg->access->addr > A_TXFIFO_DATA2; in can_tx_post_write() local
865 Fifo32 *f = is_txhpb ? &s->txhpb_fifo : &s->tx_fifo; in can_tx_post_write()