diff options
author | Seungwon Jeon <tgih.jun@samsung.com> | 2013-06-26 22:39:27 +0530 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-06-28 13:02:41 -0700 |
commit | 2fbd009b40967fc54b7eb3580372736862291a06 (patch) | |
tree | 8179e88b35c7a59d221957b3ef57af3d960345bc /drivers/scsi/ufs/ufshcd.h | |
parent | b873a27538dff59e77c15eaf23bdf7e6be7d36e9 (diff) | |
download | blackbird-op-linux-2fbd009b40967fc54b7eb3580372736862291a06.tar.gz blackbird-op-linux-2fbd009b40967fc54b7eb3580372736862291a06.zip |
[SCSI] ufs: amend interrupt configuration
It makes interrupt setting more flexible especially
for disabling. And wrong bit mask is fixed for ver 1.0.
[17:16] is added for mask.
Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com>
Tested-by: Maya Erez <merez@codeaurora.org>
Signed-off-by: Santosh Y <santoshsy@gmail.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/ufs/ufshcd.h')
-rw-r--r-- | drivers/scsi/ufs/ufshcd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/ufs/ufshcd.h b/drivers/scsi/ufs/ufshcd.h index 807dd2d740d4..4213600b89d6 100644 --- a/drivers/scsi/ufs/ufshcd.h +++ b/drivers/scsi/ufs/ufshcd.h @@ -139,7 +139,7 @@ struct ufshcd_lrb { * @ufshcd_tm_wait_queue: wait queue for task management * @tm_condition: condition variable for task management * @ufshcd_state: UFSHCD states - * @int_enable_mask: Interrupt Mask Bits + * @intr_mask: Interrupt Mask Bits * @uic_workq: Work queue for UIC completion handling * @feh_workq: Work queue for fatal controller error handling * @errors: HBA errors @@ -176,7 +176,7 @@ struct ufs_hba { unsigned long tm_condition; u32 ufshcd_state; - u32 int_enable_mask; + u32 intr_mask; /* Work Queues */ struct work_struct uic_workq; |