Home
last modified time | relevance | path

Searched refs:F_USE_CMD_Q (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/scsi/
H A DFlashPoint.c124 #define F_USE_CMD_Q 0x20 /*Inidcates TAGGED command. */ macro
2295 currSCCB->ControlByte &= ~F_USE_CMD_Q; in FPT_ssel()
2305 if (!(currSCCB->ControlByte & F_USE_CMD_Q)) { in FPT_ssel()
2348 || (!(currSCCB->ControlByte & F_USE_CMD_Q)))) { in FPT_ssel()
2442 if (currSCCB->ControlByte & F_USE_CMD_Q) { in FPT_ssel()
2448 currSCCB->ControlByte &= ~F_USE_CMD_Q; in FPT_ssel()
2949 currSCCB->ControlByte &= ~F_USE_CMD_Q; in FPT_sdecm()
2979 ~(unsigned char)F_USE_CMD_Q; in FPT_sdecm()
3900 if (p_sccb->ControlByte & F_USE_CMD_Q) { in FPT_sinits()
3902 p_sccb->ControlByte &= ~F_USE_CMD_Q; in FPT_sinits()