Searched refs:mdl (Results 1 – 3 of 3) sorted by relevance
| /openbmc/u-boot/arch/arm/mach-uniphier/dram/ |
| H A D | cmd_ddrphy.c | 188 u32 mdl = readl(dx_base + PHY_DX_MDLR); in __mdl_dump() local 191 printf(FS PRINTF_FORMAT, (mdl >> (8 * i)) & 0xff); in __mdl_dump()
|
| H A D | cmd_ddrmphy.c | 214 u32 mdl = readl(dx_base + MPHY_DX_MDLR); in __mdl_dump() local 217 printf(FS PRINTF_FORMAT, (mdl >> (8 * i)) & 0xff); in __mdl_dump()
|
| /openbmc/bmcweb/redfish-core/include/utils/extern/ |
| H A D | date.h | 282 year_month_day_last operator/(const year& y, const month_day_last& mdl) NOEXCEPT; 284 year_month_day_last operator/(int y, const month_day_last& mdl) NOEXCEPT; 286 year_month_day_last operator/(const month_day_last& mdl, const year& y) NOEXCEPT; 288 year_month_day_last operator/(const month_day_last& mdl, int y) NOEXCEPT; 652 operator<<(std::basic_ostream<CharT, Traits>& os, const month_day_last& mdl); 770 const date::month_day_last& mdl) NOEXCEPT; 2536 low_level_fmt(std::basic_ostream<CharT, Traits>& os, const month_day_last& mdl) 2538 return low_level_fmt(os, mdl.month()) << "/last"; 2546 operator<<(std::basic_ostream<CharT, Traits>& os, const month_day_last& mdl) 2548 detail::low_level_fmt(os, mdl); [all …]
|