Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bus/fsl-mc/
H A Dfsl-mc-private.h488 #define DPCON_CMD(id) (((id) << DPCON_CMD_ID_OFFSET) | DPCON_CMD_BASE_VERSION) macro
491 #define DPCON_CMDID_CLOSE DPCON_CMD(0x800)
493 #define DPCON_CMDID_ENABLE DPCON_CMD(0x002)
494 #define DPCON_CMDID_DISABLE DPCON_CMD(0x003)
495 #define DPCON_CMDID_GET_ATTR DPCON_CMD(0x004)
496 #define DPCON_CMDID_RESET DPCON_CMD(0x005)
498 #define DPCON_CMDID_SET_NOTIFICATION DPCON_CMD(0x100)