Home
last modified time | relevance | path

Searched refs:hce (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/arm/boot/dts/microchip/
H A Dat91-cosino_mega2560.dts19 compatible = "hce,cosino_mega2560", "atmel,at91sam9x5", "atmel,at91sam9";
H A Dat91-cosino.dtsi17 compatible = "hce,cosino", "atmel,at91sam9x5", "atmel,at91sam9";
/openbmc/qemu/tests/qtest/
H A Dufs-test.c262 uint32_t hce = 0, ie = 0; in ufs_init() local
270 hce = FIELD_DP32(hce, HCE, HCE, 1); in ufs_init()
271 ufs_wreg(ufs, A_HCE, hce); in ufs_init()
277 hce = FIELD_EX32(ufs_rreg(ufs, A_HCE), HCE, HCE); in ufs_init()
278 } while (hce == 0 && g_get_monotonic_time() < end_time); in ufs_init()
279 g_assert_cmpuint(hce, ==, 1); in ufs_init()
/openbmc/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()
/openbmc/qemu/hw/ufs/
H A Dufs.c616 if (!FIELD_EX32(u->reg.hce, HCE, HCE) && FIELD_EX32(data, HCE, HCE)) { in ufs_write_reg()
618 u->reg.hce = FIELD_DP32(u->reg.hce, HCE, HCE, 1); in ufs_write_reg()
619 } else if (FIELD_EX32(u->reg.hce, HCE, HCE) && in ufs_write_reg()
622 u->reg.hce = FIELD_DP32(u->reg.hce, HCE, HCE, 0); in ufs_write_reg()
/openbmc/qemu/include/block/
H A Dufs.h21 uint32_t hce; member
122 REG32(HCE, offsetof(UfsReg, hce))