Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/stm32/
H A Dpinctrl-stm32.c90 #define HWSPNLCK_TIMEOUT 1000 /* usec */ macro
612 HWSPNLCK_TIMEOUT); in stm32_gpio_domain_activate()
949 HWSPNLCK_TIMEOUT); in stm32_pmx_set_mode()
1092 HWSPNLCK_TIMEOUT); in stm32_pconf_set_driving()
1138 HWSPNLCK_TIMEOUT); in stm32_pconf_set_speed()
1184 HWSPNLCK_TIMEOUT); in stm32_pconf_set_bias()
1245 err = hwspin_lock_timeout_in_atomic(pctl->hwlock, HWSPNLCK_TIMEOUT); in stm32_pconf_set_advcfgr()
1323 err = hwspin_lock_timeout_in_atomic(pctl->hwlock, HWSPNLCK_TIMEOUT); in stm32_pconf_set_skew_delay()
/linux/drivers/irqchip/
H A Dirq-stm32mp-exti.c26 #define HWSPNLCK_TIMEOUT 1000 /* usec */ macro
380 err = hwspin_lock_timeout_in_atomic(hwlock, HWSPNLCK_TIMEOUT); in stm32mp_exti_set_type()