Searched refs:ack_bit (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/soc/actions/ |
D | owl-sps.c | 25 int ack_bit; member 54 ack_mask = BIT(pd->info->ack_bit); in owl_sps_set_power() 156 .ack_bit = 16, 161 .ack_bit = 17, 166 .ack_bit = 18, 171 .ack_bit = 21, 177 .ack_bit = 22, 183 .ack_bit = 12, 188 .ack_bit = 13, 193 .ack_bit = 14, [all …]
|
/Linux-v4.19/drivers/pci/controller/ |
D | pci-tegra.c | 244 u8 ack_bit; member 1359 u8 ack_bit; in tegra_pcie_pme_turnoff() local 1365 ack_bit = soc->ports[port->index].pme.ack_bit; in tegra_pcie_pme_turnoff() 1367 val & (0x1 << ack_bit), 1, PME_ACK_TIMEOUT); in tegra_pcie_pme_turnoff() 2131 { .pme.turnoff_bit = 0, .pme.ack_bit = 5 }, 2132 { .pme.turnoff_bit = 8, .pme.ack_bit = 10 }, 2152 { .pme.turnoff_bit = 0, .pme.ack_bit = 5 }, 2153 { .pme.turnoff_bit = 8, .pme.ack_bit = 10 }, 2154 { .pme.turnoff_bit = 16, .pme.ack_bit = 18 }, 2207 { .pme.turnoff_bit = 0, .pme.ack_bit = 5 }, [all …]
|
/Linux-v4.19/drivers/spi/ |
D | spi-s3c24xx.c | 247 static inline u32 ack_bit(unsigned int irq) in ack_bit() function 316 *ack_ptr = ack_bit(hw->irq); in s3c24xx_spi_tryfiq()
|
/Linux-v4.19/drivers/scsi/ |
D | nsp32.c | 2497 unsigned char bus, ack_bit; in nsp32_wait_sack() local 2503 ack_bit = (state == ASSERT ? BUSMON_ACK : 0); in nsp32_wait_sack() 2507 if ((bus & BUSMON_ACK) == ack_bit) { in nsp32_wait_sack() 2516 nsp32_msg(KERN_WARNING, "wait SACK timeout, ack_bit: 0x%x", ack_bit); in nsp32_wait_sack()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_uncore.c | 128 const u32 ack_bit = FORCEWAKE_KERNEL; in fw_domain_wait_ack_with_fallback() local 129 const u32 value = type == ACK_SET ? ack_bit : 0; in fw_domain_wait_ack_with_fallback() 157 ack_detected = (__raw_i915_read32(i915, d->reg_ack) & ack_bit) == value; in fw_domain_wait_ack_with_fallback()
|
/Linux-v4.19/sound/pci/ |
D | intel8x0m.c | 185 unsigned int ack_bit; member
|
D | intel8x0.c | 370 unsigned int ack_bit; member
|