Searched refs:ZPCI_DEVFN (Results 1 – 4 of 4) sorted by relevance
82 pci_scan_slot(slot->zdev->bus, ZPCI_DEVFN); in enable_slot()103 pdev = pci_get_slot(slot->zdev->bus, ZPCI_DEVFN); in disable_slot()163 ZPCI_DEVFN, name); in zpci_init_slot()
56 pdev = pci_get_slot(zdev->bus, ZPCI_DEVFN); in __zpci_event_error()82 pdev = pci_get_slot(zdev->bus, ZPCI_DEVFN); in __zpci_event_availability()
377 if (!zdev || devfn != ZPCI_DEVFN) in pci_read()391 if (!zdev || devfn != ZPCI_DEVFN) in pci_write()
27 #define ZPCI_DEVFN 0 /* default device number */ macro