Lines Matching refs:BIT_7
1673 mb[1] = (uint16_t) (bus ? target | BIT_7 : target); in qla12160_set_target_parameters()
2669 if (!(status = qla1280_mailbox_command(ha, BIT_7 | BIT_6 | BIT_4 | in qla1280_init_rings()
2683 status = qla1280_mailbox_command(ha, BIT_7 | BIT_6 | BIT_5 | in qla1280_init_rings()
2923 status |= qla1280_mailbox_command(ha, BIT_7 | BIT_6 | BIT_2 | in qla1280_nvram_config()
2970 mb[1] = bus ? ha->bus_settings[bus].id | BIT_7 : in qla1280_nvram_config()
2987 mb[1] = (uint16_t) (bus ? target | BIT_7 : target); in qla1280_nvram_config()
3053 mb[1] = (uint16_t)(bus ? target | BIT_7 : target); in qla1280_nvram_config()
3404 mb[1] = (bus ? (target | BIT_7) : target) << 8; in qla1280_device_reset()
3440 mb[1] = (bus ? target | BIT_7 : target) << 8 | lun; in qla1280_abort_device()
3480 mb[1] = (bus ? target | BIT_7 : target) << 8 | lun; in qla1280_abort_command()
3541 pkt->target = (uint8_t) (bus ? (id | BIT_7) : id); in qla1280_marker()
3659 (SCSI_TCN_32(cmd) | BIT_7) : SCSI_TCN_32(cmd); in qla1280_64bit_start_scsi()
3959 (SCSI_TCN_32(cmd) | BIT_7) : SCSI_TCN_32(cmd); in qla1280_32bit_start_scsi()
4901 mb[1] = (uint16_t) (bus ? target | BIT_7 : target); in qla12160_get_target_parameters()