Searched refs:XlnxZynqMPCANState (Results 1 – 3 of 3) sorted by relevance
253 static void can_update_irq(XlnxZynqMPCANState *s) in can_update_irq()296 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()311 static void can_config_reset(XlnxZynqMPCANState *s) in can_config_reset()326 static void can_config_mode(XlnxZynqMPCANState *s) in can_config_mode()345 static void update_status_register_mode_bits(XlnxZynqMPCANState *s) in update_status_register_mode_bits()382 static void can_exit_sleep_mode(XlnxZynqMPCANState *s) in can_exit_sleep_mode()404 static bool tx_ready_check(XlnxZynqMPCANState *s) in tx_ready_check()437 static void read_tx_frame(XlnxZynqMPCANState *s, Fifo32 *fifo, uint32_t *data) in read_tx_frame()483 static void transfer_fifo(XlnxZynqMPCANState *s, Fifo32 *fifo) in transfer_fifo()[all …]
44 OBJECT_CHECK(XlnxZynqMPCANState, (obj), TYPE_XLNX_ZYNQMP_CAN)56 typedef struct XlnxZynqMPCANState { struct77 } XlnxZynqMPCANState; argument
121 XlnxZynqMPCANState can[XLNX_ZYNQMP_NUM_CAN];