Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pmdomain/actions/
H A Dowl-sps.c22 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 …]
/openbmc/u-boot/drivers/reset/
H A Dsti-reset.c41 int ack_bit; member
72 .ack_bit = _ab, }
268 if (wait_for_bit_le32(reg, BIT(ch->ack_bit), ctrl_val, in sti_reset_program_hw()
/openbmc/linux/drivers/pci/controller/
H A Dpci-tegra.c282 u8 ack_bit; member
1512 u8 ack_bit; in tegra_pcie_pme_turnoff() local
1518 ack_bit = soc->ports[port->index].pme.ack_bit; in tegra_pcie_pme_turnoff()
1520 val & (0x1 << ack_bit), 1, PME_ACK_TIMEOUT); in tegra_pcie_pme_turnoff()
2389 { .pme.turnoff_bit = 0, .pme.ack_bit = 5 },
2390 { .pme.turnoff_bit = 8, .pme.ack_bit = 10 },
2415 { .pme.turnoff_bit = 0, .pme.ack_bit = 5 },
2416 { .pme.turnoff_bit = 8, .pme.ack_bit = 10 },
2417 { .pme.turnoff_bit = 16, .pme.ack_bit = 18 },
2500 { .pme.turnoff_bit = 0, .pme.ack_bit = 5 },
[all …]
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_reset.c371 u32 ack_bit; member
388 sfc_lock->ack_bit = GEN11_VCS_SFC_LOCK_ACK_BIT; in get_sfc_forced_lock_data()
400 sfc_lock->ack_bit = GEN11_VECS_SFC_LOCK_ACK_BIT; in get_sfc_forced_lock_data()
472 sfc_lock.ack_bit, in gen11_lock_sfc()
473 sfc_lock.ack_bit, in gen11_lock_sfc()
/openbmc/linux/drivers/scsi/
H A Dnsp32.c2486 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()
/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_uncore.c204 const u32 ack_bit = FORCEWAKE_KERNEL; in fw_domain_wait_ack_with_fallback() local
205 const u32 value = type == ACK_SET ? ack_bit : 0; in fw_domain_wait_ack_with_fallback()
232 ack_detected = (fw_ack(d) & ack_bit) == value; in fw_domain_wait_ack_with_fallback()
/openbmc/linux/sound/pci/
H A Dintel8x0m.c155 unsigned int ack_bit; member
H A Dintel8x0.c327 unsigned int ack_bit; member