Searched refs:h_FmPcdKg (Results 1 – 1 of 1) sorted by relevance
58 static uint32_t KgHwLock(t_Handle h_FmPcdKg) in KgHwLock() argument60 ASSERT_COND(h_FmPcdKg); in KgHwLock()61 return XX_LockIntrSpinlock(((t_FmPcdKg *)h_FmPcdKg)->h_HwSpinlock); in KgHwLock()64 static void KgHwUnlock(t_Handle h_FmPcdKg, uint32_t intFlags) in KgHwUnlock() argument66 ASSERT_COND(h_FmPcdKg); in KgHwUnlock()67 XX_UnlockIntrSpinlock(((t_FmPcdKg *)h_FmPcdKg)->h_HwSpinlock, intFlags); in KgHwUnlock()