Lines Matching +full:address +full:- +full:translation
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0
9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
59 * the SCSI VERIFY (10, 12, 16-byte) commands.
78 * @brief This method performs the SCSI VERIFY command translation
81 * - setting the command register
82 * - setting the device head register
83 * - filling in fields in the SATI_TRANSLATOR_SEQUENCE object.
117 sequence->protocol = SAT_PROTOCOL_NON_DATA; in sati_verify_translate_command()
118 sequence->data_direction = SATI_DATA_DIRECTION_NONE; in sati_verify_translate_command()
123 if (sequence->device->capabilities & SATI_DEVICE_CAP_48BIT_ENABLE) in sati_verify_translate_command()
136 * @brief This method performs all of the translation required for a
139 * - logical block address translation
140 * - transfer length (sector count) translation
141 * - translation items common to all VERIFY CDB sizes.
145 * @return Indicate if the command translation was successful.
166 sequence->type = SATI_SEQUENCE_VERIFY_10; in sati_verify_10_translate_command()
168 // Fill in the Logical Block Address fields and sector count registers. in sati_verify_10_translate_command()
179 * @brief This method performs all of the translation required for a
182 * - logical block address translation
183 * - transfer length (sector count) translation
184 * - translation items common to all VERIFY CDB sizes.
188 * @return Indicate if the command translation was successful.
211 sequence->type = SATI_SEQUENCE_VERIFY_12; in sati_verify_12_translate_command()
213 // Fill in the Logical Block Address fields and sector count registers. in sati_verify_12_translate_command()
224 * @brief This method performs all of the translation required for a
227 * - logical block address translation
228 * - transfer length (sector count) translation
229 * - translation items common to all VERIFY CDB sizes.
233 * @return Indicate if the command translation was successful.
256 sequence->type = SATI_SEQUENCE_VERIFY_16; in sati_verify_16_translate_command()
258 // Fill in the Logical Block Address field. in sati_verify_16_translate_command()