Lines Matching refs:SEE_MS
428 #define SEE_MS BIT(5)
1998 ((unsigned char)temp | SEE_MS | SEE_CS));
7260 WR_HARPOON(p_port + hp_ee_ctrl, (ee_value | SEE_MS)); /*Turn off CS */
7283 (EXT_ARB_ACK | SCSI_TERM_ENA_H)) | (SEE_MS | SEE_CS));
7287 ee_value |= (SEE_MS + SEE_CS);
7306 WR_HARPOON(p_port + hp_ee_ctrl, (ee_value | SEE_MS));
7310 WR_HARPOON(p_port + hp_ee_ctrl, (ee_value | SEE_MS | SEE_CS)); /* Set CS to EEPROM */
7311 WR_HARPOON(p_port + hp_ee_ctrl, (ee_value | SEE_MS)); /* Turn off CS */
7363 (EXT_ARB_ACK | SCSI_TERM_ENA_H)) | (SEE_MS | SEE_CS));
7367 ee_value |= (SEE_MS + SEE_CS);
7385 ee_value &= ~(SEE_MS + SEE_CS);
7386 WR_HARPOON(p_port + hp_ee_ctrl, (ee_value | SEE_MS)); /*Turn off CS */
7413 ee_value = SEE_MS;