HomeSort by relevance Sort by last modified time
    Searched refs:subopcode (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/intel/tools/
aubinator.c 996 #define SUBOPCODE(dw) (((dw) >> 16) & 0x7f)
998 #define MAKE_HEADER(type, opcode, subopcode) \
999 (((type) << 29) | ((opcode) << 23) | ((subopcode) << 16))
1113 "subopcode=0x%x (%08x)\n", TYPE(h), OPCODE(h), SUBOPCODE(h), h);
    [all...]
  /hardware/qcom/msm8996/kernel-headers/media/
radio-iris.h 346 __u8 subopcode; member in struct:hci_fm_riva_data
  /hardware/qcom/msm8996/original-kernel-headers/media/
radio-iris.h 322 __u8 subopcode; member in struct:hci_fm_riva_data

Completed in 135 milliseconds