Searched refs:bist (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/arch/mips/txx9/generic/ |
D | pci.c | 346 unsigned char bist; in final_fixup() local 349 if (pci_read_config_byte(dev, PCI_BIST, &bist) == PCIBIOS_SUCCESSFUL && in final_fixup() 350 (bist & PCI_BIST_CAPABLE)) { in final_fixup() 357 pci_read_config_byte(dev, PCI_BIST, &bist); in final_fixup() 360 } while (bist & PCI_BIST_START); in final_fixup() 361 if (bist & (PCI_BIST_CODE_MASK | PCI_BIST_START)) in final_fixup() 362 pr_cont("failed. (0x%x)\n", bist); in final_fixup()
|
/Linux-v5.4/drivers/crypto/cavium/cpt/ |
D | cptpf_main.c | 431 u64 bist; in cpt_device_init() local 439 bist = (u64)cpt_check_bist_status(cpt); in cpt_device_init() 440 if (bist) { in cpt_device_init() 441 dev_err(dev, "RAM BIST failed with code 0x%llx", bist); in cpt_device_init() 445 bist = cpt_check_exe_bist_status(cpt); in cpt_device_init() 446 if (bist) { in cpt_device_init() 447 dev_err(dev, "Engine BIST failed with code 0x%llx", bist); in cpt_device_init()
|
/Linux-v5.4/arch/mips/include/asm/octeon/ |
D | cvmx-dpi-defs.h | 86 uint64_t bist:47; member 88 uint64_t bist:47; 95 uint64_t bist:45; member 97 uint64_t bist:45; 104 uint64_t bist:37; member 106 uint64_t bist:37;
|
D | cvmx-ciu3-defs.h | 45 uint64_t bist : 9; member 47 uint64_t bist : 9;
|
D | cvmx-pip-defs.h | 189 uint64_t bist:22; member 191 uint64_t bist:22; 198 uint64_t bist:18; member 200 uint64_t bist:18; 207 uint64_t bist:17; member 209 uint64_t bist:17; 216 uint64_t bist:20; member 218 uint64_t bist:20;
|
/Linux-v5.4/drivers/pci/ |
D | pci-bridge-emul.h | 17 u8 bist; member
|
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/include/ |
D | chipcommon.h | 17 u32 bist; member
|
/Linux-v5.4/include/video/ |
D | gbe.h | 19 volatile uint32_t bist; /* internal bist status [1] */ member
|
/Linux-v5.4/drivers/net/ethernet/neterion/ |
D | s2io.c | 6014 u8 bist = 0; in s2io_bist_test() local 6017 pci_read_config_byte(sp->pdev, PCI_BIST, &bist); in s2io_bist_test() 6018 bist |= PCI_BIST_START; in s2io_bist_test() 6019 pci_write_config_word(sp->pdev, PCI_BIST, bist); in s2io_bist_test() 6022 pci_read_config_byte(sp->pdev, PCI_BIST, &bist); in s2io_bist_test() 6023 if (!(bist & PCI_BIST_START)) { in s2io_bist_test() 6024 *data = (bist & PCI_BIST_CODE_MASK); in s2io_bist_test()
|