Searched refs:bist (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/crypto/marvell/octeontx/ |
| H 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/arch/mips/txx9/generic/ |
| H A D | pci.c | 348 unsigned char bist; in final_fixup() local 352 ret = pci_read_config_byte(dev, PCI_BIST, &bist); in final_fixup() 353 if ((ret != PCIBIOS_SUCCESSFUL) || !(bist & PCI_BIST_CAPABLE)) in final_fixup() 361 pci_read_config_byte(dev, PCI_BIST, &bist); in final_fixup() 364 } while (bist & PCI_BIST_START); in final_fixup() 365 if (bist & (PCI_BIST_CODE_MASK | PCI_BIST_START)) in final_fixup() 366 pr_cont("failed. (0x%x)\n", bist); in final_fixup()
|
| /linux/drivers/crypto/cavium/cpt/ |
| H A D | cptpf_main.c | 434 u64 bist; in cpt_device_init() local 442 bist = (u64)cpt_check_bist_status(cpt); in cpt_device_init() 443 if (bist) { in cpt_device_init() 444 dev_err(dev, "RAM BIST failed with code 0x%llx", bist); in cpt_device_init() 448 bist = cpt_check_exe_bist_status(cpt); in cpt_device_init() 449 if (bist) { in cpt_device_init() 450 dev_err(dev, "Engine BIST failed with code 0x%llx", bist); in cpt_device_init()
|
| /linux/arch/mips/include/asm/octeon/ |
| H 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;
|
| H A D | cvmx-ciu3-defs.h | 45 uint64_t bist : 9; member 47 uint64_t bist : 9;
|
| H 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/drivers/pci/ |
| H A D | pci-bridge-emul.h | 17 u8 bist; member
|
| /linux/drivers/net/wireless/broadcom/brcm80211/include/ |
| H A D | chipcommon.h | 17 u32 bist; member
|
| /linux/include/video/ |
| H A D | gbe.h | 19 volatile uint32_t bist; /* internal bist status [1] */ member
|
| /linux/arch/arm64/boot/dts/ti/ |
| H A D | k3-j784s4-j742s2-main-common.dtsi | 2705 bist_main14: bist@33c0000 { 2706 compatible = "ti,j784s4-bist";
|