Home
last modified time | relevance | path

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

/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()
997 XlnxZynqMPCANState *s = XLNX_ZYNQMP_CAN(obj); in xlnx_zynqmp_can_reset_init()
1011 XlnxZynqMPCANState *s = XLNX_ZYNQMP_CAN(obj); in xlnx_zynqmp_can_reset_hold()
1108 XlnxZynqMPCANState *s = XLNX_ZYNQMP_CAN(dev); in xlnx_zynqmp_can_realize()
[all …]
/qemu/include/hw/net/
H A Dxlnx-zynqmp-can.h43 #define XLNX_ZYNQMP_CAN(obj) \ macro