Home
last modified time | relevance | path

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

/linux-6.6.21/arch/sparc/kernel/
Dpci_sabre.c388 pci_write_config_word(pdev, PCI_SEC_STATUS, 0xffff); in apb_init()
/linux-6.6.21/drivers/edac/
Dedac_pci_sysfs.c486 where = secondary ? PCI_SEC_STATUS : PCI_STATUS; in get_pci_parity_status()
/linux-6.6.21/include/uapi/linux/
Dpci_regs.h141 #define PCI_SEC_STATUS 0x1e /* Secondary status register, only bit 14 used */ macro
/linux-6.6.21/arch/powerpc/kernel/
Deeh.c192 eeh_ops->read_config(edev, PCI_SEC_STATUS, 2, &cfg); in eeh_dump_dev_log()