Searched refs:CR_REQ2ACK_MASK (Results 1 – 1 of 1) sorted by relevance
25 #define CR_REQ2ACK_MASK GENMASK(23, 16) macro247 req2ack = FIELD_PREP(CR_REQ2ACK_MASK, req2ack); in stm32_omm_configure()249 omm->cr &= ~CR_REQ2ACK_MASK; in stm32_omm_configure()250 omm->cr |= FIELD_PREP(CR_REQ2ACK_MASK, req2ack); in stm32_omm_configure()