Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/mdio-util/files/
H A Dmdio-util185 CMD_TYPE=${2}
193 if [ "$CLAUSE_VER" == "c22" ] && [ "$CMD_TYPE" == "r" ] && [ "$#" -eq 5 ]; then
196 elif [ "$CLAUSE_VER" == "c22" ] && [ "$CMD_TYPE" == "w" ] && [ "$#" -eq 6 ]; then
200 elif [ "$CLAUSE_VER" == "c45" ] && [ "$CMD_TYPE" == "r" ] && [ "$#" -eq 6 ]; then
206 elif [ "$CLAUSE_VER" == "c45" ] && [ "$CMD_TYPE" == "w" ] && [ "$#" -eq 7 ]; then
/openbmc/linux/drivers/acpi/acpica/
H A Ddbinput.c90 CMD_TYPE, enumerator
1044 case CMD_TYPE: in acpi_db_command_dispatch()
/openbmc/qemu/hw/arm/
H A Dsmmuv3.c1224 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()
H A Dsmmuv3-internal.h358 #define CMD_TYPE(x) extract32((x)->word[0], 0 , 8) macro
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dcmd_parser.c65 #define CMD_TYPE(cmd) (((cmd) >> 29) & 7) macro
657 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()