Searched refs:ack_bit (Results 1 – 5 of 5) sorted by relevance
| /drivers/pmdomain/actions/ |
| A D | owl-sps.c | 24 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 …]
|
| /drivers/pci/controller/ |
| A D | pci-tegra.c | 283 u8 ack_bit; member 1513 u8 ack_bit; in tegra_pcie_pme_turnoff() local 1519 ack_bit = soc->ports[port->index].pme.ack_bit; in tegra_pcie_pme_turnoff() 2334 { .pme.turnoff_bit = 0, .pme.ack_bit = 5 }, 2335 { .pme.turnoff_bit = 8, .pme.ack_bit = 10 }, 2360 { .pme.turnoff_bit = 0, .pme.ack_bit = 5 }, 2361 { .pme.turnoff_bit = 8, .pme.ack_bit = 10 }, 2362 { .pme.turnoff_bit = 16, .pme.ack_bit = 18 }, 2445 { .pme.turnoff_bit = 0, .pme.ack_bit = 5 }, 2446 { .pme.turnoff_bit = 8, .pme.ack_bit = 10 }, [all …]
|
| /drivers/gpu/drm/i915/gt/ |
| A D | intel_reset.c | 372 u32 ack_bit; member 389 sfc_lock->ack_bit = GEN11_VCS_SFC_LOCK_ACK_BIT; in get_sfc_forced_lock_data() 401 sfc_lock->ack_bit = GEN11_VECS_SFC_LOCK_ACK_BIT; in get_sfc_forced_lock_data() 473 sfc_lock.ack_bit, in gen11_lock_sfc() 474 sfc_lock.ack_bit, in gen11_lock_sfc()
|
| /drivers/scsi/ |
| A D | nsp32.c | 2486 unsigned char bus, ack_bit; in nsp32_wait_sack() local 2492 ack_bit = (state == ASSERT ? BUSMON_ACK : 0); in nsp32_wait_sack() 2496 if ((bus & BUSMON_ACK) == ack_bit) { in nsp32_wait_sack() 2505 nsp32_msg(KERN_WARNING, "wait SACK timeout, ack_bit: 0x%x", ack_bit); in nsp32_wait_sack()
|
| /drivers/gpu/drm/i915/ |
| A D | intel_uncore.c | 214 const u32 ack_bit = FORCEWAKE_KERNEL; in fw_domain_wait_ack_with_fallback() local 215 const u32 value = type == ACK_SET ? ack_bit : 0; in fw_domain_wait_ack_with_fallback() 242 ack_detected = (fw_ack(d) & ack_bit) == value; in fw_domain_wait_ack_with_fallback()
|
Completed in 26 milliseconds