Searched refs:_reset (Results 1 – 7 of 7) sorted by relevance
| /openbmc/u-boot/arch/arm/mach-socfpga/include/mach/ |
| H A D | reset_manager.h | 29 #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 D | reset_manager_s10.h | 64 #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 D | vectors.S | 23 ldr pc, _reset 101 .globl _reset 111 _reset: .word reset label
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/ |
| H A D | 0001-Forward-port-to-OpenSSL-1.1.x.patch | 171 _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 D | 0002-pykickstart-parser.py-add-lock-for-readKickstart-and.patch | 71 self._reset()
|
| H A D | 0001-support-authentication-for-kickstart.patch | 138 self._reset()
|
| /openbmc/openbmc/poky/scripts/lib/devtool/ |
| H A D | standard.py | 1939 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…
|