Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bus/fsl-mc/
H A Dfsl-mc-msi.c87 MC_CMD_FLAG_INTR_DIS | MC_CMD_FLAG_PRI, in __fsl_mc_msi_write_msg()
100 MC_CMD_FLAG_INTR_DIS | MC_CMD_FLAG_PRI, in __fsl_mc_msi_write_msg()
/openbmc/linux/include/linux/fsl/
H A Dmc.h252 #define MC_CMD_FLAG_PRI 0x80 macro
266 if (cmd_flags & MC_CMD_FLAG_PRI) in mc_encode_cmd_header()
267 hdr->flags_hw = MC_CMD_FLAG_PRI; in mc_encode_cmd_header()
/openbmc/u-boot/include/fsl-mc/
H A Dfsl_mc_cmd.h56 #define MC_CMD_FLAG_PRI 0x00008000 macro