Home
last modified time | relevance | path

Searched refs:_reset (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/
H A Dreset_manager.h29 #define RSTMGR_RESET(_reset) \ argument
30 (((_reset) >> RSTMGR_RESET_OFFSET) & RSTMGR_RESET_MASK)
33 #define RSTMGR_BANK(_reset) \ argument
34 (((_reset) >> RSTMGR_BANK_OFFSET) & RSTMGR_BANK_MASK)
H A Dreset_manager_s10.h64 #define RSTMGR_RESET(_reset) \ argument
65 (((_reset) >> RSTMGR_RESET_OFFSET) & RSTMGR_RESET_MASK)
68 #define RSTMGR_BANK(_reset) \ argument
69 (((_reset) >> RSTMGR_BANK_OFFSET) & RSTMGR_BANK_MASK)
/openbmc/u-boot/arch/arm/lib/
H A Dvectors.S23 ldr pc, _reset
101 .globl _reset
111 _reset: .word reset label
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A D0001-Forward-port-to-OpenSSL-1.1.x.patch171 _reset();
183 @@ -60,7 +60,7 @@ bool WvEVPMDDigest::_reset()
207 _reset();
219 bool WvHMACDigest::_reset()
521 virtual bool _reset(); // supported: resets digest value
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/
H A D0002-pykickstart-parser.py-add-lock-for-readKickstart-and.patch71 self._reset()
H A D0001-support-authentication-for-kickstart.patch138 self._reset()
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dstandard.py1939 def _reset(recipes, no_clean, remove_work, config, basepath, workspace): function
2062 _reset(recipes, args.no_clean, args.remove_work, config, basepath, workspace)
2266_reset([args.recipename], no_clean=no_clean, remove_work=remove_work, config=config, basepath=base…