Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/hyperv/
H A Dirqdomain.c155 if (status & PCI_X_SSTATUS_FREQ) { in hv_build_pci_dev_id()
/linux-6.15/include/uapi/linux/
H A Dpci_regs.h460 #define PCI_X_SSTATUS_FREQ 0x03c0 /* Secondary Bus Mode and Frequency */ macro
/linux-6.15/drivers/pci/
H A Dprobe.c874 pcix_bus_speed[FIELD_GET(PCI_X_SSTATUS_FREQ, status)]; in pci_set_bus_speed()