Lines Matching refs:BIT_7
1128 mb[1] = (uint16_t)((bus ? target | BIT_7 : target) << 8);
1154 mb[1] = (uint16_t)((bus ? target | BIT_7 : target) << 8);
1704 #define CMD_ARGS (BIT_7 | BIT_6 | BIT_4 | BIT_3 | BIT_2 | BIT_1 | BIT_0)
1908 if (!(status = qla1280_mailbox_command(ha, BIT_7 | BIT_6 | BIT_4 |
1922 status = qla1280_mailbox_command(ha, BIT_7 | BIT_6 | BIT_5 |
2079 mb[1] = (uint16_t)((bus ? target | BIT_7 : target) << 8);
2117 mb[1] = (uint16_t)((bus ? target | BIT_7 : target) << 8);
2141 mb[1] = bus ? ha->bus_settings[bus].id | BIT_7 :
2216 BIT_7 | BIT_3 | BIT_2 | BIT_1 | BIT_0);
2250 status |= qla1280_mailbox_command(ha, BIT_7 | BIT_6 | BIT_2 |
2615 mb[1] = (bus ? (target | BIT_7) : target) << 8;
2656 mb[1] = (bus ? target | BIT_7 : target) << 8 | lun;
2717 pkt->target = (uint8_t) (bus ? (id | BIT_7) : id);
2835 (SCSI_TCN_32(cmd) | BIT_7) : SCSI_TCN_32(cmd);
3090 (SCSI_TCN_32(cmd) | BIT_7) : SCSI_TCN_32(cmd);
3901 mb[1] = (uint16_t) (bus ? target | BIT_7 : target);