Searched refs:sfc_lock (Results 1 – 1 of 1) sorted by relevance
347 struct sfc_lock_data *sfc_lock) in get_sfc_forced_lock_data() argument386 struct sfc_lock_data sfc_lock; in gen11_lock_sfc() local404 if (!(intel_uncore_read_fw(uncore, sfc_lock.usage_reg) & sfc_lock.usage_bit)) { in gen11_lock_sfc()438 rmw_set_fw(uncore, sfc_lock.lock_reg, sfc_lock.lock_bit); in gen11_lock_sfc()441 sfc_lock.ack_reg, in gen11_lock_sfc()442 sfc_lock.ack_bit, in gen11_lock_sfc()443 sfc_lock.ack_bit, in gen11_lock_sfc()459 sfc_lock.usage_bit) != 0; in gen11_lock_sfc()468 *reset_mask |= sfc_lock.reset_bit; in gen11_lock_sfc()476 struct sfc_lock_data sfc_lock = {}; in gen11_unlock_sfc() local[all …]
Completed in 6 milliseconds