Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-host/
H A Daspeed_pcie.c366 #define PCIE_CFG_FMTTYPE_MASK(dw0) (((dw0) >> 24) & 0xff) macro
430 switch (PCIE_CFG_FMTTYPE_MASK(s->regs[TO_REG(ASPEED_PCIE_CFG_TX_DW0)])) { in aspeed_pcie_cfg_readwrite()