Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/can/
H A Dxlnx-zynqmp-can.c296 XlnxZynqMPCANState *s = XLNX_ZYNQMP_CAN(reg->opaque); in can_ier_post_write()
303 XlnxZynqMPCANState *s = XLNX_ZYNQMP_CAN(reg->opaque); in can_icr_pre_write()
544 XlnxZynqMPCANState *s = XLNX_ZYNQMP_CAN(reg->opaque); in can_srr_pre_write()
582 XlnxZynqMPCANState *s = XLNX_ZYNQMP_CAN(reg->opaque); in can_msr_pre_write()
632 XlnxZynqMPCANState *s = XLNX_ZYNQMP_CAN(reg->opaque); in can_brpr_pre_write()
644 XlnxZynqMPCANState *s = XLNX_ZYNQMP_CAN(reg->opaque); in can_btr_pre_write()
656 XlnxZynqMPCANState *s = XLNX_ZYNQMP_CAN(reg->opaque); in can_tcr_pre_write()
783 XlnxZynqMPCANState *s = XLNX_ZYNQMP_CAN(reg->opaque); in can_rxfifo_post_read_id()
801 XlnxZynqMPCANState *s = XLNX_ZYNQMP_CAN(reg->opaque); in can_filter_enable_post_write()
815 XlnxZynqMPCANState *s = XLNX_ZYNQMP_CAN(reg->opaque); in can_filter_mask_pre_write()
[all …]
/openbmc/qemu/include/hw/net/
H A Dxlnx-zynqmp-can.h43 #define XLNX_ZYNQMP_CAN(obj) \ macro