Searched defs:inst (Results 1 – 6 of 6) sorted by relevance
10 #define OPCODE_OP(inst) ((inst) & 0x3f) argument11 #define OPCODE_OPX(inst) (((inst)>>11) & 0x3f) argument12 #define OPCODE_RA(inst) (((inst)>>27) & 01f) argument13 #define OPCODE_RB(inst) (((inst)>>22) & 01f) argument14 #define OPCODE_RC(inst) (((inst)>>17) & 01f) argument
249 u32 imme, inst; in start_cpu() local
37 union npa_aq_inst_s *inst; in npa_attach_aura() local81 union npa_aq_inst_s *inst; in npa_attach_pool() local161 union npa_aq_inst_s *inst; in npa_lf_admin_shutdown() local
46 struct qmem inst; member
98 #define QSPI_ICR_INST(inst) (((inst) << 0) & QSPI_ICR_INST_MASK) argument
493 static uint8_t sb_command_checksum(struct sb_command *inst) in sb_command_checksum()
Completed in 11 milliseconds