Home
last modified time | relevance | path

Searched refs:PRINTF_FORMAT (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/mach-uniphier/dram/
H A Dcmd_ddrmphy.c18 #define PRINTF_FORMAT "%2d" macro
20 #define PRINTF_FORMAT "%02x" macro
67 printf(FS PRINTF_FORMAT, (val >> i * 8) & 0x1f); in UNIPHIER_DEFINE_SOCDATA_FUNC()
109 printf(FS PRINTF_FORMAT, val & 0x7f); in zq_dump()
115 printf(FS PRINTF_FORMAT, val & 0xf); in zq_dump()
133 printf(FS "(+" PRINTF_FORMAT ")", in __wbdl_dump()
151 printf(FS "(+" PRINTF_FORMAT ")", in __rbdl_dump()
154 printf(FS "(+" PRINTF_FORMAT ")", in __rbdl_dump()
176 printf(FS PRINTF_FORMAT "%sT", wld, in __wld_dump()
199 printf(FS PRINTF_FORMAT "+%dT", dqsgd, dgsl); in __dqsgd_dump()
[all …]
H A Dcmd_ddrphy.c19 #define PRINTF_FORMAT "%2d" macro
21 #define PRINTF_FORMAT "%02x" macro
82 printf(FS PRINTF_FORMAT, (val >> i * 6) & 0x3f); in UNIPHIER_DEFINE_SOCDATA_FUNC()
111 printf(FS "(+" PRINTF_FORMAT ")", in __wbdl_dump()
128 printf(FS "(+" PRINTF_FORMAT ")", in __rbdl_dump()
150 printf(FS PRINTF_FORMAT "%sT", wld, in __wld_dump()
173 printf(FS PRINTF_FORMAT "+%dT", dqsgd, dgsl); in __dqsgd_dump()
191 printf(FS PRINTF_FORMAT, (mdl >> (8 * i)) & 0xff); in __mdl_dump()