Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/hotplug/
Dpciehp_core.c130 snprintf(name, SLOT_NAME_SIZE, "%u", PSN(ctrl)); in init_slot()
134 ctrl->pcie->port->subordinate->number, PSN(ctrl)); in init_slot()
Dpciehp.h131 #define PSN(ctrl) (((ctrl)->slot_cap & PCI_EXP_SLTCAP_PSN) >> 19) macro
Dpciehp_hpc.c726 slot->wq = alloc_workqueue("pciehp-%u", 0, 0, PSN(ctrl)); in pcie_init_slot()
776 ctrl_info(ctrl, " Physical Slot Number : %d\n", PSN(ctrl)); in dbg_ctrl()
Dshpchp_hpc.c56 #define PSN 0x07FF0000 macro
1027 ctrl->first_slot = (slot_config & PSN) >> 16; in shpc_init()