Home
last modified time | relevance | path

Searched refs:ctype (Results 1 – 12 of 12) sorted by relevance

/u-boot/cmd/
A Dbooti.c35 int ctype; in booti_start() local
51 ctype = image_decomp_type(temp, 2); in booti_start()
52 if (ctype > 0) { in booti_start()
65 ctype, comp_len, (ulong)dest); in booti_start()
67 ret = image_decomp(ctype, 0, ld, IH_TYPE_KERNEL, in booti_start()
/u-boot/arch/x86/cpu/apollolake/
A Dcpu.c33 .ctype = 1, /* ACPI C1 */
40 .ctype = 2, /* ACPI C2 */
49 .ctype = 3, /* ACPI C3 */
/u-boot/tools/env/
A DMakefile26 crc32.o ctype.o linux_string.o \
/u-boot/drivers/mmc/
A Ddw_mmc.c472 u32 ctype, regs; local
479 ctype = DWMCI_CTYPE_8BIT;
482 ctype = DWMCI_CTYPE_4BIT;
485 ctype = DWMCI_CTYPE_1BIT;
489 dwmci_writel(host, DWMCI_CTYPE, ctype);
/u-boot/examples/api/
A DMakefile33 EXT_COBJ-y += lib/ctype.o
/u-boot/drivers/net/octeontx2/
A Dnix_af.c53 inst->s.ctype = NPA_AQ_CTYPE_E_AURA; in npa_attach_aura()
100 inst->s.ctype = NPA_AQ_CTYPE_E_POOL; in npa_attach_pool()
188 inst->s.ctype = NPA_AQ_CTYPE_E_POOL; in npa_lf_admin_shutdown()
224 inst->s.ctype = NPA_AQ_CTYPE_E_AURA; in npa_lf_admin_shutdown()
453 int ctype, in nix_aq_issue_command() argument
462 op, ctype, cindex, resp); in nix_aq_issue_command()
469 aq_inst->s.ctype = ctype; in nix_aq_issue_command()
/u-boot/lib/
A DMakefile99 obj-y += ctype.o
/u-boot/include/acpi/
A Dacpigen.h111 uint ctype; member
/u-boot/test/dm/
A Dacpigen.c1555 .ctype = 1, /* ACPI C1 */ in dm_test_acpi_write_cst()
1562 .ctype = 2, /* ACPI C2 */ in dm_test_acpi_write_cst()
1599 ut_asserteq(cstate_map[i].ctype, get_unaligned((u32 *)ptr)); in dm_test_acpi_write_cst()
/u-boot/arch/arm/include/asm/arch-octeontx2/csrs/
A Dcsrs-npa.h156 u64 ctype : 4; member
185 u64 ctype : 4; member
A Dcsrs-nix.h595 u64 ctype : 4; member
624 u64 ctype : 4; member
/u-boot/lib/acpi/
A Dacpigen.c578 acpigen_write_dword(ctx, cstate->ctype); in acpigen_write_cst_package_entry()

Completed in 77 milliseconds