Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/pci/controller/
Dpci-thunder-pem.c301 resource_size_t bar4_start; in thunder_pem_init() local
317 bar4_start = res_pem->start + 0xf00000; in thunder_pem_init()
318 pem_pci->ea_entry[0] = (u32)bar4_start | 2; in thunder_pem_init()
319 pem_pci->ea_entry[1] = (u32)(res_pem->end - bar4_start) & ~3u; in thunder_pem_init()
320 pem_pci->ea_entry[2] = (u32)(bar4_start >> 32); in thunder_pem_init()