Lines Matching refs:command_error
1188 if (ssp->command_error != 0) { in bscv_put8()
1249 if (ssp->command_error != 0) { in bscv_get8()
1348 if (ssp->command_error == EBUS_ERROR_STALEDATA) { in bscv_setclear8_volatile()
1359 if (ssp->command_error != 0) { in bscv_setclear8_volatile()
1368 if (ssp->command_error != EBUS_ERROR_STALEDATA) { in bscv_setclear8_volatile()
1404 if (ssp->command_error != 0) { in bscv_rep_rw8()
1489 "code 0x%x", ssp->command_error); in bscv_retcode()
1490 return (ssp->command_error); in bscv_retcode()
1496 if ((ssp->command_error == EBUS_ERROR_DEVICEFAIL) || in bscv_should_retry()
1497 (ssp->command_error >= LOMBUS_ERR_BASE)) { in bscv_should_retry()
1527 ssp->command_error = 0; in bscv_put8_once()
1549 ssp->command_error = fault; in bscv_put8_once()
1585 ssp->command_error = 0; in bscv_get8_once()
1606 ssp->command_error = fault; in bscv_get8_once()
1677 uint32_t command_error = ssp->command_error; in bscv_resync_comms() local
1689 if (command_error >= LOMBUS_ERR_BASE && in bscv_resync_comms()
1690 command_error != LOMBUS_ERR_REG_NUM && in bscv_resync_comms()
1691 command_error != LOMBUS_ERR_REG_SIZE && in bscv_resync_comms()
1692 command_error != LOMBUS_ERR_TIMEOUT) { in bscv_resync_comms()
1696 command_error); in bscv_resync_comms()