Searched refs:status_byte (Results 1 – 6 of 6) sorted by relevance
124 #define status_byte(result) (result & 0xff) macro
457 u8 status_byte = 0; in simple_post_tune() local464 &status_byte, 1); in simple_post_tune()470 if (status_byte & TUNER_PLL_LOCKED) in simple_post_tune()
4618 unsigned char status_byte; in FPT_autoCmdCmplt() local4622 status_byte = RD_HARPOON(p_port + hp_gp_reg_0); in FPT_autoCmdCmplt()4626 if (status_byte != SAM_STAT_GOOD) { in FPT_autoCmdCmplt()4628 if (status_byte == SAM_STAT_TASK_SET_FULL) { in FPT_autoCmdCmplt()4760 if (status_byte == SAM_STAT_CHECK_CONDITION) { in FPT_autoCmdCmplt()4780 currSCCB->TargetStatus = status_byte; in FPT_autoCmdCmplt()4782 if (status_byte == SAM_STAT_CHECK_CONDITION) { in FPT_autoCmdCmplt()
640 static void done(struct Scsi_Host *shpnt, unsigned char status_byte,1300 static void done(struct Scsi_Host *shpnt, unsigned char status_byte, in done() argument1311 set_status_byte(DONE_SC, status_byte); in done()
1728 switch (status_byte(result)) { in sd_scsi_to_pr_err()
1176 in the LSB. See include/scsi/scsi.h status_byte() and
Completed in 28 milliseconds