Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/phy/
H A Db53.c636 u32 value32 = 0; in do_b53_reg_read() local
662 ret = b53_mdio_read32(bus, page, offset, &value32); in do_b53_reg_read()
664 page, offset, value32); in do_b53_reg_read()
/openbmc/phosphor-user-manager/
H A Duser_mgr.cpp1471 uint32_t value32 = 0; in initUserObjects()
1475 if (tmp > std::numeric_limits<decltype(value32)>::max()) in initUserObjects()
1479 value32 = static_cast<decltype(value32)>(tmp); in initUserObjects()
1486 AccountPolicyIface::accountUnlockTimeout(value32); in initUserObjects()
1419 uint32_t value32 = 0; initializeAccountPolicy() local