Home
last modified time | relevance | path

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

/qemu/hw/net/can/
H A Dxlnx-zynqmp-can.c253 static void can_update_irq(XlnxZynqMPCANState *s) in can_update_irq()
311 static void can_config_reset(XlnxZynqMPCANState *s) in can_config_reset()
326 static void can_config_mode(XlnxZynqMPCANState *s) in can_config_mode()
404 static bool tx_ready_check(XlnxZynqMPCANState *s) in tx_ready_check()
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()
1031 XlnxZynqMPCANState *s = container_of(client, XlnxZynqMPCANState, in xlnx_zynqmp_can_can_receive()
1055 XlnxZynqMPCANState *s = container_of(client, XlnxZynqMPCANState, in xlnx_zynqmp_can_receive()
1108 XlnxZynqMPCANState *s = XLNX_ZYNQMP_CAN(dev); in xlnx_zynqmp_can_realize()
1139 XlnxZynqMPCANState *s = XLNX_ZYNQMP_CAN(obj); in xlnx_zynqmp_can_init()
[all …]
/qemu/include/hw/net/
H A Dxlnx-zynqmp-can.h44 OBJECT_CHECK(XlnxZynqMPCANState, (obj), TYPE_XLNX_ZYNQMP_CAN)
56 typedef struct XlnxZynqMPCANState { struct
77 } XlnxZynqMPCANState; argument
/qemu/include/hw/arm/
H A Dxlnx-zynqmp.h120 XlnxZynqMPCANState can[XLNX_ZYNQMP_NUM_CAN];