Home
last modified time | relevance | path

Searched refs:poll_intvl (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/memory/
H A Demif.c843 const __be32 *lpmode, *poll_intvl; in of_get_custom_configs() local
846 poll_intvl = of_get_property(np_emif, "temp-alert-poll-interval", &len); in of_get_custom_configs()
848 if (lpmode || poll_intvl) in of_get_custom_configs()
869 if (poll_intvl) { in of_get_custom_configs()
873 be32_to_cpup(poll_intvl); in of_get_custom_configs()
/kernel/linux/linux-5.10/drivers/memory/
H A Demif.c1221 const __be32 *lpmode, *poll_intvl; in of_get_custom_configs() local
1224 poll_intvl = of_get_property(np_emif, "temp-alert-poll-interval", &len); in of_get_custom_configs()
1226 if (lpmode || poll_intvl) in of_get_custom_configs()
1247 if (poll_intvl) { in of_get_custom_configs()
1251 be32_to_cpup(poll_intvl); in of_get_custom_configs()

Completed in 4 milliseconds