PCI_BIST          349 arch/mips/txx9/generic/pci.c 	if (pci_read_config_byte(dev, PCI_BIST, &bist) == PCIBIOS_SUCCESSFUL &&
PCI_BIST          354 arch/mips/txx9/generic/pci.c 		pci_write_config_byte(dev, PCI_BIST, PCI_BIST_START);
PCI_BIST          357 arch/mips/txx9/generic/pci.c 			pci_read_config_byte(dev, PCI_BIST, &bist);
PCI_BIST         6017 drivers/net/ethernet/neterion/s2io.c 	pci_read_config_byte(sp->pdev, PCI_BIST, &bist);
PCI_BIST         6019 drivers/net/ethernet/neterion/s2io.c 	pci_write_config_word(sp->pdev, PCI_BIST, bist);
PCI_BIST         6022 drivers/net/ethernet/neterion/s2io.c 		pci_read_config_byte(sp->pdev, PCI_BIST, &bist);
PCI_BIST         8745 drivers/scsi/ipr.c 		rc = pci_write_config_byte(ioa_cfg->pdev, PCI_BIST, PCI_BIST_START);
PCI_BIST          641 drivers/vfio/pci/vfio_pci_config.c 	p_setb(perm, PCI_BIST, NO_VIRT, (u8)ALL_WRITE);
PCI_BIST          350 drivers/xen/xen-pciback/conf_space_header.c 	 .offset    = PCI_BIST,