Lines Matching defs:slot
307 * slot power limit was specified.
659 * When slot power limit was not specified in DT then
667 /* This callback is 32-bit and in high bits is slot status. */
817 * Allow to change PCIE_SSPL_ENABLE bit only when slot power
925 * Enable slot support which is emulated.
931 * unplugging PCIe card from the slot. Assume that PCIe card is always
932 * connected in slot.
934 * Set physical slot number to port+1 as mvebu ports are indexed from
938 * Also set correct slot power limit.
1119 static int mvebu_pcie_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
1125 return of_irq_parse_and_map_pci(dev, slot, pin);
1199 u32 slot = of_read_number(range + 1, 1);
1210 if (slot == PCI_SLOT(devfn) && type == rtype) {