Searched refs:bist (Results 1 – 5 of 5) sorted by relevance
| /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()
|
| /drivers/crypto/cavium/cpt/ |
| 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()
|
| /drivers/pci/ |
| A D | pci-bridge-emul.h | 17 u8 bist; member
|
| /drivers/net/wireless/broadcom/brcm80211/include/ |
| A D | chipcommon.h | 17 u32 bist; member
|
| /drivers/net/ethernet/neterion/ |
| A D | s2io.c | 6018 u8 bist = 0; in s2io_bist_test() local 6021 pci_read_config_byte(sp->pdev, PCI_BIST, &bist); in s2io_bist_test() 6022 bist |= PCI_BIST_START; in s2io_bist_test() 6023 pci_write_config_word(sp->pdev, PCI_BIST, bist); in s2io_bist_test() 6026 pci_read_config_byte(sp->pdev, PCI_BIST, &bist); in s2io_bist_test() 6027 if (!(bist & PCI_BIST_START)) { in s2io_bist_test() 6028 *data = (bist & PCI_BIST_CODE_MASK); in s2io_bist_test()
|
Completed in 23 milliseconds