Home
last modified time | relevance | path

Searched refs:ack_bit (Results 1 – 3 of 3) 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/pci/controller/
H A Dpci-tegra.c284 u8 ack_bit; member
1514 u8 ack_bit; in tegra_pcie_pme_turnoff() local
1520 ack_bit = soc->ports[port->index].pme.ack_bit; in tegra_pcie_pme_turnoff()
1522 val & (0x1 << ack_bit), 1, PME_ACK_TIMEOUT); in tegra_pcie_pme_turnoff()
2333 { .pme.turnoff_bit = 0, .pme.ack_bit = 5 },
2334 { .pme.turnoff_bit = 8, .pme.ack_bit = 10 },
2359 { .pme.turnoff_bit = 0, .pme.ack_bit = 5 },
2360 { .pme.turnoff_bit = 8, .pme.ack_bit = 10 },
2361 { .pme.turnoff_bit = 16, .pme.ack_bit = 18 },
2444 { .pme.turnoff_bit = 0, .pme.ack_bit = 5 },
[all …]
/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()