imx51_ccm.c | 489 uint32_t dp_op; local in function:imx51_get_pll_freq 507 dp_op = bus_space_read_4(iot, ioh, DPLL_DP_HFS_OP); 511 dp_op = bus_space_read_4(iot, ioh, DPLL_DP_OP); 516 pdf = dp_op & DP_OP_PDF; 517 mfi = uimax(5, __SHIFTOUT(dp_op, DP_OP_MFI));
|