Searched refs:turnoff_bit (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/pci/controller/ |
| H A D | pci-tegra.c | 281 u8 turnoff_bit; member 1515 val |= (0x1 << soc->ports[port->index].pme.turnoff_bit); in tegra_pcie_pme_turnoff() 1528 val &= ~(0x1 << soc->ports[port->index].pme.turnoff_bit); in tegra_pcie_pme_turnoff() 2359 { .pme.turnoff_bit = 0, .pme.ack_bit = 5 }, 2360 { .pme.turnoff_bit = 8, .pme.ack_bit = 10 }, 2385 { .pme.turnoff_bit = 0, .pme.ack_bit = 5 }, 2386 { .pme.turnoff_bit = 8, .pme.ack_bit = 10 }, 2387 { .pme.turnoff_bit = 16, .pme.ack_bit = 18 }, 2470 { .pme.turnoff_bit = 0, .pme.ack_bit = 5 }, 2471 { .pme.turnoff_bit = 8, .pme.ack_bit = 10 }, [all …]
|