Home
last modified time | relevance | path

Searched full:hce (Results 1 – 4 of 4) 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()
/linux/drivers/ufs/core/
H A Dufshcd.c5171 * To initialize a UFS host controller HCE bit must be set to 1. in ufshcd_hba_execute_hce()
5172 * During initialization the HCE bit value changes from 1->0->1. in ufshcd_hba_execute_hce()
5174 * it sets the value of HCE bit to 1. The same HCE bit is read back in ufshcd_hba_execute_hce()
5176 * So without this delay the value HCE = 1, set in the previous in ufshcd_hba_execute_hce()