Home
last modified time | relevance | path

Searched refs:NAME (Results 1 – 11 of 11) sorted by relevance

/u-boot/arch/arm/dts/
A Dsocfpga_arria10_socdk_sdmmc_handoff.h297 #define CONFIG_IO_MACRO(NAME) (((NAME ## _RTRIM & 0xff) << 19) | \ argument
298 ((NAME ## _INPUT_BUF_EN & 0x3) << 17) | \
299 ((NAME ## _WK_PU_EN & 0x1) << 16) | \
300 ((NAME ## _PU_SLW_RT & 0x1) << 13) | \
301 ((NAME ## _PU_DRV_STRG & 0xf) << 8) | \
302 ((NAME ## _PD_SLW_RT & 0x1) << 5) | \
303 (NAME ## _PD_DRV_STRG & 0x1f))
A Dsunxi-u-boot.dtsi82 description = "NAME";
92 description = "NAME";
/u-boot/tools/binman/test/
A D171_fit_fdt_missing_prop.dts35 description = "fdt-NAME.dtb";
44 description = "conf-NAME.dtb";
A D172_fit_fdt.dts36 description = "fdt-NAME.dtb";
45 description = "conf-NAME.dtb";
/u-boot/lib/zlib/
A Dinflate.h27 NAME, /* i: waiting for end of file name (gzip) */ enumerator
A Dinflate.c473 state->mode = NAME; in inflate()
474 case NAME: in inflate()
/u-boot/include/
A Dppc_asm.tmpl42 #define GOT_ENTRY(NAME) .L_ ## NAME = . - .LCTOC1 ; .long NAME
44 #define GOT(NAME) .L_ ## NAME (r12)
/u-boot/doc/device-tree-bindings/clock/
A Dst,stm32mp1.txt28 Clock source configuration values are defined by macros CLK_<NAME>_<SOURCE>
/u-boot/tools/binman/
A DREADME.entries371 description = "fdt-NAME";
387 description = "NAME";
400 NAME Name of the dtb as provided (i.e. without adding '.dtb')
/u-boot/doc/uImage.FIT/
A Dbeaglebone_vboot.txt316 NAME: kernel
/u-boot/
A DMakefile7 NAME = macro

Completed in 19 milliseconds