Lines Matching refs:status
194 /* return the PCIe link speed from the given link status */
214 /* read the link status and set dd->{lbus_width,lbus_speed,lbus_info} */
611 #define DL_ERR_SBUS 0x4 /* SBus status error */
941 u32 status, err;
1306 * Check the gasket block status.
1313 * the status.
1316 dd_dev_info(dd, "%s: gasket block status: 0x%llx\n", __func__, reg);
1340 /* extract status, look for our HFI */
1341 status = (reg >> ASIC_PCIE_SD_HOST_STATUS_FW_DNLD_STS_SHIFT)
1343 if ((status & (1 << dd->hfi1_id)) == 0) {
1345 "%s: gasket status 0x%x, expecting 0x%x\n",
1346 __func__, status, 1 << dd->hfi1_id);