Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/hwspinlock/
Dsqn_hwspinlock.c24 uint32_t num_locks; member
48 if (id > config->num_locks) in sqn_hwspinlock_trylock()
74 if (id > config->num_locks) { in sqn_hwspinlock_lock()
101 if (id > config->num_locks) { in sqn_hwspinlock_unlock()
120 return config->num_locks; in sqn_hwspinlock_get_max_id()
141 .num_locks = DT_INST_PROP(idx, num_locks), \