Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/hisilicon/hikey960/drivers/pwrc/
Dhisi_pwrc.c78 unsigned int lock_val = lock_id | LOCK_BIT; in hisi_resource_lock() local
82 mmio_write_32(offset, lock_val); in hisi_resource_lock()
89 unsigned int lock_val = (lockid << 29) | LOCK_BIT; in hisi_resource_unlock() local
91 mmio_write_32((LOCK_UNLOCK_OFFSET + (uintptr_t)offset), lock_val); in hisi_resource_unlock()