PCIE_CONF_REG
#define PCIE_CONF_REG(r) ((((r) & 0xf00) << 16) | ((r) & 0xfc))
#define PCIE_CONF_REG(regn) (((regn) & GENMASK(7, 2)) | \