Searched refs:PORT (Results 1 - 25 of 53) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D8250_boca.c15 #define PORT(_base,_irq) \ macro
25 PORT(0x100, 12),
26 PORT(0x108, 12),
27 PORT(0x110, 12),
28 PORT(0x118, 12),
29 PORT(0x120, 12),
30 PORT(0x128, 12),
31 PORT(0x130, 12),
32 PORT(0x138, 12),
33 PORT(
[all...]
H A D8250_fourport.c15 #define PORT(_base,_irq) \ macro
25 PORT(0x1a0, 9),
26 PORT(0x1a8, 9),
27 PORT(0x1b0, 9),
28 PORT(0x1b8, 9),
29 PORT(0x2a0, 5),
30 PORT(0x2a8, 5),
31 PORT(0x2b0, 5),
32 PORT(0x2b8, 5),
H A D8250_exar_st16c554.c18 #define PORT(_base,_irq) \ macro
28 PORT(0x100, 5),
29 PORT(0x108, 5),
30 PORT(0x110, 5),
31 PORT(0x118, 5),
H A D8250_mca.c22 #define PORT(_base,_irq) \ macro
32 PORT(0x3220, 3),
33 PORT(0x3228, 3),
34 PORT(0x4220, 3),
35 PORT(0x4228, 3),
36 PORT(0x5220, 3),
37 PORT(0x5228, 3),
H A D8250_accent.c15 #define PORT(_base,_irq) \ macro
25 PORT(0x330, 4),
26 PORT(0x338, 4),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A D8250-platform.c12 #define PORT(base, int) \ macro
23 PORT(0x3F8, 4),
24 PORT(0x2F8, 3),
25 PORT(0x3E8, 4),
26 PORT(0x2E8, 3),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mti-malta/
H A Dmalta-console.c26 #define PORT(offset) (0x3f8 + (offset)) macro
31 return inb(PORT(offset));
36 outb(value, PORT(offset));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/boot/compressed/
H A Duart-16550.c13 #define PORT(offset) (CKSEG1ADDR(UART_BASE) + (offset)) macro
18 #define PORT(offset) (CKSEG1ADDR(AR7_REGS_UART0) + (4 * offset)) macro
21 #ifndef PORT
27 return *((char *)PORT(offset));
32 *((char *)PORT(offset)) = value;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/loongson/common/
H A Dearly_printk.c16 #define PORT(base, offset) (u8 *)(base + offset) macro
20 return readb(PORT(base, offset));
25 writeb(value, PORT(base, offset));
H A Dserial.c22 #define PORT(int) \ macro
43 [MACH_LEMOTE_FL2E] {PORT(4), {} },
44 [MACH_LEMOTE_FL2F] {PORT(3), {} },
49 [MACH_LEMOTE_LL2F] {PORT(3), {} },
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mti-sead3/
H A Dsead3-console.c28 #define PORT(base_addr, offset) ((unsigned int __iomem *)(base_addr+(offset)*4)) macro
32 return __raw_readl(PORT(base_addr, offset)) & 0xff;
37 __raw_writel(value, PORT(base_addr, offset));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/alchemy/common/
H A Dplatform.c27 #define PORT(_base, _irq) \ macro
40 PORT(UART0_PHYS_ADDR, AU1000_UART0_INT),
41 PORT(UART1_PHYS_ADDR, AU1000_UART1_INT),
42 PORT(UART2_PHYS_ADDR, AU1000_UART2_INT),
43 PORT(UART3_PHYS_ADDR, AU1000_UART3_INT),
45 PORT(UART0_PHYS_ADDR, AU1500_UART0_INT),
46 PORT(UART3_PHYS_ADDR, AU1500_UART3_INT),
48 PORT(UART0_PHYS_ADDR, AU1100_UART0_INT),
49 PORT(UART1_PHYS_ADDR, AU1100_UART1_INT),
50 PORT(UART3_PHYS_ADD
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daha152x.h41 #define PORTA (HOSTIOPORT1+0x1a) /* PORT A */
42 #define PORTB (HOSTIOPORT1+0x1b) /* PORT B */
50 #define O_PORTA 0x1a /* PORT A */
51 #define O_PORTB 0x1b /* PORT B */
56 #define O_TC_PORTA 0x0a /* PORT A */
57 #define O_TC_PORTB 0x0b /* PORT B */
288 #define SETPORT(PORT, VAL) outb( (VAL), (PORT) )
289 #define GETPORT(PORT) inb( PORT )
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dbftpd.conf13 PORT="21"
28 #If PORT data connections should be opened from port 20, say yes here. You
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sni/
H A Dpcit.c21 #define PORT(_base,_irq) \ macro
31 PORT(0x3f8, 0),
32 PORT(0x2f8, 3),
45 PORT(0x3f8, 0),
46 PORT(0x2f8, 3),
47 PORT(0x3e8, 4),
48 PORT(0x2e8, 3),
H A Da20r.c19 #define PORT(_base,_irq) \ macro
29 PORT(0x3f8, 4),
30 PORT(0x2f8, 3),
H A Dpcimt.c69 #define PORT(_base,_irq) \ macro
79 PORT(0x3f8, 4),
80 PORT(0x2f8, 3),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dniu.h1169 #define ENET_VLAN_TBL_SHIFT(PORT) ((PORT) * 4)
1947 #define ZCP_RAM_SEL_CFIFO(PORT) (0x10 + (PORT))
1957 #define RESET_CFIFO_RST(PORT) (0x1 << (PORT))
1959 #define CFIFO_ECC(PORT) (FZC_ZCP + 0x000a0UL + (PORT) * 8UL)
2276 #define TXC_PORT_CTL(PORT) (FZC_TXC + 0x20020UL + (PORT)*
[all...]
H A Dni65.c112 #define PORT p->cmdr_addr macro
148 #define writereg(val,reg) {outw(reg,PORT+L_ADDRREG);outw(val,PORT+L_DATAREG);}
149 #define readreg(reg) (outw(reg,PORT+L_ADDRREG),inw(PORT+L_DATAREG))
256 outw(80,PORT+L_ADDRREG);
257 if(inw(PORT+L_ADDRREG) != 80)
261 outw(0,PORT+L_ADDRREG);
262 outw((short)isa0,PORT+L_BUSIF); /* write ISA 0: DMA_R : isa0 * 50ns */
263 outw(1,PORT
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-shmobile/
H A Dpfc-sh7367.c50 #define PORT_273(str) _273(_PORT, PORT, str)
331 PINMUX_DATA(PORT##nr##_DATA, PORT##nr##_FN0, PORT##nr##_IN)
334 PINMUX_DATA(PORT##nr##_DATA, PORT##nr##_FN0, \
335 PORT##nr##_IN, PORT##nr##_IN_PD)
338 PINMUX_DATA(PORT##nr##_DATA, PORT##n
[all...]
H A Dpfc-sh7377.c67 #define PORT_265(str) _265(_PORT, PORT, str)
364 PINMUX_DATA(PORT##nr##_DATA, PORT##nr##_FN0, PORT##nr##_IN)
367 PINMUX_DATA(PORT##nr##_DATA, PORT##nr##_FN0, \
368 PORT##nr##_IN, PORT##nr##_IN_PD)
371 PINMUX_DATA(PORT##nr##_DATA, PORT##n
[all...]
H A Dpfc-sh7372.c48 #define PORT_ALL(str) _190(_PORT, PORT, str)
386 PINMUX_DATA(PORT##nr##_DATA, PORT##nr##_FN0, \
387 PORT##nr##_IN, PORT##nr##_IN_PD)
391 PINMUX_DATA(PORT##nr##_DATA, PORT##nr##_FN0, \
392 PORT##nr##_IN, PORT##nr##_IN_PU)
396 PINMUX_DATA(PORT##n
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/sample/
H A Dhello-world.c30 static const int PORT = 9995; variable
59 sin.sin_port = htons(PORT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_apps.h147 #define PORT 4433 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/ar7/
H A Dprom.c251 #define PORT(offset) (KSEG1ADDR(AR7_REGS_UART0 + (offset * 4))) macro
254 return readl((void *)PORT(offset));
259 writel(value, (void *)PORT(offset));

Completed in 331 milliseconds

123