Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dfsl_pci_init.c597 pci_hose_read_config_word (hose, dev, PCI_SEC_STATUS, &temp16); in fsl_pci_init()
599 pci_hose_write_config_word(hose, dev, PCI_SEC_STATUS, 0xffff); in fsl_pci_init()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dpci_sabre.c388 pci_write_config_word(pdev, PCI_SEC_STATUS, 0xffff); in apb_init()
/OK3568_Linux_fs/kernel/drivers/edac/
H A Dedac_pci_sysfs.c480 where = secondary ? PCI_SEC_STATUS : PCI_STATUS; in get_pci_parity_status()
/OK3568_Linux_fs/u-boot/cmd/
H A Dpci.c182 { "secondary status", PCI_SIZE_16, PCI_SEC_STATUS },
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dpci_regs.h141 #define PCI_SEC_STATUS 0x1e /* Secondary status register, only bit 14 used */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dpci_regs.h141 #define PCI_SEC_STATUS 0x1e /* Secondary status register, only bit 14 used */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpci_regs.h141 #define PCI_SEC_STATUS 0x1e /* Secondary status register, only bit 14 used */ macro
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h247 #define PCI_SEC_STATUS 0x1e /* Secondary status register, only bit 14 used */ macro
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Deeh.c192 eeh_ops->read_config(edev, PCI_SEC_STATUS, 2, &cfg); in eeh_dump_dev_log()