Searched refs:turnoff_bit (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/pci/controller/ |
D | pci-tegra.c | 243 u8 turnoff_bit; member 1362 val |= (0x1 << soc->ports[port->index].pme.turnoff_bit); in tegra_pcie_pme_turnoff() 1375 val &= ~(0x1 << soc->ports[port->index].pme.turnoff_bit); 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 }, 2208 { .pme.turnoff_bit = 8, .pme.ack_bit = 10 }, [all …]
|