Searched refs:bist (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/drivers/crypto/marvell/octeontx/ |
A D | otx_cptpf_main.c | 71 u64 bist; in otx_cpt_device_init() local 80 bist = (u64)otx_cpt_check_bist_status(cpt); in otx_cpt_device_init() 81 if (bist) { in otx_cpt_device_init() 82 dev_err(dev, "RAM BIST failed with code 0x%llx\n", bist); in otx_cpt_device_init() 86 bist = otx_cpt_check_exe_bist_status(cpt); in otx_cpt_device_init() 87 if (bist) { in otx_cpt_device_init() 88 dev_err(dev, "Engine BIST failed with code 0x%llx\n", bist); in otx_cpt_device_init()
|
/linux-6.3-rc2/arch/mips/txx9/generic/ |
A 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-6.3-rc2/drivers/crypto/cavium/cpt/ |
A D | cptpf_main.c | 432 u64 bist; in cpt_device_init() local 440 bist = (u64)cpt_check_bist_status(cpt); in cpt_device_init() 441 if (bist) { in cpt_device_init() 442 dev_err(dev, "RAM BIST failed with code 0x%llx", bist); in cpt_device_init() 446 bist = cpt_check_exe_bist_status(cpt); in cpt_device_init() 447 if (bist) { in cpt_device_init() 448 dev_err(dev, "Engine BIST failed with code 0x%llx", bist); in cpt_device_init()
|
/linux-6.3-rc2/arch/mips/include/asm/octeon/ |
A 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;
|
A D | cvmx-ciu3-defs.h | 45 uint64_t bist : 9; member 47 uint64_t bist : 9;
|
A 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-6.3-rc2/drivers/pci/ |
A D | pci-bridge-emul.h | 17 u8 bist; member
|
/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/include/ |
A D | chipcommon.h | 17 u32 bist; member
|
/linux-6.3-rc2/include/video/ |
A D | gbe.h | 19 volatile uint32_t bist; /* internal bist status [1] */ member
|
/linux-6.3-rc2/drivers/net/ethernet/neterion/ |
A D | s2io.c | 6024 u8 bist = 0; in s2io_bist_test() local 6027 pci_read_config_byte(sp->pdev, PCI_BIST, &bist); in s2io_bist_test() 6028 bist |= PCI_BIST_START; in s2io_bist_test() 6029 pci_write_config_word(sp->pdev, PCI_BIST, bist); in s2io_bist_test() 6032 pci_read_config_byte(sp->pdev, PCI_BIST, &bist); in s2io_bist_test() 6033 if (!(bist & PCI_BIST_START)) { in s2io_bist_test() 6034 *data = (bist & PCI_BIST_CODE_MASK); in s2io_bist_test()
|
Completed in 39 milliseconds