Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/
A Dpci-thunder-pem.c55 writeq(read_val, pem_pci->pem_reg_base + PEM_CFG_RD); in thunder_pem_bridge_read()
56 read_val = readq(pem_pci->pem_reg_base + PEM_CFG_RD); in thunder_pem_bridge_read()
84 writeq(0x70, pem_pci->pem_reg_base + PEM_CFG_RD); in thunder_pem_bridge_read()
113 read_val = pem_pci->ea_entry[0]; in thunder_pem_bridge_read()
116 read_val = pem_pci->ea_entry[1]; in thunder_pem_bridge_read()
119 read_val = pem_pci->ea_entry[2]; in thunder_pem_bridge_read()
310 struct thunder_pem_pci *pem_pci; in thunder_pem_init() local
313 pem_pci = devm_kzalloc(dev, sizeof(*pem_pci), GFP_KERNEL); in thunder_pem_init()
314 if (!pem_pci) in thunder_pem_init()
318 if (!pem_pci->pem_reg_base) in thunder_pem_init()
[all …]

Completed in 4 milliseconds