Home
last modified time | relevance | path

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

/openbmc/qemu/include/net/
H A Dcan_emu.h62 #define QEMU_CAN_FRMF_BRS 0x01 /* bit rate switch (2nd bitrate for data) */ macro
/openbmc/qemu/hw/net/can/
H A Dctucan_core.c91 frame->flags |= QEMU_CAN_FRMF_BRS; in ctucan_buff2frame()
141 if (frame->flags & QEMU_CAN_FRMF_BRS) { in ctucan_frame2buff()
H A Dxlnx-versal-canfd.c901 frame->flags |= QEMU_CAN_FRMF_BRS; in regs2frame()
1018 if (frame->flags & QEMU_CAN_FRMF_BRS) { in store_rx_sequential()