Searched refs:CR_PRESC_MASK (Results 1 – 1 of 1) sorted by relevance
41 #define CR_PRESC_MASK GENMASK(31, 24) macro372 cr &= ~CR_PRESC_MASK & ~CR_FSEL; in stm32_qspi_send()373 cr |= FIELD_PREP(CR_PRESC_MASK, flash->presc); in stm32_qspi_send()
Completed in 5 milliseconds