Lines Matching full:slot
186 int slot = ctz32(slots); in acpi_pcihp_eject_slot() local
189 trace_acpi_pci_eject_slot(bsel, slot); in acpi_pcihp_eject_slot()
191 if (!bus || slot > 31) { in acpi_pcihp_eject_slot()
196 s->acpi_pcihp_pci_status[bsel].down &= ~(1U << slot); in acpi_pcihp_eject_slot()
197 s->acpi_pcihp_pci_status[bsel].up &= ~(1U << slot); in acpi_pcihp_eject_slot()
202 if (PCI_SLOT(dev->devfn) == slot) { in acpi_pcihp_eject_slot()
248 int slot = PCI_SLOT(pdev->devfn); in acpi_pcihp_update_hotplug_bus() local
251 s->acpi_pcihp_pci_status[bsel].hotplug_enable &= ~(1U << slot); in acpi_pcihp_update_hotplug_bus()
289 int slot = PCI_SLOT(pdev->devfn); in acpi_pcihp_device_plug_cb() local
323 s->acpi_pcihp_pci_status[bsel].up |= (1U << slot); in acpi_pcihp_device_plug_cb()
343 int slot = PCI_SLOT(pdev->devfn); in acpi_pcihp_device_unplug_request_cb() local
346 trace_acpi_pci_unplug_request(bsel, slot); in acpi_pcihp_device_unplug_request_cb()
370 s->acpi_pcihp_pci_status[bsel].down |= (1U << slot); in acpi_pcihp_device_unplug_request_cb()
440 int slot; in pci_write() local
449 * fetch acpi-index for specified slot so that follow up read from in pci_write()
452 slot = ctz32(data); in pci_write()
465 if (PCI_SLOT(dev->devfn) == slot) { in pci_write()
470 trace_acpi_pci_acpi_index_write(s->hotplug_select, slot, s->acpi_index); in pci_write()