Searched refs:ctrl_flags (Results 1 – 2 of 2) sorted by relevance
208 uint16_t cmd, ctrl_flags, seq_id; in do_sbe_msg() local219 ctrl_flags = msg.reg[0] >> 32; in do_sbe_msg()221 trace_pnv_sbe_msg_recv(cmd, seq_id, ctrl_flags); in do_sbe_msg()223 if (ctrl_flags & SBE_CMD_CTRL_ACK_REQ) { in do_sbe_msg()229 if (ctrl_flags & CONTROL_TIMER_START) { in do_sbe_msg()234 if (ctrl_flags & CONTROL_TIMER_STOP) { in do_sbe_msg()
115 …e_msg_recv(uint16_t cmd, uint16_t seq, uint16_t ctrl_flags) "cmd 0x%" PRIx16 " seq %"PRIu16 " ctrl…
Completed in 7 milliseconds