Home
last modified time | relevance | path

Searched refs:ZPCI_DEVFN (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/pci/hotplug/
Ds390_pci_hpc.c77 pci_scan_slot(slot->zdev->bus, ZPCI_DEVFN); in enable_slot()
98 pdev = pci_get_slot(slot->zdev->bus, ZPCI_DEVFN); in disable_slot()
175 ZPCI_DEVFN, name); in zpci_init_slot()
/Linux-v4.19/arch/s390/pci/
Dpci_event.c56 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()
Dpci.c330 if (!zdev || devfn != ZPCI_DEVFN) in pci_read()
344 if (!zdev || devfn != ZPCI_DEVFN) in pci_write()
/Linux-v4.19/arch/s390/include/asm/
Dpci.h27 #define ZPCI_DEVFN 0 /* default device number */ macro