/openbmc/u-boot/doc/device-tree-bindings/video/ |
H A D | exynos-dp.txt | 25 samsung,bist-mode: 1 to enable video bist mode, else 0 26 samsung,bist-pattern: bist mode pattern type 60 samsung,bist-mode = <0>; 61 samsung,bist-pattern = <0>;
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/u-boot/arch/x86/cpu/intel_common/ |
H A D | cpu.c | 22 if (gd->arch.bist != 0) { in report_bist_failure() 24 printf("BIST failed: %08x\n", gd->arch.bist); in report_bist_failure()
|
/openbmc/linux/drivers/crypto/cavium/cpt/ |
H 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()
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | asm-offsets.c | 19 DEFINE(GD_BIST, offsetof(gd_t, arch.bist)); in main()
|
/openbmc/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;
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | exynos5420-smdk5420.dts | 138 samsung,bist-mode = <0>; 139 samsung,bist-pattern = <0>;
|
H A D | exynos54xx.dtsi | 198 samsung,bist-mode = <0>; 199 samsung,bist-pattern = <0>;
|
H A D | exynos5250-smdk5250.dts | 135 samsung,bist-mode = <0>; 136 samsung,bist-pattern = <0>;
|
H A D | exynos5250-snow.dts | 377 samsung,bist-mode = <0>; 378 samsung,bist-pattern = <0>;
|
H A D | exynos5250-spring.dts | 202 samsung,bist-mode = <0>; 203 samsung,bist-pattern = <0>;
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | global_data.h | 81 uint32_t bist; /* Built-in self test value */ member
|
/openbmc/linux/drivers/pci/ |
H A D | pci-bridge-emul.h | 17 u8 bist; member
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/include/ |
H A D | chipcommon.h | 17 u32 bist; member
|
/openbmc/linux/include/video/ |
H A D | gbe.h | 19 volatile uint32_t bist; /* internal bist status [1] */ member
|
/openbmc/u-boot/lib/efi/ |
H A D | efi_stub.c | 122 typedef void (*func_t)(int bist, int unused, ulong info) in jump_to_uboot()
|
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/ |
H A D | ddr_rk3288.h | 192 u32 bist[17]; member
|
/openbmc/linux/drivers/net/ethernet/neterion/ |
H A D | s2io.c | 6017 u8 bist = 0; in s2io_bist_test() local 6020 pci_read_config_byte(sp->pdev, PCI_BIST, &bist); in s2io_bist_test() 6021 bist |= PCI_BIST_START; 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() 6026 if (!(bist & PCI_BIST_START)) { in s2io_bist_test() 6027 *data = (bist & PCI_BIST_CODE_MASK); in s2io_bist_test()
|