Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/boot/compressed/
Duart-16550.c12 #define PORT(offset) (CKSEG1ADDR(UART_BASE) + (offset)) macro
17 #define PORT(offset) (CKSEG1ADDR(AR7_REGS_UART0) + (4 * offset)) macro
22 #define PORT(offset) (CKSEG1ADDR(JZ4740_UART0_BASE_ADDR) + (4 * offset)) macro
27 #define PORT(offset) (CKSEG1ADDR(UART0_BASE) + (4 * offset)) macro
33 #define PORT(offset) (CKSEG1ADDR(UART0_BASE) + (4 * offset)) macro
/linux-4.1.27/drivers/tty/serial/8250/
D8250_boca.c13 #define PORT(_base,_irq) \ macro
D8250_exar_st16c554.c16 #define PORT(_base,_irq) \ macro
D8250_accent.c13 #define PORT(_base,_irq) \ macro
D8250_fourport.c13 #define PORT(_base,_irq) \ macro
/linux-4.1.27/arch/mips/kernel/
D8250-platform.c11 #define PORT(base, int) \ macro
/linux-4.1.27/arch/mips/loongson/common/
Dserial.c22 #define PORT(int, clk) \ macro
Dearly_printk.c16 #define PORT(base, offset) (u8 *)(base + offset) macro
/linux-4.1.27/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-4.1.27/arch/mips/mti-sead3/
Dsead3-console.c15 #define PORT(base_addr, offset) ((unsigned int __iomem *)(base_addr+(offset)*4)) macro
/linux-4.1.27/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-4.1.27/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.c108 #define ZILOG_CHANNEL_FROM_PORT(PORT) ((struct zilog_channel __iomem *)((PORT)->membase)) argument
109 #define UART_ZILOG(PORT) ((struct uart_sunzilog_port *)(PORT)) argument
/linux-4.1.27/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-4.1.27/arch/mips/netlogic/xlr/
Dplatform.c60 #define PORT(_irq) \ macro
/linux-4.1.27/arch/mips/alchemy/common/
Dplatform.c51 #define PORT(_base, _irq) \ macro
/linux-4.1.27/drivers/pinctrl/
Dpinctrl-tb10x.c48 #define PCFG_PORT_MASK(PORT) \ argument
412 #define DEFPINFUNCGRP(NAME, PORT, MODE, ISGPIO) { \ argument
Dpinctrl-falcon.c51 #define PORT(x) (x / PINS) macro
Dpinctrl-xway.c30 #define PORT(x) (x / PINS) macro
/linux-4.1.27/arch/mips/ar7/
Dprom.c253 #define PORT(offset) (KSEG1ADDR(AR7_REGS_UART0 + (offset * 4))) macro
/linux-4.1.27/arch/avr32/mach-at32ap/include/mach/
Dat32ap700x.h143 #define ATMEL_LCDC(PORT, PIN) (ATMEL_LCDC_##PORT##_##PIN) argument
/linux-4.1.27/drivers/net/ethernet/amd/
Dni65.c112 #define PORT p->cmdr_addr macro
/linux-4.1.27/arch/blackfin/kernel/
Ddebug-mmrs.c392 #define PORT(base, num) bfin_debug_mmrs_port(parent, base, num) macro
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_83xx_init.c1027 #define QLC_83XX_VXLAN_UDP_DPORT(PORT) ((PORT & 0xffff) << 16) argument
/linux-4.1.27/drivers/ata/
Dsata_nv.c295 #define NV_ADMA_CHECK_INTR(GCTL, PORT) ((GCTL) & (1 << (19 + (12 * (PORT))))) argument