Home
last modified time | relevance | path

Searched full:hce (Results 1 – 9 of 9) sorted by relevance

/linux/arch/arm/boot/dts/microchip/
H A Dat91-cosino_mega2560.dts7 * HCE Engineering
18 model = "HCE Cosino Mega 2560";
19 compatible = "hce,cosino_mega2560", "atmel,at91sam9x5", "atmel,at91sam9";
H A Dat91-cosino.dtsi6 * HCE Engineering
16 model = "HCE Cosino core module";
17 compatible = "hce,cosino", "atmel,at91sam9x5", "atmel,at91sam9";
/linux/drivers/ufs/host/
H A Dufshcd-pci.c102 u32 hce = ufshcd_readl(hba, REG_CONTROLLER_ENABLE); in ufs_intel_hce_enable_notify() local
104 hce |= CRYPTO_GENERAL_ENABLE; in ufs_intel_hce_enable_notify()
105 ufshcd_writel(hba, hce, REG_CONTROLLER_ENABLE); in ufs_intel_hce_enable_notify()
H A Dufs-sprd.c227 /* Key access only can be enabled under HCE enable */ in ufs_sprd_n6_key_acc_enable()
/linux/include/ufs/
H A Dufshci.h231 /* HCE - Host Controller Enable 34h */
H A Dufshcd.h301 * @hce_enable_notify: called before and after HCE enable bit is set to allow
585 * enabled via HCE register.
/linux/drivers/ufs/core/
H A Dufshcd.c4920 * To initialize a UFS host controller HCE bit must be set to 1. in ufshcd_hba_execute_hce()
4921 * During initialization the HCE bit value changes from 1->0->1. in ufshcd_hba_execute_hce()
4923 * it sets the value of HCE bit to 1. The same HCE bit is read back in ufshcd_hba_execute_hce()
4925 * So without this delay the value HCE = 1, set in the previous in ufshcd_hba_execute_hce()
/linux/drivers/usb/host/
H A Dxhci.h2483 ret += sprintf(str + ret, " HCE"); in xhci_decode_usbsts()
H A Dxhci.c1044 * if SRE and HCE bits are not set (as per xhci in xhci_suspend()