Searched refs:ack_bit (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/soc/actions/ |
A D | owl-sps.c | 22 int ack_bit; member 51 ack_mask = BIT(pd->info->ack_bit); in owl_sps_set_power() 153 .ack_bit = 16, 158 .ack_bit = 17, 163 .ack_bit = 18, 168 .ack_bit = 21, 174 .ack_bit = 22, 180 .ack_bit = 12, 185 .ack_bit = 13, 190 .ack_bit = 14, [all …]
|
/linux/drivers/pci/controller/ |
A D | pci-tegra.c | 282 u8 ack_bit; member 1515 u8 ack_bit; in tegra_pcie_pme_turnoff() local 1521 ack_bit = soc->ports[port->index].pme.ack_bit; in tegra_pcie_pme_turnoff() 2391 { .pme.turnoff_bit = 0, .pme.ack_bit = 5 }, 2392 { .pme.turnoff_bit = 8, .pme.ack_bit = 10 }, 2417 { .pme.turnoff_bit = 0, .pme.ack_bit = 5 }, 2418 { .pme.turnoff_bit = 8, .pme.ack_bit = 10 }, 2419 { .pme.turnoff_bit = 16, .pme.ack_bit = 18 }, 2502 { .pme.turnoff_bit = 0, .pme.ack_bit = 5 }, 2503 { .pme.turnoff_bit = 8, .pme.ack_bit = 10 }, [all …]
|
/linux/drivers/gpu/drm/i915/gt/ |
A D | intel_reset.c | 341 u32 ack_bit; member 358 sfc_lock->ack_bit = GEN11_VCS_SFC_LOCK_ACK_BIT; in get_sfc_forced_lock_data() 370 sfc_lock->ack_bit = GEN11_VECS_SFC_LOCK_ACK_BIT; in get_sfc_forced_lock_data() 442 sfc_lock.ack_bit, in gen11_lock_sfc() 443 sfc_lock.ack_bit, in gen11_lock_sfc()
|
/linux/drivers/scsi/ |
A D | nsp32.c | 2492 unsigned char bus, ack_bit; in nsp32_wait_sack() local 2498 ack_bit = (state == ASSERT ? BUSMON_ACK : 0); in nsp32_wait_sack() 2502 if ((bus & BUSMON_ACK) == ack_bit) { in nsp32_wait_sack() 2511 nsp32_msg(KERN_WARNING, "wait SACK timeout, ack_bit: 0x%x", ack_bit); in nsp32_wait_sack()
|
/linux/drivers/gpu/drm/i915/ |
A D | intel_uncore.c | 172 const u32 ack_bit = FORCEWAKE_KERNEL; in fw_domain_wait_ack_with_fallback() local 173 const u32 value = type == ACK_SET ? ack_bit : 0; in fw_domain_wait_ack_with_fallback() 200 ack_detected = (fw_ack(d) & ack_bit) == value; in fw_domain_wait_ack_with_fallback()
|
/linux/sound/pci/ |
A D | intel8x0m.c | 155 unsigned int ack_bit; member
|
A D | intel8x0.c | 327 unsigned int ack_bit; member
|
Completed in 38 milliseconds