Home
last modified time | relevance | path

Searched refs:inst (Results 1 – 16 of 16) 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
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 Dnix_af.c47 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 Drvu_common.c51 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 Drvu.h46 struct qmem inst; member
/u-boot/arch/arm/dts/
A Domap5.dtsi561 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 Domap4.dtsi635 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 Dam33xx.dtsi699 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 Dcrash_dumps.rst78 10:* e7f7defb .inst 0xe7f7defb ; undefined <-- trapping instruction
82 0: e7f7defb .inst 0xe7f7defb ; undefined
117 101fc: e7f7defb .inst 0xe7f7defb ; undefined
/u-boot/scripts/
A Ddecodecode76 type=inst
A DKbuild.include207 # $(Q)$(MAKE) $(hdr-inst)=dir
208 hdr-inst := -f $(srctree)/scripts/Makefile.headersinst obj
/u-boot/drivers/spi/
A Datmel-quadspi.c98 #define QSPI_ICR_INST(inst) (((inst) << 0) & QSPI_ICR_INST_MASK) argument
/u-boot/arch/riscv/dts/
A Dae350_32.dts114 andes,inst-prefetch = <3>;
A Dae350_64.dts114 andes,inst-prefetch = <3>;
/u-boot/tools/
A Dmxsimage.c493 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 DREADME.distro155 …APPEND loglevel=8 ip=dhcp inst.repo=http://10.0.0.2/mirrors/fedora/linux/development/rawhide/armhf…

Completed in 30 milliseconds