Lines Matching defs:PEM_CFG_RD
21 #define PEM_CFG_RD 0x30
49 * bits of PEM_CFG_RD, then trigger the read by reading back.
50 * The config data lands in the upper 32-bits of PEM_CFG_RD.
53 writeq(read_val, pem_pci->pem_reg_base + PEM_CFG_RD);
54 read_val = readq(pem_pci->pem_reg_base + PEM_CFG_RD);
82 writeq(0x70, pem_pci->pem_reg_base + PEM_CFG_RD);
83 tmp_val = readq(pem_pci->pem_reg_base + PEM_CFG_RD);
234 writeq(where_aligned, pem_pci->pem_reg_base + PEM_CFG_RD);
235 read_val = readq(pem_pci->pem_reg_base + PEM_CFG_RD);
243 writeq(where_aligned, pem_pci->pem_reg_base + PEM_CFG_RD);
244 read_val = readq(pem_pci->pem_reg_base + PEM_CFG_RD);