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