Searched defs:status_byte (Results 1 - 3 of 3) sorted by relevance

/drivers/media/common/tuners/
H A Dtuner-simple.c456 u8 status_byte = 0; local
463 &status_byte, 1);
469 if (status_byte & TUNER_PLL_LOCKED)
/drivers/block/
H A Dcciss.c3059 unsigned char status_byte, msg_byte, host_byte, driver_byte; local
3064 status_byte = cmd->err_info->ScsiStatus;
3073 error_value = make_status_bytes(status_byte, msg_byte,
/drivers/scsi/
H A DFlashPoint.c4669 unsigned char status_byte; local
4673 status_byte = RD_HARPOON(p_port + hp_gp_reg_0);
4677 if (status_byte != SSGOOD) {
4679 if (status_byte == SSQ_FULL) {
4811 if (status_byte == SSCHECK) {
4831 currSCCB->TargetStatus = status_byte;
4833 if (status_byte == SSCHECK) {

Completed in 128 milliseconds