clock_ctl1        289 arch/mips/ath25/ar5312.c 	u32 scratch, devid, clock_ctl1;
clock_ctl1        333 arch/mips/ath25/ar5312.c 	clock_ctl1 = ar5312_rst_reg_read(AR5312_CLOCKCTL1);
clock_ctl1        334 arch/mips/ath25/ar5312.c 	predivide_select = (clock_ctl1 & predivide_mask) >> predivide_shift;
clock_ctl1        336 arch/mips/ath25/ar5312.c 	multiplier = (clock_ctl1 & multiplier_mask) >> multiplier_shift;
clock_ctl1        338 arch/mips/ath25/ar5312.c 	if (clock_ctl1 & doubler_mask)