diff options
Diffstat (limited to 'cpu')
| -rw-r--r-- | cpu/ixp/npe/miiphy.c | 2 | ||||
| -rw-r--r-- | cpu/mips/incaip_clock.c | 4 | ||||
| -rw-r--r-- | cpu/mpc8220/i2cCore.c | 2 | ||||
| -rw-r--r-- | cpu/mpc83xx/spd_sdram.c | 4 | ||||
| -rw-r--r-- | cpu/mpc8xx/fec.c | 2 | ||||
| -rw-r--r-- | cpu/mpc8xx/serial.c | 2 | ||||
| -rw-r--r-- | cpu/ppc4xx/4xx_pci.c | 2 | ||||
| -rw-r--r-- | cpu/ppc4xx/miiphy.c | 2 | ||||
| -rw-r--r-- | cpu/ppc4xx/speed.c | 2 | ||||
| -rw-r--r-- | cpu/s3c44b0/cpu.c | 2 | 
10 files changed, 12 insertions, 12 deletions
diff --git a/cpu/ixp/npe/miiphy.c b/cpu/ixp/npe/miiphy.c index c63c54e28..20fee2d39 100644 --- a/cpu/ixp/npe/miiphy.c +++ b/cpu/ixp/npe/miiphy.c @@ -32,7 +32,7 @@    |  Date	 Description of Change					     BY    |  ---------	 ---------------------					     ---    |  05-May-99	 Created						     MKW -  |  01-Jul-99	 Changed clock setting of sta_reg from 66Mhz to 50Mhz to +  |  01-Jul-99	 Changed clock setting of sta_reg from 66MHz to 50MHz to    |		 better match OPB speed. Also modified delay times.	     JWB    |  29-Jul-99	 Added Full duplex support				     MKW    |  24-Aug-99	 Removed printf from dp83843_duplex()			     JWB diff --git a/cpu/mips/incaip_clock.c b/cpu/mips/incaip_clock.c index d0515ca67..fc2c62180 100644 --- a/cpu/mips/incaip_clock.c +++ b/cpu/mips/incaip_clock.c @@ -33,8 +33,8 @@  *  * RETURNS:  *          150.000.000 for 150 MHz -*          133.333.333 for 133 Mhz (= 400MHz/3) -*          100.000.000 for 100 Mhz (= 400MHz/4) +*          133.333.333 for 133 MHz (= 400MHz/3) +*          100.000.000 for 100 MHz (= 400MHz/4)  * NOTE:  *   This functions should be used by the hardware driver to get the correct  *   frequency of the CPU. Don't use the macros, which are set to init the CPU diff --git a/cpu/mpc8220/i2cCore.c b/cpu/mpc8220/i2cCore.c index accf43c10..b89ad034f 100644 --- a/cpu/mpc8220/i2cCore.c +++ b/cpu/mpc8220/i2cCore.c @@ -440,7 +440,7 @@ STATUS i2c_write2byte (SI2C * pi2c, UINT16 * writeb)  	return OK;  } -/* FDR table base on 33Mhz - more detail please refer to Odini2c_dividers.xls +/* FDR table base on 33MHz - more detail please refer to Odini2c_dividers.xls  FDR FDR scl sda scl2tap2  510 432 tap tap tap tap scl_per	    sda_hold	I2C Freq    0	1   2	3   4	5  000 000 9   3	4   1	28 Clocks   9 Clocks	1190 KHz    0	0   0	0   0	0 diff --git a/cpu/mpc83xx/spd_sdram.c b/cpu/mpc83xx/spd_sdram.c index 359a91558..42a4e675d 100644 --- a/cpu/mpc83xx/spd_sdram.c +++ b/cpu/mpc83xx/spd_sdram.c @@ -314,7 +314,7 @@ long int spd_sdram()  			+ (spd.clk_cycle & 0x0f));  	max_data_rate = max_bus_clk * 2; -	debug("DDR:Module maximum data rate is: %dMhz\n", max_data_rate); +	debug("DDR:Module maximum data rate is: %d MHz\n", max_data_rate);  	ddrc_clk = gd->mem_clk / 1000000;  	effective_data_rate = 0; @@ -401,7 +401,7 @@ long int spd_sdram()  		}  	} -	debug("DDR:Effective data rate is: %dMhz\n", effective_data_rate); +	debug("DDR:Effective data rate is: %dMHz\n", effective_data_rate);  	debug("DDR:The MSB 1 of CAS Latency is: %d\n", caslat);  	/* diff --git a/cpu/mpc8xx/fec.c b/cpu/mpc8xx/fec.c index 141425d8e..89c1ff939 100644 --- a/cpu/mpc8xx/fec.c +++ b/cpu/mpc8xx/fec.c @@ -398,7 +398,7 @@ static void fec_pin_init(int fecidx)  	 * * the MII management interface clock must be less than or equal  	 * * to 2.5 MHz.  	 * * This MDC frequency is equal to system clock / (2 * MII_SPEED). -	 * * Then MII_SPEED = system_clock / 2 * 2,5 Mhz. +	 * * Then MII_SPEED = system_clock / 2 * 2,5 MHz.  	 *  	 * All MII configuration is done via FEC1 registers:  	 */ diff --git a/cpu/mpc8xx/serial.c b/cpu/mpc8xx/serial.c index cae90ddaf..bd90dcd3b 100644 --- a/cpu/mpc8xx/serial.c +++ b/cpu/mpc8xx/serial.c @@ -70,7 +70,7 @@ static void serial_setdivisor(volatile cpm8xx_t *cp)  	int divisor=(gd->cpu_clk + 8*gd->baudrate)/16/gd->baudrate;  	if(divisor/16>0x1000) { -		/* bad divisor, assume 50Mhz clock and 9600 baud */ +		/* bad divisor, assume 50MHz clock and 9600 baud */  		divisor=(50*1000*1000 + 8*9600)/16/9600;  	} diff --git a/cpu/ppc4xx/4xx_pci.c b/cpu/ppc4xx/4xx_pci.c index eca92e83b..e8871fc45 100644 --- a/cpu/ppc4xx/4xx_pci.c +++ b/cpu/ppc4xx/4xx_pci.c @@ -286,7 +286,7 @@ void pci_405gp_init(struct pci_controller *hose)  #endif /* CONFIG_SYS_PCI_CLASSCODE */  	/*--------------------------------------------------------------------------+ -	 * If PCI speed = 66Mhz, set 66Mhz capable bit. +	 * If PCI speed = 66MHz, set 66MHz capable bit.  	 *--------------------------------------------------------------------------*/  	if (bd->bi_pci_busfreq >= 66000000) {  		pci_read_config_word(PCIDEVID_405GP, PCI_STATUS, &temp_short); diff --git a/cpu/ppc4xx/miiphy.c b/cpu/ppc4xx/miiphy.c index 84b1bbe54..01710e71d 100644 --- a/cpu/ppc4xx/miiphy.c +++ b/cpu/ppc4xx/miiphy.c @@ -301,7 +301,7 @@ static int emac_miiphy_command(u8 addr, u8 reg, int cmd, u16 value)  	sta_reg = reg;		/* reg address */ -	/* set clock (50Mhz) and read flags */ +	/* set clock (50MHz) and read flags */  #if defined(CONFIG_440GX) || defined(CONFIG_440SPE) || \      defined(CONFIG_440EPX) || defined(CONFIG_440GRX) || \      defined(CONFIG_460EX) || defined(CONFIG_460GT) || \ diff --git a/cpu/ppc4xx/speed.c b/cpu/ppc4xx/speed.c index d21bd82dc..ed6e55b69 100644 --- a/cpu/ppc4xx/speed.c +++ b/cpu/ppc4xx/speed.c @@ -148,7 +148,7 @@ void get_sys_info (PPC4xx_SYS_INFO * sysInfo)  		 * is equal to the 405GP SYS_CLK_FREQ. If not in bypass mode, check VCO  		 * to make sure it is within the proper range.  		 *    spec:    VCO = SYS_CLOCK x FBKDIV x PLBDIV x FWDDIV -		 * Note freqVCO is calculated in Mhz to avoid errors introduced by rounding. +		 * Note freqVCO is calculated in MHz to avoid errors introduced by rounding.  		 */  		if (sysInfo->pllFwdDiv == 1) {  			sysInfo->freqProcessor = CONFIG_SYS_CLK_FREQ; diff --git a/cpu/s3c44b0/cpu.c b/cpu/s3c44b0/cpu.c index fd09bf910..2960f2f3a 100644 --- a/cpu/s3c44b0/cpu.c +++ b/cpu/s3c44b0/cpu.c @@ -256,7 +256,7 @@ void i2c_init(int speed, int slaveaddr)  	/*  		Enable ACK, IICCLK=MCLK/16, enable interrupt -		75Mhz/16/(12+1) = 390625 Hz +		75MHz/16/(12+1) = 390625 Hz  	*/  	rIICCON=(1<<7)|(0<<6)|(1<<5)|(0xC);  	IICCON = rIICCON;  |