| /OK3568_Linux_fs/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>;
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/arch/mips/txx9/generic/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/cavium/cpt/ |
| H A D | cptpf_main.c | 433 u64 bist; in cpt_device_init() local 441 bist = (u64)cpt_check_bist_status(cpt); in cpt_device_init() 442 if (bist) { in cpt_device_init() 443 dev_err(dev, "RAM BIST failed with code 0x%llx", bist); in cpt_device_init() 447 bist = cpt_check_exe_bist_status(cpt); in cpt_device_init() 448 if (bist) { in cpt_device_init() 449 dev_err(dev, "Engine BIST failed with code 0x%llx", bist); in cpt_device_init()
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/intel_common/ |
| H A D | cpu.c | 23 if (gd->arch.bist != 0) { in report_bist_failure() 25 printf("BIST failed: %08x\n", gd->arch.bist); in report_bist_failure()
|
| /OK3568_Linux_fs/kernel/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;
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/bridge/ |
| H A D | analogix_dp.txt | 24 -analogix,video-bist-enable: 25 Enable video bist pattern for DP_TX debugging.
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | exynos5420-smdk5420.dts | 122 samsung,bist-mode = <0>; 123 samsung,bist-pattern = <0>;
|
| H A D | exynos54xx.dtsi | 185 samsung,bist-mode = <0>; 186 samsung,bist-pattern = <0>;
|
| H A D | exynos5250-smdk5250.dts | 118 samsung,bist-mode = <0>; 119 samsung,bist-pattern = <0>;
|
| H A D | exynos5250-snow.dts | 366 samsung,bist-mode = <0>; 367 samsung,bist-pattern = <0>;
|
| H A D | exynos5250-spring.dts | 151 samsung,bist-mode = <0>; 152 samsung,bist-pattern = <0>;
|
| /OK3568_Linux_fs/u-boot/arch/x86/lib/ |
| H A D | asm-offsets.c | 20 DEFINE(GD_BIST, offsetof(gd_t, arch.bist)); in main()
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | global_data.h | 81 uint32_t bist; /* Built-in self test value */ member
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | pci-bridge-emul.h | 17 u8 bist; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | pcicfg.h | 120 uint8 bist; member 356 uint8 bist; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | pcicfg.h | 120 uint8 bist; member 356 uint8 bist; member
|
| /OK3568_Linux_fs/kernel/include/video/ |
| H A D | gbe.h | 19 volatile uint32_t bist; /* internal bist status [1] */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/include/ |
| H A D | chipcommon.h | 17 u32 bist; member
|
| /OK3568_Linux_fs/u-boot/lib/efi/ |
| H A D | efi_stub.c | 125 typedef void (*func_t)(int bist, int unused, ulong info) in jump_to_uboot()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/ |
| H A D | ddr_rk3288.h | 193 u32 bist[17]; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/neterion/ |
| H A D | s2io.c | 6010 u8 bist = 0; in s2io_bist_test() local 6013 pci_read_config_byte(sp->pdev, PCI_BIST, &bist); in s2io_bist_test() 6014 bist |= PCI_BIST_START; in s2io_bist_test() 6015 pci_write_config_word(sp->pdev, PCI_BIST, bist); in s2io_bist_test() 6018 pci_read_config_byte(sp->pdev, PCI_BIST, &bist); in s2io_bist_test() 6019 if (!(bist & PCI_BIST_START)) { in s2io_bist_test() 6020 *data = (bist & PCI_BIST_CODE_MASK); in s2io_bist_test()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | sbchipc.h | 183 uint32 bist; member
|