Home
last modified time | relevance | path

Searched refs:ADP_PCIE_CS_0_PE (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/thunderbolt/
Dtb_regs.h402 #define ADP_PCIE_CS_0_PE BIT(31) macro
Dswitch.c1337 return !!(data & ADP_PCIE_CS_0_PE); in tb_pci_port_is_enabled()
1347 u32 word = enable ? ADP_PCIE_CS_0_PE : 0x0; in tb_pci_port_enable()