Searched refs:CR_PRESC_MASK (Results 1 – 1 of 1) sorted by relevance
39 #define CR_PRESC_MASK GENMASK(31, 24) macro362 cr &= ~CR_PRESC_MASK & ~CR_FSEL; in stm32_qspi_send()363 cr |= FIELD_PREP(CR_PRESC_MASK, flash->presc); in stm32_qspi_send()