Searched refs:lock_time (Results 1 – 5 of 5) sorted by relevance
48 time_t lock_time; /* time of record lock */ member
349 time(&tokenrec->lock_time); in tokendb_lockrec()
171 void r600_set_mpll_lock_time(struct radeon_device *rdev, u32 lock_time);
433 void r600_set_mpll_lock_time(struct radeon_device *rdev, u32 lock_time) in r600_set_mpll_lock_time() argument435 WREG32_P(MPLL_TIME, MPLL_LOCK_TIME(lock_time), ~MPLL_LOCK_TIME_MASK); in r600_set_mpll_lock_time()
1988 uint32_t reg, lock_time; in sxiccmu_h3_set_frequency() local2019 lock_time = SXIREAD4(sc, H3_PLL_STABLE_TIME_REG1); in sxiccmu_h3_set_frequency()2020 delay(H3_PLL_STABLE_TIME_REG1_TIME(lock_time)); in sxiccmu_h3_set_frequency()