Searched refs:apb1Div (Results 1 – 1 of 1) sorted by relevance
132 uint32_t ahbDiv, apb1Div, apb2Div; in pwrGetBusSpeed() local137 apb1Div = (cfg >> 10) & 0x07; in pwrGetBusSpeed()141 apb1Speed = (apb1Div & 0x04) ? (ahbSpeed >> ((apb1Div & 0x03) + 1)) : ahbSpeed; in pwrGetBusSpeed()