Lines Matching refs:BIT_7
1118 mb[1] = (uint16_t)((bus ? target | BIT_7 : target) << 8);
1144 mb[1] = (uint16_t)((bus ? target | BIT_7 : target) << 8);
1694 #define CMD_ARGS (BIT_7 | BIT_6 | BIT_4 | BIT_3 | BIT_2 | BIT_1 | BIT_0)
1898 if (!(status = qla1280_mailbox_command(ha, BIT_7 | BIT_6 | BIT_4 |
1912 status = qla1280_mailbox_command(ha, BIT_7 | BIT_6 | BIT_5 |
2069 mb[1] = (uint16_t)((bus ? target | BIT_7 : target) << 8);
2107 mb[1] = (uint16_t)((bus ? target | BIT_7 : target) << 8);
2131 mb[1] = bus ? ha->bus_settings[bus].id | BIT_7 :
2206 BIT_7 | BIT_3 | BIT_2 | BIT_1 | BIT_0);
2240 status |= qla1280_mailbox_command(ha, BIT_7 | BIT_6 | BIT_2 |
2605 mb[1] = (bus ? (target | BIT_7) : target) << 8;
2646 mb[1] = (bus ? target | BIT_7 : target) << 8 | lun;
2707 pkt->target = (uint8_t) (bus ? (id | BIT_7) : id);
2825 (SCSI_TCN_32(cmd) | BIT_7) : SCSI_TCN_32(cmd);
3080 (SCSI_TCN_32(cmd) | BIT_7) : SCSI_TCN_32(cmd);
3891 mb[1] = (uint16_t) (bus ? target | BIT_7 : target);