Loading arch/mips/ddb5xxx/ddb5476/dbg_io.c +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop) /* disable interrupts */ UART16550_WRITE(OFS_INTR_ENABLE, 0); /* set up buad rate */ /* set up baud rate */ { uint32 divisor; Loading arch/mips/ddb5xxx/ddb5477/kgdb_io.c +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop) /* disable interrupts */ UART16550_WRITE(OFS_INTR_ENABLE, 0); /* set up buad rate */ /* set up baud rate */ { uint32 divisor; Loading arch/mips/gt64120/ev64120/serialGT.c +1 −1 Original line number Diff line number Diff line Loading @@ -149,7 +149,7 @@ void serial_set(int channel, unsigned long baud) #else /* * Note: Set baud rate, hardcoded here for rate of 115200 * since became unsure of above "buad rate" algorithm (??). * since became unsure of above "baud rate" algorithm (??). */ outreg(channel, LCR, 0x83); outreg(channel, DLM, 0x00); // See note above Loading arch/mips/gt64120/momenco_ocelot/dbg_io.c +1 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop) /* disable interrupts */ UART16550_WRITE(OFS_INTR_ENABLE, 0); /* set up buad rate */ /* set up baud rate */ { uint32 divisor; Loading arch/mips/ite-boards/generic/dbg_io.c +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop) /* disable interrupts */ UART16550_WRITE(OFS_INTR_ENABLE, 0); /* set up buad rate */ /* set up baud rate */ { uint32 divisor; Loading Loading
arch/mips/ddb5xxx/ddb5476/dbg_io.c +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop) /* disable interrupts */ UART16550_WRITE(OFS_INTR_ENABLE, 0); /* set up buad rate */ /* set up baud rate */ { uint32 divisor; Loading
arch/mips/ddb5xxx/ddb5477/kgdb_io.c +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop) /* disable interrupts */ UART16550_WRITE(OFS_INTR_ENABLE, 0); /* set up buad rate */ /* set up baud rate */ { uint32 divisor; Loading
arch/mips/gt64120/ev64120/serialGT.c +1 −1 Original line number Diff line number Diff line Loading @@ -149,7 +149,7 @@ void serial_set(int channel, unsigned long baud) #else /* * Note: Set baud rate, hardcoded here for rate of 115200 * since became unsure of above "buad rate" algorithm (??). * since became unsure of above "baud rate" algorithm (??). */ outreg(channel, LCR, 0x83); outreg(channel, DLM, 0x00); // See note above Loading
arch/mips/gt64120/momenco_ocelot/dbg_io.c +1 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop) /* disable interrupts */ UART16550_WRITE(OFS_INTR_ENABLE, 0); /* set up buad rate */ /* set up baud rate */ { uint32 divisor; Loading
arch/mips/ite-boards/generic/dbg_io.c +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop) /* disable interrupts */ UART16550_WRITE(OFS_INTR_ENABLE, 0); /* set up buad rate */ /* set up baud rate */ { uint32 divisor; Loading