Searched refs:ahbSpeedShifts (Results 1 – 1 of 1) sorted by relevance
134 static const uint8_t ahbSpeedShifts[] = {1, 2, 3, 4, 6, 7, 8, 9}; in pwrGetBusSpeed() local140 ahbSpeed = (ahbDiv & 0x08) ? (mSysClk >> ahbSpeedShifts[ahbDiv & 0x07]) : mSysClk; in pwrGetBusSpeed()