Searched refs:lockid (Results 1 – 1 of 1) sorted by relevance
75 static void hisi_resource_lock(unsigned int lockid, unsigned int offset) in hisi_resource_lock() argument77 unsigned int lock_id = (lockid << 29); in hisi_resource_lock()87 static void hisi_resource_unlock(unsigned int lockid, unsigned int offset) in hisi_resource_unlock() argument89 unsigned int lock_val = (lockid << 29) | LOCK_BIT; in hisi_resource_unlock()