Searched refs:fme (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/fpga/ |
| H A D | Makefile | 45 obj-$(CONFIG_FPGA_DFL_FME) += dfl-fme.o 46 obj-$(CONFIG_FPGA_DFL_FME_MGR) += dfl-fme-mgr.o 47 obj-$(CONFIG_FPGA_DFL_FME_BRIDGE) += dfl-fme-br.o 48 obj-$(CONFIG_FPGA_DFL_FME_REGION) += dfl-fme-region.o 51 dfl-fme-objs := dfl-fme-main.o dfl-fme-pr.o dfl-fme-error.o 52 dfl-fme-objs += dfl-fme-perf.o
|
| H A D | dfl-fme-pr.c | 33 dfl_fme_region_find_by_port_id(struct dfl_fme *fme, int port_id) in dfl_fme_region_find_by_port_id() argument 37 list_for_each_entry(fme_region, &fme->region_list, node) in dfl_fme_region_find_by_port_id() 49 static struct fpga_region *dfl_fme_region_find(struct dfl_fme *fme, int port_id) in dfl_fme_region_find() argument 54 fme_region = dfl_fme_region_find_by_port_id(fme, port_id); in dfl_fme_region_find() 74 struct dfl_fme *fme; in fme_pr() local 126 fme = dfl_fpga_fdata_get_private(fdata); in fme_pr() 128 if (!fme) { in fme_pr() 133 region = dfl_fme_region_find(fme, port_pr.port_id); in fme_pr() 175 struct platform_device *mgr, *fme = fdata->dev; in dfl_fme_create_mgr() local 188 mgr = platform_device_alloc(DFL_FPGA_FME_MGR, fme->id); in dfl_fme_create_mgr() [all …]
|
| H A D | dfl-fme-main.c | 679 struct dfl_fme *fme; in fme_dev_init() local 681 fme = devm_kzalloc(&pdev->dev, sizeof(*fme), GFP_KERNEL); in fme_dev_init() 682 if (!fme) in fme_dev_init() 686 dfl_fpga_fdata_set_private(fdata, fme); in fme_dev_init()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-platform-dfl-fme | 1 What: /sys/bus/platform/devices/dfl-fme.0/ports_num 9 What: /sys/bus/platform/devices/dfl-fme.0/bitstream_id 17 What: /sys/bus/platform/devices/dfl-fme.0/bitstream_metadata 25 What: /sys/bus/platform/devices/dfl-fme.0/cache_size 31 What: /sys/bus/platform/devices/dfl-fme.0/fabric_version 39 What: /sys/bus/platform/devices/dfl-fme.0/socket_id 48 What: /sys/bus/platform/devices/dfl-fme.0/errors/pcie0_errors 57 What: /sys/bus/platform/devices/dfl-fme.0/errors/pcie1_errors 66 What: /sys/bus/platform/devices/dfl-fme.0/errors/nonfatal_errors 72 What: /sys/bus/platform/devices/dfl-fme.0/errors/catfatal_errors [all …]
|
| H A D | sysfs-bus-event_source-devices-dfl_fme | 29 for access to all fme pmu performance monitoring events. 36 events specific to fme. Each attribute in this group describes 37 a single performance monitoring event supported by this fme pmu.
|
| /linux/Documentation/fpga/ |
| H A D | dfl.rst | 216 (/sys/class/fpga_region/regionX/dfl-fme.n/): 483 (e.g. "dfl-port.n" or "dfl-fme.m" is found), then it's the base 488 /sys/class/fpga_region/region0/dfl-fme.0 493 /sys/class/fpga_region/region3/dfl-fme.1 500 /sys/class/fpga_region/<regionX>/<dfl-fme.n>/ 508 /sys/class/fpga_region/<regionX>/<dfl-fme.n>/dev 621 FME Partial Reconfiguration Sub Feature driver (see drivers/fpga/dfl-fme-pr.c)
|