···8686 /* disable interrupts */8787 UART16550_WRITE(OFS_INTR_ENABLE, 0);88888989- /* set up buad rate */8989+ /* set up baud rate */9090 {9191 uint32 divisor;9292
+1-1
arch/mips/ddb5xxx/ddb5477/kgdb_io.c
···8686 /* disable interrupts */8787 UART16550_WRITE(OFS_INTR_ENABLE, 0);88888989- /* set up buad rate */8989+ /* set up baud rate */9090 {9191 uint32 divisor;9292
+1-1
arch/mips/gt64120/ev64120/serialGT.c
···149149#else150150 /*151151 * Note: Set baud rate, hardcoded here for rate of 115200152152- * since became unsure of above "buad rate" algorithm (??).152152+ * since became unsure of above "baud rate" algorithm (??).153153 */154154 outreg(channel, LCR, 0x83);155155 outreg(channel, DLM, 0x00); // See note above
+1-1
arch/mips/gt64120/momenco_ocelot/dbg_io.c
···7373 /* disable interrupts */7474 UART16550_WRITE(OFS_INTR_ENABLE, 0);75757676- /* set up buad rate */7676+ /* set up baud rate */7777 {7878 uint32 divisor;7979
+1-1
arch/mips/ite-boards/generic/dbg_io.c
···7272 /* disable interrupts */7373 UART16550_WRITE(OFS_INTR_ENABLE, 0);74747575- /* set up buad rate */7575+ /* set up baud rate */7676 {7777 uint32 divisor;7878
+1-1
arch/mips/momentum/jaguar_atx/dbg_io.c
···7373 /* disable interrupts */7474 UART16550_WRITE(OFS_INTR_ENABLE, 0);75757676- /* set up buad rate */7676+ /* set up baud rate */7777 {7878 uint32 divisor;7979
+1-1
arch/mips/momentum/ocelot_c/dbg_io.c
···7373 /* disable interrupts */7474 UART16550_WRITE(OFS_INTR_ENABLE, 0);75757676- /* set up buad rate */7676+ /* set up baud rate */7777 {7878 uint32 divisor;7979
+1-1
arch/mips/momentum/ocelot_g/dbg_io.c
···7373 /* disable interrupts */7474 UART16550_WRITE(OFS_INTR_ENABLE, 0);75757676- /* set up buad rate */7676+ /* set up baud rate */7777 {7878 uint32 divisor;7979
+1-1
include/asm-arm/arch-l7200/serial_l7200.h
···2828#define UARTDR 0x00 /* Tx/Rx data */2929#define RXSTAT 0x04 /* Rx status */3030#define H_UBRLCR 0x08 /* mode register high */3131-#define M_UBRLCR 0x0C /* mode reg mid (MSB of buad)*/3131+#define M_UBRLCR 0x0C /* mode reg mid (MSB of baud)*/3232#define L_UBRLCR 0x10 /* mode reg low (LSB of baud)*/3333#define UARTCON 0x14 /* control register */3434#define UARTFLG 0x18 /* flag register */
+1-1
include/asm-arm/arch-l7200/uncompress.h
···66 * Changelog:77 * 05-01-2000 SJH Created88 * 05-13-2000 SJH Filled in function bodies99- * 07-26-2000 SJH Removed hard coded buad rate99+ * 07-26-2000 SJH Removed hard coded baud rate1010 */11111212#include <asm/hardware.h>