Searched refs:PCI_BIST (Results 1 – 11 of 11) sorted by relevance
/openbmc/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()
|
/openbmc/qemu/tests/qtest/ |
H A D | i440fx-test.c | 73 g_assert_cmpint(qpci_config_readb(dev, PCI_BIST), ==, 0x00); in test_i440fx_defaults()
|
H A D | ahci-test.c | 314 datab = qpci_config_readb(ahci->dev, PCI_BIST); in ahci_test_pci_spec()
|
/openbmc/linux/drivers/xen/xen-pciback/ |
H A D | conf_space_header.c | 342 .offset = PCI_BIST,
|
/openbmc/linux/include/uapi/linux/ |
H A D | pci_regs.h | 84 #define PCI_BIST 0x0f /* 8 bits */ macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 85 #define PCI_BIST 0x0f /* 8 bits */ macro
|
/openbmc/u-boot/cmd/ |
H A D | pci.c | 181 { "BIST", PCI_SIZE_8, PCI_BIST },
|
/openbmc/u-boot/include/ |
H A D | pci.h | 189 #define PCI_BIST 0x0f /* 8 bits */ macro
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | vfio_pci_config.c | 680 p_setb(perm, PCI_BIST, NO_VIRT, (u8)ALL_WRITE); in init_pci_cap_basic_perm()
|
/openbmc/linux/drivers/net/ethernet/neterion/ |
H A D | s2io.c | 6020 pci_read_config_byte(sp->pdev, PCI_BIST, &bist); in s2io_bist_test() 6022 pci_write_config_word(sp->pdev, PCI_BIST, bist); in s2io_bist_test() 6025 pci_read_config_byte(sp->pdev, PCI_BIST, &bist); in s2io_bist_test()
|
/openbmc/linux/drivers/scsi/ |
H A D | ipr.c | 7995 rc = pci_write_config_byte(ioa_cfg->pdev, PCI_BIST, PCI_BIST_START); in ipr_reset_start_bist()
|