Lines Matching full:pci
4 PCI Test User Guide
9 This document is a guide to help users use pci-epf-test function driver
10 and pci_endpoint_test host driver for testing PCI. The list of steps to
35 # ls /sys/bus/pci-epf/drivers
44 Creating pci-epf-test Device
47 PCI endpoint function device can be created using the configfs. To create
48 pci-epf-test device, the following commands can be used::
54 The "mkdir func1" above creates the pci-epf-test function device that will
57 The PCI endpoint framework populates the directory with the following
65 The PCI endpoint function driver populates these entries with default values
66 when the device is bound to the driver. The pci-epf-test driver populates
75 Configuring pci-epf-test Device
78 The user can configure the pci-epf-test device using configfs entry. In order
88 Binding pci-epf-test Device to EP Controller
92 a PCI endpoint controller driver. Use the configfs to bind the function
97 Once the above step is completed, the PCI endpoint is ready to establish a link
119 00:00.0 PCI bridge: Texas Instruments Device 8888 (rev 01)
126 pcitest.sh added in tools/pci/ can be used to run all the default PCI endpoint
130 # make -C tools/pci
135 # make -C tools/pci install