Searched refs:bist (Results 1 - 11 of 11) sorted by last modified time

/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-ciu-defs.h489 uint64_t bist : 5; /**< BIST Results. member in struct:cvmx_ciu_bist::cvmx_ciu_bist_s
493 uint64_t bist : 5;
501 uint64_t bist : 4; /**< BIST Results. member in struct:cvmx_ciu_bist::cvmx_ciu_bist_cn30xx
505 uint64_t bist : 4;
516 uint64_t bist : 2; /**< BIST Results. member in struct:cvmx_ciu_bist::cvmx_ciu_bist_cn50xx
520 uint64_t bist : 2;
528 uint64_t bist : 3; /**< BIST Results. member in struct:cvmx_ciu_bist::cvmx_ciu_bist_cn52xx
532 uint64_t bist : 3;
H A Dcvmx-dpi-defs.h330 uint64_t bist : 37; /**< BIST Results. member in struct:cvmx_dpi_bist_status::cvmx_dpi_bist_status_s
334 uint64_t bist : 37;
H A Dcvmx-pcieepx-defs.h1234 uint32_t bist : 8; /**< The BIST register functions are not supported. member in struct:cvmx_pcieepx_cfg003::cvmx_pcieepx_cfg003_s
1255 uint32_t bist : 8;
H A Dcvmx-pciercx-defs.h1215 uint32_t bist : 8; /**< The BIST register functions are not supported. member in struct:cvmx_pciercx_cfg003::cvmx_pciercx_cfg003_s
1234 uint32_t bist : 8;
H A Dcvmx-pip-defs.h688 uint64_t bist : 18; /**< BIST Results. member in struct:cvmx_pip_bist_status::cvmx_pip_bist_status_s
692 uint64_t bist : 18;
704 uint64_t bist : 17; /**< BIST Results. member in struct:cvmx_pip_bist_status::cvmx_pip_bist_status_cn50xx
708 uint64_t bist : 17;
/freebsd-9.3-release/sys/dev/vxge/vxgehal/
H A Dvxgehal-mrpcim.c6371 u8 bist = 0; local
6398 vxge_offsetof(vxge_hal_pci_config_le_t, bist),
6400 &bist);
6401 bist |= 0x40;
6403 vxge_offsetof(vxge_hal_pci_config_le_t, bist), bist);
6408 vxge_offsetof(vxge_hal_pci_config_le_t, bist),
6410 &bist);
6411 if (!(bist & 0x40)) {
6412 *data = (bist
[all...]
H A Dvxgehal-mgmtaux.c213 __HAL_AUX_ENTRY("bist", pci_config->bist, "0x%02X");
H A Dvxgehal-regs.h53 u8 bist; /* 0x0f */ member in struct:vxge_hal_pci_config_le_t
93 u8 bist; /* 0x0f */ member in struct:vxge_hal_pci_config_t
134 u8 bist; /* 0x0f */
/freebsd-9.3-release/sys/dev/nxge/include/
H A Dxgehal-regs.h1194 u8 bist; // 0x0f member in struct:xge_hal_pci_config_le_t
1255 u8 bist; // 0x0f member in struct:xge_hal_pci_config_t
1317 u8 bist; // 0x0f
/freebsd-9.3-release/sys/dev/nxge/xgehal/
H A Dxgehal-mgmt.c1427 u8 bist = 0; local
1431 xge_os_pci_read8(hldev->pdev, hldev->cfgh, 0x0f, &bist);
1432 bist |= 0x40;
1433 xge_os_pci_write8(hldev->pdev, hldev->cfgh, 0x0f, bist);
1436 xge_os_pci_read8(hldev->pdev, hldev->cfgh, 0x0f, &bist);
1437 if (!(bist & 0x40)) {
1438 *data = (bist & 0x0f);
H A Dxgehal-mgmtaux.c1168 __HAL_AUX_ENTRY("bist", pci_config.bist, "0x%02X");

Completed in 295 milliseconds