Home
last modified time | relevance | path

Searched refs:ctrl_flags (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dpnv_sbe.c208 uint16_t cmd, ctrl_flags, seq_id; in do_sbe_msg() local
219 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()
H A Dtrace-events115 …e_msg_recv(uint16_t cmd, uint16_t seq, uint16_t ctrl_flags) "cmd 0x%" PRIx16 " seq %"PRIu16 " ctrl…
/openbmc/u-boot/include/linux/soc/ti/
H A Dti_sci_protocol.h256 u64 *bv, u32 *cfg_flags, u32 *ctrl_flags,
/openbmc/u-boot/drivers/firmware/
H A Dti_sci.c1760 u32 *ctrl_flags, u32 *sts_flags) in ti_sci_cmd_get_proc_boot_status() argument
1800 *ctrl_flags = resp->control_flags; in ti_sci_cmd_get_proc_boot_status()