Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dtb_regs.h469 #define ADP_PCIE_CS_0_PE BIT(31) macro
H A Dswitch.c1321 return !!(data & ADP_PCIE_CS_0_PE); in tb_pci_port_is_enabled()
1331 u32 word = enable ? ADP_PCIE_CS_0_PE : 0x0; in tb_pci_port_enable()