1PCI_COMMON_SWIZZLE(9) Hardware Interfaces PCI_COMMON_SWIZZLE(9)
23
4
NAME
6pci_common_swizzle - swizzle INTx all the way to root bridge
7
SYNOPSIS
9u8 pci_common_swizzle(struct pci_dev * dev, u8 * pinp);
10
ARGUMENTS
12dev
13the PCI device
1415
pinp
16pointer to the INTx pin value (1=INTA, 2=INTB, 3=INTD, 4=INTD)
17
DESCRIPTION
19Perform INTx swizzling for a device. This traverses through all
20PCI-to-PCI bridges all the way up to a PCI root bus.
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 PCI_COMMON_SWIZZLE(9)