/linux-3.3/arch/mips/boot/compressed/ |
D | uart-16550.c | 13 #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/ |
D | 8250_boca.c | 13 #define PORT(_base,_irq) \ macro
|
D | 8250_fourport.c | 13 #define PORT(_base,_irq) \ macro
|
D | 8250_accent.c | 13 #define PORT(_base,_irq) \ macro
|
D | 8250_exar_st16c554.c | 16 #define PORT(_base,_irq) \ macro
|
D | 8250_mca.c | 23 #define PORT(_base,_irq) \ macro
|
/linux-3.3/arch/mips/kernel/ |
D | 8250-platform.c | 11 #define PORT(base, int) \ macro
|
/linux-3.3/arch/mips/loongson/common/ |
D | serial.c | 22 #define PORT(int) \ macro
|
D | early_printk.c | 16 #define PORT(base, offset) (u8 *)(base + offset) macro
|
/linux-3.3/arch/mips/mti-malta/ |
D | malta-console.c | 26 #define PORT(offset) (0x3f8 + (offset)) macro
|
/linux-3.3/arch/mips/netlogic/xlp/ |
D | platform.c | 64 #define PORT(_irq) \ macro
|
/linux-3.3/drivers/scsi/ |
D | aha152x.h | 288 #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/ |
D | platform.c | 57 #define PORT(_irq) \ macro
|
/linux-3.3/drivers/net/ethernet/sun/ |
D | niu.h | 1169 #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/ |
D | ip22zilog.c | 90 #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
|
D | sunzilog.c | 107 #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/ |
D | a20r.c | 20 #define PORT(_base,_irq) \ macro
|
D | pcit.c | 22 #define PORT(_base,_irq) \ macro
|
D | pcimt.c | 70 #define PORT(_base,_irq) \ macro
|
/linux-3.3/arch/mips/alchemy/common/ |
D | platform.c | 48 #define PORT(_base, _irq) \ macro
|
/linux-3.3/arch/mips/ar7/ |
D | prom.c | 253 #define PORT(offset) (KSEG1ADDR(AR7_REGS_UART0 + (offset * 4))) macro
|
/linux-3.3/arch/avr32/mach-at32ap/include/mach/ |
D | at32ap700x.h | 143 #define ATMEL_LCDC(PORT, PIN) (ATMEL_LCDC_##PORT##_##PIN) argument
|
/linux-3.3/arch/arm/mach-msm/ |
D | board-trout-panel.c | 68 #define PORT (LCD_CONTROL_BLOCK_BASE|0x0C) macro
|
/linux-3.3/drivers/net/ethernet/amd/ |
D | ni65.c | 112 #define PORT p->cmdr_addr macro
|
/linux-3.3/arch/blackfin/kernel/ |
D | debug-mmrs.c | 388 #define PORT(base, num) bfin_debug_mmrs_port(parent, base, num) macro
|