Searched refs:NAME (Results 1 - 9 of 9) sorted by relevance

/u-boot/arch/arm/dts/
H A Dsocfpga_arria10_socdk_sdmmc_handoff.h297 #define CONFIG_IO_MACRO(NAME) (((NAME ## _RTRIM & 0xff) << 19) | \
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))
H A Dsocfpga_arria10_chameleonv3_270_3_handoff.h297 #define CONFIG_IO_MACRO(NAME) (((NAME ## _RTRIM & 0xff) << 19) | \
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))
H A Dsocfpga_arria10_chameleonv3_480_2_handoff.h297 #define CONFIG_IO_MACRO(NAME) (((NAME ## _RTRIM & 0xff) << 19) | \
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))
/u-boot/lib/zlib/
H A Dinflate.h27 NAME, /* i: waiting for end of file name (gzip) */ enumerator in enum:__anon4
60 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
61 NAME -> COMMENT -> HCRC -> TYPE
H A Dinflate.c471 state->mode = NAME;
472 case NAME:
/u-boot/drivers/clk/
H A Dclk_k210.c331 #define NAME(_name) .name = (_name), macro
333 #define NAME(name)
337 NAME(_name) \
344 NAME(_name) \
352 NAME("pll" #_pll) \
368 NAME("pll2")
414 #undef NAME macro
/u-boot/doc/sphinx/
H A Dparse-headers.pl338 =head1 NAME
/u-boot/scripts/
H A Dkernel-doc73 -function NAME Only output documentation for the given function(s)
76 -nosymbol NAME Exclude the specified symbols from the output
671 print ".SH NAME\n";
722 print ".SH NAME\n";
762 print ".SH NAME\n";
797 print ".SH NAME\n";
/u-boot/
H A DMakefile7 NAME = macro

Completed in 72 milliseconds