Searched refs:CR_REQ2ACK_MASK (Results 1 – 1 of 1) sorted by relevance
26 #define CR_REQ2ACK_MASK GENMASK(23, 16) macro248 req2ack = FIELD_PREP(CR_REQ2ACK_MASK, req2ack); in stm32_omm_configure()250 omm->cr &= ~CR_REQ2ACK_MASK; in stm32_omm_configure()251 omm->cr |= FIELD_PREP(CR_REQ2ACK_MASK, req2ack); in stm32_omm_configure()
Completed in 5 milliseconds