Home
last modified time | relevance | path

Searched defs:inst (Results 1 – 6 of 6) sorted by relevance

/u-boot/arch/nios2/include/asm/
A Dopcodes.h10 #define OPCODE_OP(inst) ((inst) & 0x3f) argument
11 #define OPCODE_OPX(inst) (((inst)>>11) & 0x3f) argument
12 #define OPCODE_RA(inst) (((inst)>>27) & 01f) argument
13 #define OPCODE_RB(inst) (((inst)>>22) & 01f) argument
14 #define OPCODE_RC(inst) (((inst)>>17) & 01f) argument
/u-boot/arch/arm/mach-tegra/tegra114/
A Dcpu.c249 u32 imme, inst; in start_cpu() local
/u-boot/drivers/net/octeontx2/
A Dnix_af.c37 union npa_aq_inst_s *inst; in npa_attach_aura() local
81 union npa_aq_inst_s *inst; in npa_attach_pool() local
161 union npa_aq_inst_s *inst; in npa_lf_admin_shutdown() local
A Drvu.h46 struct qmem inst; member
/u-boot/drivers/spi/
A Datmel-quadspi.c98 #define QSPI_ICR_INST(inst) (((inst) << 0) & QSPI_ICR_INST_MASK) argument
/u-boot/tools/
A Dmxsimage.c493 static uint8_t sb_command_checksum(struct sb_command *inst) in sb_command_checksum()

Completed in 11 milliseconds