Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pci/hotplug/
Dpciehp.h162 #define PSN(ctrl) (((ctrl)->slot_cap & PCI_EXP_SLTCAP_PSN) >> 19) macro
Dshpchp_hpc.c42 #define PSN 0x07FF0000 macro
962 ctrl->first_slot = (slot_config & PSN) >> 16; in shpc_init()
Dpciehp_core.c79 snprintf(name, SLOT_NAME_SIZE, "%u", PSN(ctrl)); in init_slot()