Lines Matching refs:SEE_MS
456 #define SEE_MS BIT(5)
2030 ((unsigned char)temp | SEE_MS | SEE_CS));
7291 WR_HARPOON(p_port + hp_ee_ctrl, (ee_value | SEE_MS)); /*Turn off CS */
7314 (EXT_ARB_ACK | SCSI_TERM_ENA_H)) | (SEE_MS | SEE_CS));
7318 ee_value |= (SEE_MS + SEE_CS);
7337 WR_HARPOON(p_port + hp_ee_ctrl, (ee_value | SEE_MS));
7341 WR_HARPOON(p_port + hp_ee_ctrl, (ee_value | SEE_MS | SEE_CS)); /* Set CS to EEPROM */
7342 WR_HARPOON(p_port + hp_ee_ctrl, (ee_value | SEE_MS)); /* Turn off CS */
7394 (EXT_ARB_ACK | SCSI_TERM_ENA_H)) | (SEE_MS | SEE_CS));
7398 ee_value |= (SEE_MS + SEE_CS);
7416 ee_value &= ~(SEE_MS + SEE_CS);
7417 WR_HARPOON(p_port + hp_ee_ctrl, (ee_value | SEE_MS)); /*Turn off CS */
7444 ee_value = SEE_MS;