Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/fpga/
Ddfl-fme-main.c33 v = readq(base + FME_HDR_CAP); in ports_num_show()
84 v = readq(base + FME_HDR_CAP); in cache_size_show()
99 v = readq(base + FME_HDR_CAP); in fabric_version_show()
114 v = readq(base + FME_HDR_CAP); in socket_id_show()
Ddfl-fme-pr.c94 v = readq(fme_hdr + FME_HDR_CAP); in fme_pr()
405 fme_cap = readq(fme_hdr + FME_HDR_CAP); in pr_mgmt_init()
Ddfl-pci.c122 v = readq(base + FME_HDR_CAP); in cci_enumerate_feature_devs()
Ddfl.h87 #define FME_HDR_CAP 0x30 macro