Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/intel/soc/common/drivers/combophy/
H A Dcombophy.c27 uint32_t active_dfi_intf = DFI_CTRL_SEL_HPNFC; in dfi_select() local
38 active_dfi_intf = DFI_CTRL_SEL_HPNFC; in dfi_select()
46 active_dfi_intf = DFI_CTRL_SEL_SDEMMC; in dfi_select()
52 mmio_setbits_32(SOCFPGA_SYSMGR(DFI_INTF), active_dfi_intf); in dfi_select()
56 if ((reg & DFI_INTF_MASK) != active_dfi_intf) { in dfi_select()
58 active_dfi_intf, (reg & DFI_INTF_MASK)); in dfi_select()