Home
last modified time | relevance | path

Searched refs:MC_CMD_FLAG_INTR_DIS (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.h254 #define MC_CMD_FLAG_INTR_DIS 0x01 macro
268 if (cmd_flags & MC_CMD_FLAG_INTR_DIS) in mc_encode_cmd_header()
269 hdr->flags_sw = MC_CMD_FLAG_INTR_DIS; in mc_encode_cmd_header()
/openbmc/u-boot/include/fsl-mc/
H A Dfsl_mc_cmd.h60 #define MC_CMD_FLAG_INTR_DIS 0x01000000 macro