Searched refs:PCI_BIST (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/mips/txx9/generic/ |
| H A D | pci.c | 352 ret = pci_read_config_byte(dev, PCI_BIST, &bist); in final_fixup() 358 pci_write_config_byte(dev, PCI_BIST, PCI_BIST_START); in final_fixup() 361 pci_read_config_byte(dev, PCI_BIST, &bist); in final_fixup()
|
| /linux/drivers/xen/xen-pciback/ |
| H A D | conf_space_header.c | 342 .offset = PCI_BIST,
|
| /linux/include/uapi/linux/ |
| H A D | pci_regs.h | 85 #define PCI_BIST 0x0f /* 8 bits */ macro
|
| /linux/drivers/vfio/pci/ |
| H A D | vfio_pci_config.c | 685 p_setb(perm, PCI_BIST, NO_VIRT, (u8)ALL_WRITE); in init_pci_cap_basic_perm()
|
| /linux/drivers/scsi/ |
| H A D | ipr.c | 7970 rc = pci_write_config_byte(ioa_cfg->pdev, PCI_BIST, PCI_BIST_START); in ipr_reset_start_bist()
|