Lines Matching defs:PEM_CFG_RD
21 #define PEM_CFG_RD 0x30
42 * bits of PEM_CFG_RD, then trigger the read by reading back.
43 * The config data lands in the upper 32-bits of PEM_CFG_RD.
46 writeq(read_val, pem_pci->pem_reg_base + PEM_CFG_RD);
47 read_val = readq(pem_pci->pem_reg_base + PEM_CFG_RD);
75 writeq(0x70, pem_pci->pem_reg_base + PEM_CFG_RD);
76 tmp_val = readq(pem_pci->pem_reg_base + PEM_CFG_RD);
227 writeq(where_aligned, pem_pci->pem_reg_base + PEM_CFG_RD);
228 read_val = readq(pem_pci->pem_reg_base + PEM_CFG_RD);
236 writeq(where_aligned, pem_pci->pem_reg_base + PEM_CFG_RD);
237 read_val = readq(pem_pci->pem_reg_base + PEM_CFG_RD);