Searched refs:MCR (Results 1 - 25 of 35) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-hp6xx/
H A Dpm.c30 #define MCR 0xffffff68 macro
65 mcr = __raw_readw(MCR);
66 __raw_writew(mcr & ~MCR_RFSH, MCR);
77 __raw_writew(mcr | MCR_RFSH | MCR_RMODE, MCR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/brcm-boards/generic/
H A Dgdb_hook.c70 kdb_port_info.MCR = UART_MCR_DTR | UART_MCR_RTS;
84 serial_out(&kdb_port_info, UART_MCR, kdb_port_info.MCR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Didt77105.c39 unsigned char old_mcr; /* storage of MCR reg while signal lost */
135 PUT( walk->old_mcr ,MCR);
231 PRIV(dev)->old_mcr = GET(MCR);
237 ) & ~IDT77105_MCR_EIP, MCR);
296 PRIV(dev)->old_mcr = GET(MCR);
299 PUT(PRIV(dev)->old_mcr, MCR);
332 PUT( GET(MCR) & ~IDT77105_MCR_EIP, MCR );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dsleep34xx.S339 MCR p15, 0, r5, c2, c0, 0
341 MCR p15, 0, r6, c2, c0, 1
343 MCR p15, 0, r7, c2, c0, 2
345 MCR p15, 0, r8, c3, c0, 0
347 MCR p15, 0, r9, c5, c0, 0
351 MCR p15, 0, r4, c5, c0, 1
353 MCR p15, 0, r5, c5, c1, 0
355 MCR p15, 0, r6, c5, c1, 1
357 MCR p15, 0, r7, c6, c0, 0
359 MCR p1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dearly_serial_console.c15 #define MCR 4 /* Modem control */ macro
31 outb(0x3, port + MCR); /* DTR + RTS */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A Dbaycom_ser_fdx.c111 #define MCR(iobase) (iobase+4) macro
307 outb(0x0e | (!!bc->modem.ser12.tx_bit), MCR(dev->base_addr));
309 outb(0x0d, MCR(dev->base_addr)); /* transmitter off */
365 b1 = inb(MCR(iobase));
366 outb(b1 | 0x10, MCR(iobase)); /* loopback mode */
368 outb(0x1a, MCR(iobase));
370 outb(b1, MCR(iobase)); /* restore old values */
424 outb(0x0d, MCR(dev->base_addr));
467 outb(1, MCR(dev->base_addr));
H A Dbaycom_ser_hdx.c99 #define MCR(iobase) (iobase+4) macro
208 outb(0x0e | (!!bc->modem.ser12.tx_bit), MCR(dev->base_addr));
354 outb(0x0d, MCR(dev->base_addr)); /* transmitter off */
445 b1 = inb(MCR(iobase));
446 outb(b1 | 0x10, MCR(iobase)); /* loopback mode */
448 outb(0x1a, MCR(iobase));
450 outb(b1, MCR(iobase)); /* restore old values */
490 outb(0x0d, MCR(dev->base_addr));
524 outb(1, MCR(dev->base_addr));
H A Dyam.c171 #define MCR(iobase) (iobase+4) macro
318 outb(MCR_OUT1 | MCR_OUT2, MCR(iobase));
321 outb(MCR_DTR | MCR_RTS | MCR_OUT1 | MCR_OUT2, MCR(iobase));
337 outb(bit | MCR_OUT1 | MCR_OUT2, MCR(iobase));
487 outb(PTT_OFF, MCR(dev->base_addr));
518 b1 = inb(MCR(iobase));
519 outb(b1 | 0x10, MCR(iobase)); /* loopback mode */
521 outb(0x1a, MCR(iobase));
523 outb(b1, MCR(iobase)); /* restore old values */
589 outb(PTT_ON, MCR(de
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Ddebug-stub.c35 #define FLOWCTL_CLEAR0(LINE) do { __UART0(MCR) &= ~UART_MCR_##LINE; } while (0)
36 #define FLOWCTL_SET0(LINE) do { __UART0(MCR) |= UART_MCR_##LINE; } while (0)
H A Dgdb-io.c42 #define FLOWCTL_CLEAR(LINE) do { __UART(MCR) &= ~UART_MCR_##LINE; mb(); } while (0)
43 #define FLOWCTL_SET(LINE) do { __UART(MCR) |= UART_MCR_##LINE; mb(); } while (0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A DserialP.h68 int MCR; /* Modem control register */ member in struct:async_struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-kirkwood/
H A Dtsx1x-common.c108 writel(0x00, UART1_REG(MCR));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-orion5x/
H A Dtsx09-common.c41 writel(0x00, UART1_REG(MCR));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Damiserial.c598 info->MCR = 0;
600 info->MCR = SER_DTR | SER_RTS;
601 rtsdtr_ctrl(info->MCR);
682 info->MCR &= ~(SER_DTR|SER_RTS);
683 rtsdtr_ctrl(info->MCR);
1025 info->MCR &= ~SER_RTS;
1028 rtsdtr_ctrl(info->MCR);
1053 info->MCR |= SER_RTS;
1055 rtsdtr_ctrl(info->MCR);
1208 control = info->MCR;
[all...]
H A Dmxser.c240 int MCR; /* Modem control register */ member in struct:mxser_port
596 info->MCR |= UART_MCR_DTR;
597 outb(info->MCR, info->ioaddr + UART_MCR);
599 info->MCR &= ~UART_MCR_DTR;
600 outb(info->MCR, info->ioaddr + UART_MCR);
708 info->MCR &= ~UART_MCR_AFE;
713 info->MCR |= UART_MCR_AFE;
745 outb(info->MCR, info->ioaddr + UART_MCR);
916 info->MCR = UART_MCR_DTR | UART_MCR_RTS;
917 outb(info->MCR, inf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmc9194.h93 #define MCR 10 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dtxx9dmac.h99 TXX9_DMA_REG32(MCR); /* Master Control Register */
105 u32 MCR; member in struct:txx9dmac_regs32
108 /* bits for MCR */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dearly_printk.c88 #define MCR 4 /* Modem control */ macro
148 outb(0x3, early_serial_base + MCR); /* DTR + RTS */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dnsc-ircc.c1012 outb(MCR_SIR, iobase+MCR); /* Start at SIR-mode, also clears LSR*/
1146 outb(0x62, iobase+MCR);
1236 outb(0x62, iobase+MCR);
1312 outb(mcr | MCR_TX_DFR, iobase+MCR);
1579 outb(inb(iobase+MCR) & ~MCR_DMA_EN, iobase+MCR); local
1595 outb(inb(iobase+MCR)|MCR_TX_DFR|MCR_DMA_EN|MCR_IR_PLS, iobase+MCR); local
1664 outb(inb(iobase+MCR) & ~MCR_DMA_EN, iobase+MCR); local
1730 outb(inb(iobase+MCR) & ~MCR_DMA_EN, iobase+MCR); local
1751 outb(inb(iobase+MCR)|MCR_DMA_EN, iobase+MCR); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D68360serial.c684 info->MCR = 0;
686 info->MCR = UART_MCR_DTR | UART_MCR_RTS;
1125 info->MCR &= ~UART_MCR_RTS;
1128 serial_out(info, UART_MCR, info->MCR);
1154 info->MCR |= UART_MCR_RTS;
1156 serial_out(info, UART_MCR, info->MCR);
1204 control = info->MCR;
1239 info->MCR &= ~UART_MCR_RTS;
1241 info->MCR &= ~UART_MCR_DTR;
1245 info->MCR |
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dio_16654.h39 #define MCR 4 // Modem Control Register macro
H A Dmos7720.c66 __u8 shadowMCR; /* last MCR value received */
137 MCR, enumerator in enum:mos_regs
166 0x04, /* MCR */
1072 * 4 : MCR
1096 write_mos_reg(serial, port_number, MCR, mos7720_port->shadowMCR);
1197 MCR, 0x00);
1374 MCR, mos7720_port->shadowMCR);
1408 MCR, mos7720_port->shadowMCR);
1437 write_mos_reg(serial, port_number, MCR, mos7720_port->shadowMCR);
1451 write_mos_reg(serial, port_number, MCR, mos7720_por
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dvfpmacros.h16 MCR\cond p10, 7, \rd, \sysreg, cr0, 0 @ FMXR \sysreg, \rd
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/68360/
H A Dhead-ram.S44 #define MCR (_dprbase + REGB + 0x0000) define
126 move.l #MCU_SIM_MCR, MCR
H A Dhead-rom.S56 #define MCR (_dprbase + REGB + 0x0000) define
138 move.l #MCU_SIM_MCR, MCR

Completed in 241 milliseconds

12