Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_kg.c58 static uint32_t KgHwLock(t_Handle h_FmPcdKg) in KgHwLock() argument
60 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() argument
66 ASSERT_COND(h_FmPcdKg); in KgHwUnlock()
67 XX_UnlockIntrSpinlock(((t_FmPcdKg *)h_FmPcdKg)->h_HwSpinlock, intFlags); in KgHwUnlock()