/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/linux/include/linux/soc/mediatek/ |
H A D | mtk_wed.h | 223 #define mtk_wed_device_tx_ring_setup(_dev, _ring, _regs, _reset) \ argument 224 (_dev)->ops->tx_ring_setup(_dev, _ring, _regs, _reset) 235 #define mtk_wed_device_rx_ring_setup(_dev, _ring, _regs, _reset) \ argument 236 (_dev)->ops->rx_ring_setup(_dev, _ring, _regs, _reset) 252 #define mtk_wed_device_tx_ring_setup(_dev, _ring, _regs, _reset) -ENODEV argument 258 #define mtk_wed_device_rx_ring_setup(_dev, _ring, _regs, _reset) -ENODEV argument
|
/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/linux/arch/arm/include/asm/ |
H A D | glue-proc.h | 251 #define cpu_reset __glue(CPU_NAME,_reset)
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-intel_th-devices-gth | 41 What: /sys/bus/intel_th/devices/<intel_th_id>-gth/outputs/[0-7]_reset
|
/openbmc/linux/arch/mips/include/asm/sgi/ |
H A D | ioc.h | 156 u8 _reset[3]; member
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/ |
H A D | 0002-pykickstart-parser.py-add-lock-for-readKickstart-and.patch | 68 self._reset()
|
H A D | 0001-support-authentication-for-kickstart.patch | 134 self._reset()
|
/openbmc/linux/drivers/memory/tegra/ |
H A D | tegra20.c | 251 #define TEGRA20_MC_RESET(_name, _control, _status, _reset, _bit) \ argument 257 .reset = _reset, \
|
/openbmc/linux/arch/arm/mm/ |
H A D | proc-macros.S | 291 .word cpu_\name\()_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…
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | omap_hwmod.c | 1786 static int _reset(struct omap_hwmod *oh) in _reset() function 2420 r = _reset(oh); in _setup_reset()
|
/openbmc/linux/arch/microblaze/kernel/ |
H A D | entry.S | 1236 ENTRY(_reset)
|