Searched refs:apb2Div (Results 1 – 1 of 1) sorted by relevance
133 uint32_t ahbDiv, apb1Div, apb2Div; in pwrGetBusSpeed() local139 apb2Div = (cfg >> 13) & 0x07; in pwrGetBusSpeed()143 apb2Speed = (apb2Div & 0x04) ? (ahbSpeed >> ((apb2Div & 0x03) + 1)) : ahbSpeed; in pwrGetBusSpeed()