Home
last modified time | relevance | path

Searched defs:PORT (Results 1 – 25 of 27) sorted by relevance

12

/linux-3.3/arch/mips/boot/compressed/
Duart-16550.c13 #define PORT(offset) (CKSEG1ADDR(UART_BASE) + (offset)) macro
18 #define PORT(offset) (CKSEG1ADDR(AR7_REGS_UART0) + (4 * offset)) macro
/linux-3.3/drivers/tty/serial/8250/
D8250_boca.c13 #define PORT(_base,_irq) \ macro
D8250_fourport.c13 #define PORT(_base,_irq) \ macro
D8250_accent.c13 #define PORT(_base,_irq) \ macro
D8250_exar_st16c554.c16 #define PORT(_base,_irq) \ macro
D8250_mca.c23 #define PORT(_base,_irq) \ macro
/linux-3.3/arch/mips/kernel/
D8250-platform.c11 #define PORT(base, int) \ macro
/linux-3.3/arch/mips/loongson/common/
Dserial.c22 #define PORT(int) \ macro
Dearly_printk.c16 #define PORT(base, offset) (u8 *)(base + offset) macro
/linux-3.3/arch/mips/mti-malta/
Dmalta-console.c26 #define PORT(offset) (0x3f8 + (offset)) macro
/linux-3.3/arch/mips/netlogic/xlp/
Dplatform.c64 #define PORT(_irq) \ macro
/linux-3.3/drivers/scsi/
Daha152x.h288 #define SETPORT(PORT, VAL) outb( (VAL), (PORT) ) argument
289 #define GETPORT(PORT) inb( PORT ) argument
290 #define SETBITS(PORT, BITS) outb( (inb(PORT) | (BITS)), (PORT) ) argument
291 #define CLRBITS(PORT, BITS) outb( (inb(PORT) & ~(BITS)), (PORT) ) argument
292 #define TESTHI(PORT, BITS) ((inb(PORT) & (BITS)) == (BITS)) argument
293 #define TESTLO(PORT, BITS) ((inb(PORT) & (BITS)) == 0) argument
/linux-3.3/arch/mips/netlogic/xlr/
Dplatform.c57 #define PORT(_irq) \ macro
/linux-3.3/drivers/net/ethernet/sun/
Dniu.h1169 #define ENET_VLAN_TBL_SHIFT(PORT) ((PORT) * 4) argument
1947 #define ZCP_RAM_SEL_CFIFO(PORT) (0x10 + (PORT)) argument
1957 #define RESET_CFIFO_RST(PORT) (0x1 << (PORT)) argument
1959 #define CFIFO_ECC(PORT) (FZC_ZCP + 0x000a0UL + (PORT) * 8UL) argument
2276 #define TXC_PORT_CTL(PORT) (FZC_TXC + 0x20020UL + (PORT)*0x100UL) argument
2279 #define TXC_PKT_STUFFED(PORT) (FZC_TXC + 0x20030UL + (PORT)*0x100UL) argument
2283 #define TXC_PKT_XMIT(PORT) (FZC_TXC + 0x20038UL + (PORT)*0x100UL) argument
2287 #define TXC_ROECC_CTL(PORT) (FZC_TXC + 0x20040UL + (PORT)*0x100UL) argument
2298 #define TXC_ROECC_ST(PORT) (FZC_TXC + 0x20048UL + (PORT)*0x100UL) argument
2304 #define TXC_RO_DATA0(PORT) (FZC_TXC + 0x20050UL + (PORT)*0x100UL) argument
[all …]
/linux-3.3/drivers/tty/serial/
Dip22zilog.c90 #define ZILOG_CHANNEL_FROM_PORT(PORT) ((struct zilog_channel *)((PORT)->membase)) argument
91 #define UART_ZILOG(PORT) ((struct uart_ip22zilog_port *)(PORT)) argument
92 #define IP22ZILOG_GET_CURR_REG(PORT, REGNUM) \ argument
94 #define IP22ZILOG_SET_CURR_REG(PORT, REGNUM, REGVAL) \ argument
Dsunzilog.c107 #define ZILOG_CHANNEL_FROM_PORT(PORT) ((struct zilog_channel __iomem *)((PORT)->membase)) argument
108 #define UART_ZILOG(PORT) ((struct uart_sunzilog_port *)(PORT)) argument
/linux-3.3/arch/mips/sni/
Da20r.c20 #define PORT(_base,_irq) \ macro
Dpcit.c22 #define PORT(_base,_irq) \ macro
Dpcimt.c70 #define PORT(_base,_irq) \ macro
/linux-3.3/arch/mips/alchemy/common/
Dplatform.c48 #define PORT(_base, _irq) \ macro
/linux-3.3/arch/mips/ar7/
Dprom.c253 #define PORT(offset) (KSEG1ADDR(AR7_REGS_UART0 + (offset * 4))) macro
/linux-3.3/arch/avr32/mach-at32ap/include/mach/
Dat32ap700x.h143 #define ATMEL_LCDC(PORT, PIN) (ATMEL_LCDC_##PORT##_##PIN) argument
/linux-3.3/arch/arm/mach-msm/
Dboard-trout-panel.c68 #define PORT (LCD_CONTROL_BLOCK_BASE|0x0C) macro
/linux-3.3/drivers/net/ethernet/amd/
Dni65.c112 #define PORT p->cmdr_addr macro
/linux-3.3/arch/blackfin/kernel/
Ddebug-mmrs.c388 #define PORT(base, num) bfin_debug_mmrs_port(parent, base, num) macro

12