Searched refs:lockid (Results 1 – 1 of 1) sorted by relevance
74 static void hisi_resource_lock(unsigned int lockid, unsigned int offset) in hisi_resource_lock() argument76 unsigned int lock_id = (lockid << 29); in hisi_resource_lock()86 static void hisi_resource_unlock(unsigned int lockid, unsigned int offset) in hisi_resource_unlock() argument88 unsigned int lock_val = (lockid << 29) | LOCK_BIT; in hisi_resource_unlock()