Home
last modified time | relevance | path

Searched refs:UNLOCK (Results 1 – 22 of 22) sorted by relevance

/Linux-v5.4/arch/powerpc/platforms/powermac/
Dfeature.c63 #define UNLOCK(flags) raw_spin_unlock_irqrestore(&feature_lock, flags); macro
151 UNLOCK(flags); in simple_feature_tweak()
208 UNLOCK(flags); in ohare_htw_scc_enable()
221 UNLOCK(flags); in ohare_htw_scc_enable()
241 UNLOCK(flags); in ohare_htw_scc_enable()
327 UNLOCK(flags); in heathrow_modem_enable()
338 UNLOCK(flags); in heathrow_modem_enable()
346 UNLOCK(flags); mdelay(250); LOCK(flags); in heathrow_modem_enable()
349 UNLOCK(flags); mdelay(250); LOCK(flags); in heathrow_modem_enable()
352 UNLOCK(flags); mdelay(250); in heathrow_modem_enable()
[all …]
/Linux-v5.4/lib/
Dlocking-selftest-spin.h5 #undef UNLOCK
6 #define UNLOCK U macro
Dlocking-selftest-mutex.h5 #undef UNLOCK
6 #define UNLOCK MU macro
Dlocking-selftest-rtmutex.h5 #undef UNLOCK
6 #define UNLOCK RTU macro
Dlocking-selftest-rlock.h5 #undef UNLOCK
6 #define UNLOCK RU macro
Dlocking-selftest-rsem.h5 #undef UNLOCK
6 #define UNLOCK RSU macro
Dlocking-selftest-wlock.h5 #undef UNLOCK
6 #define UNLOCK WU macro
Dlocking-selftest-wsem.h5 #undef UNLOCK
6 #define UNLOCK WSU macro
Dlocking-selftest.c255 #define LOCK_UNLOCK_2(x,y) LOCK(x); LOCK(y); UNLOCK(y); UNLOCK(x)
667 UNLOCK(A); \
668 UNLOCK(A); /* fail */
731 UNLOCK(A); \
737 UNLOCK(A);
770 UNLOCK(A); \
778 UNLOCK(A);
802 UNLOCK(A); \
810 UNLOCK(A);
843 UNLOCK(B); \
[all …]
/Linux-v5.4/drivers/watchdog/
Dimx7ulp_wdt.c32 #define UNLOCK ((UNLOCK_SEQ1 << 16) | UNLOCK_SEQ0) macro
54 writel(UNLOCK, base + WDOG_CNT); in imx7ulp_wdt_enable()
101 writel(UNLOCK, wdt->base + WDOG_CNT); in imx7ulp_wdt_set_timeout()
Dsp805_wdt.c53 #define UNLOCK 0x1ACCE551 macro
163 writel_relaxed(UNLOCK, wdt->base + WDTLOCK); in wdt_config()
198 writel_relaxed(UNLOCK, wdt->base + WDTLOCK); in wdt_disable()
Dnic7018_wdt.c15 #define UNLOCK 0x5A macro
208 outb(UNLOCK, wdt->io_base + WDT_REG_LOCK); in nic7018_probe()
/Linux-v5.4/arch/x86/lib/
Datomic64_386_32.S17 .macro UNLOCK reg macro
32 UNLOCK v; \
/Linux-v5.4/drivers/i2c/busses/
Di2c-amd756-s4882.c89 goto UNLOCK; in amd756_access_channel()
95 UNLOCK: in amd756_access_channel()
Di2c-nforce2-s4985.c84 goto UNLOCK; in nforce2_access_channel()
90 UNLOCK: in nforce2_access_channel()
/Linux-v5.4/arch/mips/pci/
Dpci-vr41xx.h61 #define UNLOCK 0x2U macro
Dpci-vr41xx.c215 pciu_write(PCIEXACCREG, UNLOCK); in vr41xx_pciu_init()
/Linux-v5.4/fs/lockd/
Dclnt4xdr.c568 PROC(UNLOCK, unlockargs, res),
Dclntxdr.c566 PROC(UNLOCK, unlockargs, res),
/Linux-v5.4/Documentation/locking/
Dspinlocks.rst30 (6) UNLOCK operations.
/Linux-v5.4/Documentation/translations/ko_KR/
Dmemory-barriers.txt510 것으로 시스템의 다른 컴포넌트들에 보여질 것이 보장됩니다. UNLOCK 류의
2615 LOCK 이나 UNLOCK 오퍼레이션들에도 순서를 보장하지 않습니다. LOCK 이나
2616 UNLOCK 오퍼레이션들에 맞춰지는 순서가 필요하다면, mmiowb() 배리어가 사용될
/Linux-v5.4/Documentation/
Dmemory-barriers.txt488 system. RELEASE operations include UNLOCK operations and