Searched refs:CMD_TYPE (Results 1 – 5 of 5) sorted by relevance
185 CMD_TYPE=${2}193 if [ "$CLAUSE_VER" == "c22" ] && [ "$CMD_TYPE" == "r" ] && [ "$#" -eq 5 ]; then196 elif [ "$CLAUSE_VER" == "c22" ] && [ "$CMD_TYPE" == "w" ] && [ "$#" -eq 6 ]; then200 elif [ "$CLAUSE_VER" == "c45" ] && [ "$CMD_TYPE" == "r" ] && [ "$#" -eq 6 ]; then206 elif [ "$CLAUSE_VER" == "c45" ] && [ "$CMD_TYPE" == "w" ] && [ "$#" -eq 7 ]; then
90 CMD_TYPE, enumerator1044 case CMD_TYPE: in acpi_db_command_dispatch()
1224 uint8_t type = CMD_TYPE(cmd); in smmuv3_range_inval()1327 type = CMD_TYPE(&cmd); in smmuv3_cmdq_consume()1501 "Illegal command type: %d\n", CMD_TYPE(&cmd)); in smmuv3_cmdq_consume()
358 #define CMD_TYPE(x) extract32((x)->word[0], 0 , 8) macro
65 #define CMD_TYPE(cmd) (((cmd) >> 29) & 7) macro657 d_info = ring_decode_info[engine->id][CMD_TYPE(cmd)]; in get_opcode()701 d_info = ring_decode_info[engine->id][CMD_TYPE(cmd)]; in print_opcode()