Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/dpaa2/
HDdpaa2_mcp.h228 #define CMD_CON(id) (((id) << CMD_CON_ID_OFFSET) | CMD_CON_BASE_VERSION) macro
230 #define CMDID_CON_OPEN CMD_CON(0x808)
231 #define CMDID_CON_CLOSE CMD_CON(0x800)
232 #define CMDID_CON_ENABLE CMD_CON(0x002)
233 #define CMDID_CON_DISABLE CMD_CON(0x003)
234 #define CMDID_CON_GET_ATTR CMD_CON(0x004)
235 #define CMDID_CON_RESET CMD_CON(0x005)
236 #define CMDID_CON_SET_NOTIF CMD_CON(0x100)