Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-keystone/
H A Dinit.c24 #define DEVCFG_MODE_MASK (BIT(2) | BIT(1)) macro
93 val &= ~(DEVCFG_MODE_MASK << pcie_port); in config_pcie_mode()