Searched refs:pcidev (Results 1 - 24 of 24) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/scripts/
H A Dcreate_linux_pci_lists.sh17 while read pcivend pcidev attribs pciname
30 echo " {$pcivend, $pcidev, PCI_ANY_ID, PCI_ANY_ID, 0, 0, $attribs}, \\" >> $OUTFILE
H A Dcreate_bsd_pci_lists.sh17 while read pcivend pcidev attribs pciname
30 echo " {$pcivend, $pcidev, $attribs, $pciname}, \\" >> $OUTFILE
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Dapi_up1000.c176 static device_t pcidev, ctrlrdev; local
192 if (pcidev == NULL) {
201 pcidev = dev;
208 if (parent != pcidev)
H A Ddec_1000a.c253 static device_t pcidev, ctrlrdev; local
271 if (pcidev == NULL) {
280 pcidev = dev;
289 if (parent != pcidev)
H A Ddec_2100_a500.c241 static device_t pcidev, ctrlrdev; local
259 if (pcidev == NULL) {
268 pcidev = dev;
277 if (parent != pcidev)
H A Ddec_550.c187 static device_t pcidev, ctrlrdev; local
204 if (pcidev == NULL) {
213 pcidev = dev;
220 if (parent != pcidev)
H A Ddec_alphabook1.c180 static device_t pcidev, ctrlrdev; local
197 if (pcidev == NULL) {
206 pcidev = dev;
215 if (parent != pcidev)
H A Ddec_axppci_33.c234 static device_t pcidev, ctrlrdev; local
251 if (pcidev == NULL) {
260 pcidev = dev;
269 if (parent != pcidev)
H A Ddec_eb164.c182 static device_t pcidev, ctrlrdev; local
199 if (pcidev == NULL) {
208 pcidev = dev;
215 if (parent != pcidev)
H A Ddec_eb64plus.c190 static device_t pcidev, ctrlrdev; local
207 if (pcidev == NULL) {
216 pcidev = dev;
225 if (parent != pcidev)
H A Ddec_eb66.c187 static device_t pcidev, ctrlrdev; local
204 if (pcidev == NULL) {
213 pcidev = dev;
222 if (parent != pcidev)
H A Ddec_kn20aa.c189 static device_t pcidev, ctrlrdev; local
206 if (pcidev == NULL) {
215 pcidev = dev;
224 if (parent != pcidev)
H A Ddec_6600.c200 static device_t primarydev, pcidev, ctrlrdev; local
234 if (pcidev == NULL) {
254 pcidev = dev;
261 if (parent != pcidev)
H A Ddec_2100_a50.c200 static device_t pcidev, ctrlrdev; local
217 if (pcidev == NULL) {
226 pcidev = dev;
235 if (parent != pcidev)
H A Ddec_kn300.c227 static device_t primarydev, pcidev, ctrlrdev; local
270 if (pcidev == NULL) {
290 pcidev = dev;
299 if (parent != pcidev)
H A Ddec_kn8ae.c121 static device_t primarydev, pcidev, ctrlrdev; local
163 if (pcidev == NULL) {
183 pcidev = dev;
192 if (parent != pcidev)
/netbsd-6-1-5-RELEASE/sys/arch/sandpoint/stand/altboot/
H A Dglobals.h76 struct pcidev { struct
86 int pcilookup(unsigned, struct pcidev *, int);
H A Dpci.c47 struct pcidev *, int, int);
74 struct pcidev target;
88 struct pcidev *list;
344 _pcilookup(int bus, int (*match)(int, int, int, unsigned long), unsigned long data, struct pcidev *list, int index, int limit)
H A Dnif.c68 struct pcidev *pci = self;
H A Dmain.c100 struct pcidev lata[2];
101 struct pcidev lnif[2];
102 struct pcidev lusb[3];
H A Ddsk.c91 struct pcidev *pci = self;
/netbsd-6-1-5-RELEASE/sys/arch/macppc/pci/
H A Dpci_machdep.c138 #define pcidev(x) \ macro
214 pcidev(addr[0].phys_hi),
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dpci.c515 device_t pcidev; local
523 pcidev = device_lookup(&pci_cd, i);
524 if (pcidev != NULL &&
525 pci_enumerate_bus(device_private(pcidev), wildcard,
H A Dif_lmc.c3947 /* Cross-link pcidev and netdev. */
3948 SET_NETDEV_DEV(sc->netdev, &sc->pcidev->dev);
3949 sc->netdev->mem_end = pci_resource_end(sc->pcidev, 1);
3950 sc->netdev->mem_start = pci_resource_start(sc->pcidev, 1);
3951 sc->netdev->base_addr = pci_resource_start(sc->pcidev, 0);
3952 sc->netdev->irq = sc->pcidev->irq;
3978 /* Cross-link pcidev and netdev. */
3979 SET_NETDEV_DEV(sc->netdev, &sc->pcidev->dev);
3980 sc->netdev->mem_end = pci_resource_end(sc->pcidev, 1);
3981 sc->netdev->mem_start = pci_resource_start(sc->pcidev,
[all...]

Completed in 329 milliseconds