Lines Matching refs:PCI
1 Accessing PCI device resources through sysfs
4 sysfs, usually mounted at /sys, provides access to PCI resources on platforms
26 The topmost element describes the PCI domain and bus number. In this case,
34 class PCI class (ascii, ro)
35 config PCI config space (binary, rw)
36 device PCI device (ascii, ro)
41 resource PCI resource host addresses (ascii, ro)
42 resource0..N PCI resource N, if present (binary, mmap, rw[1])
43 resource0_wc..N_wc PCI WC map resource N, if prefetchable (binary, mmap)
44 rom PCI ROM resource, if present (binary, ro)
45 subsystem_device PCI subsystem device (ascii, ro)
46 subsystem_vendor PCI subsystem vendor (ascii, ro)
47 vendor PCI vendor (ascii, ro)
82 The 'remove' file is used to remove the PCI device, by writing a non-zero
85 PCI devices, the sysfs directory for it is removed, and the device will be
86 removed from any drivers attached to it. Removal of PCI root buses is
93 underlying platform supports them. They're located in the PCI class hierarchy,
110 Supporting PCI access on new platforms
113 In order to support PCI resource mapping as described above, Linux platform