Searched refs:req2ack (Results 1 – 1 of 1) sorted by relevance
187 u32 req2ack = 0; in stm32_omm_configure() local239 &req2ack); in stm32_omm_configure()240 if (!ret && req2ack) { in stm32_omm_configure()241 req2ack = DIV_ROUND_UP(req2ack, NSEC_PER_SEC / clk_rate_max) - 1; in stm32_omm_configure()243 if (req2ack > 256) in stm32_omm_configure()244 req2ack = 256; in stm32_omm_configure()247 req2ack = FIELD_PREP(CR_REQ2ACK_MASK, req2ack); in stm32_omm_configure()250 omm->cr |= FIELD_PREP(CR_REQ2ACK_MASK, req2ack); in stm32_omm_configure()