Searched refs:exmc_sdram_device (Results 1 – 2 of 2) sorted by relevance
541 void exmc_sdram_deinit(uint32_t exmc_sdram_device) in exmc_sdram_deinit() argument544 EXMC_SDCTL(exmc_sdram_device) = SDRAM_DEVICE_SDCTL_RESET; in exmc_sdram_deinit()545 EXMC_SDTCFG(exmc_sdram_device) = SDRAM_DEVICE_SDTCFG_RESET; in exmc_sdram_deinit()884 void exmc_sdram_write_protection_config(uint32_t exmc_sdram_device, ControlStatus newvalue) in exmc_sdram_write_protection_config() argument887 EXMC_SDCTL(exmc_sdram_device) |= (uint32_t)EXMC_SDCTL_WPEN; in exmc_sdram_write_protection_config()889 EXMC_SDCTL(exmc_sdram_device) &= ~((uint32_t)EXMC_SDCTL_WPEN); in exmc_sdram_write_protection_config()902 uint32_t exmc_sdram_bankstatus_get(uint32_t exmc_sdram_device) in exmc_sdram_bankstatus_get() argument906 if(EXMC_SDRAM_DEVICE0 == exmc_sdram_device) { in exmc_sdram_bankstatus_get()
742 void exmc_sdram_deinit(uint32_t exmc_sdram_device);778 void exmc_sdram_write_protection_config(uint32_t exmc_sdram_device, ControlStatus newvalue);780 uint32_t exmc_sdram_bankstatus_get(uint32_t exmc_sdram_device);