/u-boot/arch/nios2/include/asm/ |
A D | opcodes.h | 10 #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 D | cpu.c | 249 u32 imme, inst; in start_cpu() local 276 inst = imme & 0xfff; in start_cpu() 277 inst |= ((imme >> 12) << 16); in start_cpu() 278 inst |= 0xe3000000; in start_cpu() 279 writel(inst, 0x4003fff0); in start_cpu() 283 inst = imme & 0xfff; in start_cpu() 284 inst |= ((imme >> 12) << 16); in start_cpu() 285 inst |= 0xe3400000; in start_cpu() 286 writel(inst, 0x4003fff4); in start_cpu() 294 inst |= 0xea000000; in start_cpu() [all …]
|
/u-boot/drivers/net/octeontx2/ |
A D | nix_af.c | 47 inst = (union npa_aq_inst_s *)(npa->aq.inst.base) + head; in npa_attach_aura() 50 memset(inst, 0, sizeof(*inst)); in npa_attach_aura() 51 inst->s.lf = lf; in npa_attach_aura() 93 inst = (union npa_aq_inst_s *)(npa->aq.inst.base) + head; in npa_attach_pool() 96 memset(inst, 0, sizeof(*inst)); in npa_attach_pool() 98 inst->s.lf = lf; in npa_attach_pool() 181 inst = (union npa_aq_inst_s *)(npa->aq.inst.base) + head; in npa_lf_admin_shutdown() 184 memset(inst, 0, sizeof(*inst)); in npa_lf_admin_shutdown() 217 inst = (union npa_aq_inst_s *)(npa->aq.inst.base) + head; in npa_lf_admin_shutdown() 220 memset(inst, 0, sizeof(*inst)); in npa_lf_admin_shutdown() [all …]
|
A D | rvu_common.c | 51 err = qmem_alloc(&aq->inst, qsize, inst_size); in rvu_aq_alloc() 56 qmem_free(&aq->inst); in rvu_aq_alloc() 68 qmem_free(&aq->inst); in rvu_aq_free()
|
A D | rvu.h | 46 struct qmem inst; member
|
/u-boot/arch/arm/dts/ |
A D | omap5.dtsi | 561 compatible = "ti,omap5-prm-inst", "ti,omap-prm-inst"; 567 compatible = "ti,omap5-prm-inst", "ti,omap-prm-inst"; 573 compatible = "ti,omap5-prm-inst", "ti,omap-prm-inst"; 579 compatible = "ti,omap5-prm-inst", "ti,omap-prm-inst";
|
A D | omap4.dtsi | 635 compatible = "ti,omap4-prm-inst", "ti,omap-prm-inst"; 641 compatible = "ti,omap4-prm-inst", "ti,omap-prm-inst"; 647 compatible = "ti,omap4-prm-inst", "ti,omap-prm-inst"; 653 compatible = "ti,omap4-prm-inst", "ti,omap-prm-inst";
|
A D | am33xx.dtsi | 699 compatible = "ti,am3-prm-inst", "ti,omap-prm-inst"; 705 compatible = "ti,am3-prm-inst", "ti,omap-prm-inst"; 711 compatible = "ti,am3-prm-inst", "ti,omap-prm-inst"; 717 compatible = "ti,am3-prm-inst", "ti,omap-prm-inst";
|
/u-boot/doc/develop/ |
A D | crash_dumps.rst | 78 10:* e7f7defb .inst 0xe7f7defb ; undefined <-- trapping instruction 82 0: e7f7defb .inst 0xe7f7defb ; undefined 117 101fc: e7f7defb .inst 0xe7f7defb ; undefined
|
/u-boot/scripts/ |
A D | decodecode | 76 type=inst
|
A D | Kbuild.include | 207 # $(Q)$(MAKE) $(hdr-inst)=dir 208 hdr-inst := -f $(srctree)/scripts/Makefile.headersinst obj
|
/u-boot/drivers/spi/ |
A D | atmel-quadspi.c | 98 #define QSPI_ICR_INST(inst) (((inst) << 0) & QSPI_ICR_INST_MASK) argument
|
/u-boot/arch/riscv/dts/ |
A D | ae350_32.dts | 114 andes,inst-prefetch = <3>;
|
A D | ae350_64.dts | 114 andes,inst-prefetch = <3>;
|
/u-boot/tools/ |
A D | mxsimage.c | 493 static uint8_t sb_command_checksum(struct sb_command *inst) in sb_command_checksum() argument 495 uint8_t *inst_ptr = (uint8_t *)inst; in sb_command_checksum()
|
/u-boot/doc/ |
A D | README.distro | 155 …APPEND loglevel=8 ip=dhcp inst.repo=http://10.0.0.2/mirrors/fedora/linux/development/rawhide/armhf…
|