Searched refs:ctype (Results 1 – 12 of 12) sorted by relevance
/u-boot/cmd/ |
A D | booti.c | 35 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 D | cpu.c | 33 .ctype = 1, /* ACPI C1 */ 40 .ctype = 2, /* ACPI C2 */ 49 .ctype = 3, /* ACPI C3 */
|
/u-boot/tools/env/ |
A D | Makefile | 26 crc32.o ctype.o linux_string.o \
|
/u-boot/drivers/mmc/ |
A D | dw_mmc.c | 472 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 D | Makefile | 33 EXT_COBJ-y += lib/ctype.o
|
/u-boot/drivers/net/octeontx2/ |
A D | nix_af.c | 53 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 D | Makefile | 99 obj-y += ctype.o
|
/u-boot/include/acpi/ |
A D | acpigen.h | 111 uint ctype; member
|
/u-boot/test/dm/ |
A D | acpigen.c | 1555 .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 D | csrs-npa.h | 156 u64 ctype : 4; member 185 u64 ctype : 4; member
|
A D | csrs-nix.h | 595 u64 ctype : 4; member 624 u64 ctype : 4; member
|
/u-boot/lib/acpi/ |
A D | acpigen.c | 578 acpigen_write_dword(ctx, cstate->ctype); in acpigen_write_cst_package_entry()
|
Completed in 77 milliseconds