Home
last modified time | relevance | path

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

/linux/drivers/pmdomain/actions/
H A Dowl-sps.c24 int ack_bit; member
53 ack_mask = BIT(pd->info->ack_bit); in owl_sps_set_power()
147 .ack_bit = 16,
152 .ack_bit = 17,
157 .ack_bit = 18,
162 .ack_bit = 21,
168 .ack_bit = 22,
174 .ack_bit = 12,
179 .ack_bit = 13,
184 .ack_bit = 14,
[all …]
/linux/drivers/gpu/drm/i915/
H A Dintel_uncore.c217 const u32 ack_bit = FORCEWAKE_KERNEL; in fw_domain_wait_ack_with_fallback() local
218 const u32 value = type == ACK_SET ? ack_bit : 0; in fw_domain_wait_ack_with_fallback()
245 ack_detected = (fw_ack(d) & ack_bit) == value; in fw_domain_wait_ack_with_fallback()