Lines Matching +full:bank +full:- +full:ioport
1 /* SPDX-License-Identifier: GPL-2.0 */
5 #include <linux/ioport.h>
35 unsigned int block; /* Number within bank */
36 unsigned int bank; /* MCA bank the block belongs to */ member
37 unsigned int cpu; /* CPU which controls MCA bank */
40 bool interrupt_capable; /* Bank can generate an interrupt. */
50 * within a bank.
58 /* initialized to the number of CPUs on the node sharing this bank */
93 misc = node_to_amd_nb(i)->misc; in amd_pci_dev_to_node_id()
95 if (pci_domain_nr(misc->bus) == pci_domain_nr(pdev->bus) && in amd_pci_dev_to_node_id()
96 PCI_SLOT(misc->devfn) == PCI_SLOT(pdev->devfn)) in amd_pci_dev_to_node_id()