Searched refs:periph_offset (Results 1 – 1 of 1) sorted by relevance
738 unsigned int periph_offset = 0; in stm32_rifsc_check_access() local763 periph_offset = resource_id % _PERIPH_IDS_PER_REG; in stm32_rifsc_check_access()773 if (!sec_check && seccfgr & BIT(periph_offset)) in stm32_rifsc_check_access()776 if (!priv_check && (privcfgr & BIT(periph_offset))) in stm32_rifsc_check_access()796 unsigned int periph_offset = 0; in stm32_rifsc_acquire_access() local817 periph_offset = resource_id % _PERIPH_IDS_PER_REG; in stm32_rifsc_acquire_access()824 if (!(seccfgr & BIT(periph_offset))) in stm32_rifsc_acquire_access()