Home
last modified time | relevance | path

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

/linux-5.15/drivers/thunderbolt/ !
A Dtb_regs.h387 #define ADP_PCIE_CS_0_PE BIT(31) macro
A Dswitch.c1258 return !!(data & ADP_PCIE_CS_0_PE); in tb_pci_port_is_enabled()
1268 u32 word = enable ? ADP_PCIE_CS_0_PE : 0x0; in tb_pci_port_enable()