Searched refs:refresh_poll (Results 1 – 2 of 2) sorted by relevance
659 if (atomic_read(&emc->refresh_poll) > 0) { in tegra210_emc_poll_refresh() 669 atomic_set(&emc->refresh_poll, 0); in tegra210_emc_poll_refresh_stop() 675 atomic_set(&emc->refresh_poll, 1); in tegra210_emc_poll_refresh_start() 694 *state = atomic_read(&emc->refresh_poll); in tegra210_emc_cd_get_state() 704 if (state == atomic_read(&emc->refresh_poll)) in tegra210_emc_cd_set_state() 1962 atomic_set(&emc->refresh_poll, 0); in tegra210_emc_probe()
920 atomic_t refresh_poll; member