Searched refs:ctrl_flags (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/hw/ppc/ |
| H A D | pnv_sbe.c | 208 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 D | trace-events | 115 …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 D | ti_sci_protocol.h | 256 u64 *bv, u32 *cfg_flags, u32 *ctrl_flags,
|
| /openbmc/u-boot/drivers/firmware/ |
| H A D | ti_sci.c | 1760 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()
|