Searched refs:MTK_POLL_DELAY_US (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/soc/mediatek/ |
H A D | mtk-infracfg.c | 13 #define MTK_POLL_DELAY_US 10 macro 42 MTK_POLL_DELAY_US, MTK_POLL_TIMEOUT); in mtk_infracfg_set_bus_protection() 72 MTK_POLL_DELAY_US, MTK_POLL_TIMEOUT); in mtk_infracfg_clear_bus_protection()
|
/openbmc/linux/drivers/pmdomain/mediatek/ |
H A D | mtk-pm-domains.c | 28 #define MTK_POLL_DELAY_US 10 macro 88 (tmp & pdn_ack) == 0, MTK_POLL_DELAY_US, MTK_POLL_TIMEOUT); in scpsys_sram_enable() 117 (tmp & pdn_ack) == pdn_ack, MTK_POLL_DELAY_US, in scpsys_sram_disable() 138 MTK_POLL_DELAY_US, MTK_POLL_TIMEOUT); in _scpsys_bus_protect_enable() 178 MTK_POLL_DELAY_US, MTK_POLL_TIMEOUT); in _scpsys_bus_protect_disable() 231 ret = readx_poll_timeout(scpsys_domain_is_on, pd, tmp, tmp, MTK_POLL_DELAY_US, in scpsys_power_on() 294 ret = readx_poll_timeout(scpsys_domain_is_on, pd, tmp, !tmp, MTK_POLL_DELAY_US, in scpsys_power_off()
|
H A D | mtk-scpsys.c | 23 #define MTK_POLL_DELAY_US 10 macro 255 MTK_POLL_DELAY_US, MTK_POLL_TIMEOUT); in scpsys_sram_enable() 276 MTK_POLL_DELAY_US, MTK_POLL_TIMEOUT); in scpsys_sram_disable() 328 MTK_POLL_DELAY_US, MTK_POLL_TIMEOUT); in scpsys_power_on() 396 MTK_POLL_DELAY_US, MTK_POLL_TIMEOUT); in scpsys_power_off()
|