Home
last modified time | relevance | path

Searched refs:UNLOCK (Results 1 - 25 of 34) sorted by relevance

12

/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H A 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(flag in heathrow_modem_enable()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/
H A Dfeature.c64 #define UNLOCK(flags) raw_spin_unlock_irqrestore(&feature_lock, flags); macro
154 UNLOCK(flags); in simple_feature_tweak()
209 UNLOCK(flags); in ohare_htw_scc_enable()
222 UNLOCK(flags); in ohare_htw_scc_enable()
242 UNLOCK(flags); in ohare_htw_scc_enable()
328 UNLOCK(flags); in heathrow_modem_enable()
339 UNLOCK(flags); in heathrow_modem_enable()
347 UNLOCK(flags); mdelay(250); LOCK(flags); in heathrow_modem_enable()
350 UNLOCK(flags); mdelay(250); LOCK(flags); in heathrow_modem_enable()
353 UNLOCK(flag in heathrow_modem_enable()
[all...]
/kernel/linux/linux-5.10/lib/
H A Dlocking-selftest-mutex.h5 #undef UNLOCK macro
6 #define UNLOCK MU macro
H A Dlocking-selftest-rtmutex.h5 #undef UNLOCK macro
6 #define UNLOCK RTU macro
H A Dlocking-selftest-spin.h5 #undef UNLOCK macro
6 #define UNLOCK U macro
H A Dlocking-selftest-rlock.h5 #undef UNLOCK macro
6 #define UNLOCK RU macro
H A Dlocking-selftest-rsem.h5 #undef UNLOCK macro
6 #define UNLOCK RSU macro
H A Dlocking-selftest-wlock.h5 #undef UNLOCK macro
6 #define UNLOCK WU macro
H A Dlocking-selftest-wsem.h5 #undef UNLOCK macro
6 #define UNLOCK WSU macro
H A Dlocking-selftest.c257 #define LOCK_UNLOCK_2(x,y) LOCK(x); LOCK(y); UNLOCK(y); UNLOCK(x)
712 UNLOCK(A); \
713 UNLOCK(A); /* fail */
776 UNLOCK(A); \
782 UNLOCK(A);
815 UNLOCK(A); \
823 UNLOCK(A);
847 UNLOCK(A); \
855 UNLOCK(
[all...]
/kernel/linux/linux-6.6/lib/
H A Dlocking-selftest-rtmutex.h5 #undef UNLOCK macro
6 #define UNLOCK RTU macro
H A Dlocking-selftest-mutex.h5 #undef UNLOCK macro
6 #define UNLOCK MU macro
H A Dlocking-selftest-spin.h5 #undef UNLOCK macro
6 #define UNLOCK U macro
H A Dlocking-selftest-rlock.h5 #undef UNLOCK macro
6 #define UNLOCK RU macro
H A Dlocking-selftest-rsem.h5 #undef UNLOCK macro
6 #define UNLOCK RSU macro
H A Dlocking-selftest-wlock.h5 #undef UNLOCK macro
6 #define UNLOCK WU macro
H A Dlocking-selftest-wsem.h5 #undef UNLOCK macro
6 #define UNLOCK WSU macro
H A Dlocking-selftest.c272 #define LOCK_UNLOCK_2(x,y) LOCK(x); LOCK(y); UNLOCK(y); UNLOCK(x)
733 UNLOCK(A); \
734 UNLOCK(A); /* fail */
797 UNLOCK(A); \
803 UNLOCK(A);
839 UNLOCK(A); \
847 UNLOCK(A);
873 UNLOCK(A); \
881 UNLOCK(
[all...]
/kernel/linux/linux-5.10/drivers/watchdog/
H A Dsp805_wdt.c53 #define UNLOCK 0x1ACCE551 macro
140 writel_relaxed(UNLOCK, wdt->base + WDTLOCK); in wdt_restart()
167 writel_relaxed(UNLOCK, wdt->base + WDTLOCK); in wdt_config()
202 writel_relaxed(UNLOCK, wdt->base + WDTLOCK); in wdt_disable()
H A Dimx7ulp_wdt.c37 #define UNLOCK ((UNLOCK_SEQ1 << 16) | UNLOCK_SEQ0) macro
75 writel(UNLOCK, wdt->base + WDOG_CNT); in imx7ulp_wdt_enable()
125 writel(UNLOCK, wdt->base + WDOG_CNT); in imx7ulp_wdt_set_timeout()
H A Dnic7018_wdt.c15 #define UNLOCK 0x5A macro
208 outb(UNLOCK, wdt->io_base + WDT_REG_LOCK); in nic7018_probe()
/kernel/linux/linux-6.6/drivers/watchdog/
H A Dsp805_wdt.c53 #define UNLOCK 0x1ACCE551 macro
141 writel_relaxed(UNLOCK, wdt->base + WDTLOCK); in wdt_restart()
168 writel_relaxed(UNLOCK, wdt->base + WDTLOCK); in wdt_config()
203 writel_relaxed(UNLOCK, wdt->base + WDTLOCK); in wdt_disable()
H A Dimx7ulp_wdt.c39 #define UNLOCK ((UNLOCK_SEQ1 << 16) | UNLOCK_SEQ0) macro
108 writel(UNLOCK, wdt->base + WDOG_CNT); in _imx7ulp_wdt_enable()
170 writel(UNLOCK, wdt->base + WDOG_CNT); in _imx7ulp_wdt_set_timeout()
250 writel(UNLOCK, wdt->base + WDOG_CNT); in _imx7ulp_wdt_init()
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-amd756-s4882.c89 goto UNLOCK; in amd756_access_channel()
95 UNLOCK: in amd756_access_channel()
H A Di2c-nforce2-s4985.c84 goto UNLOCK; in nforce2_access_channel()
90 UNLOCK: in nforce2_access_channel()

Completed in 11 milliseconds

12