Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/hotplug/
Ds390_pci_hpc.c82 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()
/Linux-v5.4/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.c377 if (!zdev || devfn != ZPCI_DEVFN) in pci_read()
391 if (!zdev || devfn != ZPCI_DEVFN) in pci_write()
/Linux-v5.4/arch/s390/include/asm/
Dpci.h27 #define ZPCI_DEVFN 0 /* default device number */ macro