Home
last modified time | relevance | path

Searched refs:UTP_TRANSFER_REQ_COMPL (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufshci.h113 #define UTP_TRANSFER_REQ_COMPL 0x1 macro
H A Dufshcd.c37 #define UFSHCD_ENABLE_INTRS (UTP_TRANSFER_REQ_COMPL |\
6403 if (intr_status & UTP_TRANSFER_REQ_COMPL) in ufshcd_sl_intr()
/OK3568_Linux_fs/u-boot/drivers/ufs/
H A Dufs.h838 #define UTP_TRANSFER_REQ_COMPL 0x1 macro
H A Dufs.c26 #define UFSHCD_ENABLE_INTRS (UTP_TRANSFER_REQ_COMPL |\
837 } while (!(enabled_intr_status & UTP_TRANSFER_REQ_COMPL)); in ufshcd_send_command()