Searched refs:NAME (Results 1 – 11 of 11) sorted by relevance
297 #define CONFIG_IO_MACRO(NAME) (((NAME ## _RTRIM & 0xff) << 19) | \ argument298 ((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))
82 description = "NAME";92 description = "NAME";
35 description = "fdt-NAME.dtb";44 description = "conf-NAME.dtb";
36 description = "fdt-NAME.dtb";45 description = "conf-NAME.dtb";
27 NAME, /* i: waiting for end of file name (gzip) */ enumerator
473 state->mode = NAME; in inflate()474 case NAME: in inflate()
42 #define GOT_ENTRY(NAME) .L_ ## NAME = . - .LCTOC1 ; .long NAME44 #define GOT(NAME) .L_ ## NAME (r12)
28 Clock source configuration values are defined by macros CLK_<NAME>_<SOURCE>
371 description = "fdt-NAME";387 description = "NAME";400 NAME Name of the dtb as provided (i.e. without adding '.dtb')
316 NAME: kernel
7 NAME = macro
Completed in 19 milliseconds