Searched refs:FLASH_STM32_PRIV (Results 1 – 4 of 4) sorted by relevance
75 #define FLASH_STM32_PRIV(dev) ((struct flash_stm32_priv *)((dev)->data)) macro76 #define FLASH_STM32_REGS(dev) (FLASH_STM32_PRIV(dev)->regs)285 k_sem_take(&FLASH_STM32_PRIV(dev)->sem, K_FOREVER); in _flash_stm32_sem_take()292 k_sem_give(&FLASH_STM32_PRIV(dev)->sem); in _flash_stm32_sem_give()295 #define flash_stm32_sem_init(dev) k_sem_init(&FLASH_STM32_PRIV(dev)->sem, 1, 1)
202 k_sem_init(&FLASH_STM32_PRIV(dev)->sem, 1, 1); in stm32_flash_init()
467 struct flash_stm32_priv *p = FLASH_STM32_PRIV(dev); in stm32_flash_init()
741 struct flash_stm32_priv *p = FLASH_STM32_PRIV(dev);