| /Linux-v5.4/arch/mips/boot/compressed/ | 
| D | uart-16550.c | 13 #define PORT(offset) (CKSEG1ADDR(UART_BASE) + (offset))  macro18 #define PORT(offset) (CKSEG1ADDR(AR7_REGS_UART0) + (4 * offset))  macro
 23 #define PORT(offset) (CKSEG1ADDR(INGENIC_UART0_BASE_ADDR) + (4 * offset))  macro
 28 #define PORT(offset) (CKSEG1ADDR(UART0_BASE) + (4 * offset))  macro
 34 #define PORT(offset) (CKSEG1ADDR(UART0_BASE) + (4 * offset))  macro
 
 | 
| /Linux-v5.4/drivers/scsi/ | 
| D | aha152x.h | 289 #define SETPORT(PORT, VAL)	outb( (VAL), (PORT) )  argument290 #define GETPORT(PORT)		inb( PORT )  argument
 291 #define SETBITS(PORT, BITS)	outb( (inb(PORT) | (BITS)), (PORT) )  argument
 292 #define CLRBITS(PORT, BITS)	outb( (inb(PORT) & ~(BITS)), (PORT) )  argument
 293 #define TESTHI(PORT, BITS)	((inb(PORT) & (BITS)) == (BITS))  argument
 294 #define TESTLO(PORT, BITS)	((inb(PORT) & (BITS)) == 0)  argument
 
 | 
| /Linux-v5.4/arch/mips/kernel/ | 
| D | 8250-platform.c | 11 #define PORT(base, int)							\  macro
 | 
| /Linux-v5.4/arch/mips/loongson64/common/ | 
| D | early_printk.c | 13 #define PORT(base, offset) (u8 *)(base + offset)  macro
 | 
| D | serial.c | 22 #define PORT(int, clk)			\  macro
 | 
| /Linux-v5.4/tools/testing/selftests/net/ | 
| D | reuseaddr_conflict.c | 19 #define PORT 9999  macro
 | 
| D | reuseport_dualstack.c | 29 static const int PORT = 8888;  variable
 | 
| D | reuseport_bpf_cpu.c | 32 static const int PORT = 8888;  variable
 | 
| D | reuseport_bpf_numa.c | 28 static const int PORT = 8888;  variable
 | 
| D | reuseport_addr_any.c | 28 static const int PORT = 8888;  variable
 | 
| D | tcp_fastopen_backup_key.c | 49 static const int PORT = 8891;  variable
 | 
| /Linux-v5.4/drivers/net/ethernet/sun/ | 
| D | niu.h | 1170 #define  ENET_VLAN_TBL_SHIFT(PORT)	((PORT) * 4)  argument1948 #define ZCP_RAM_SEL_CFIFO(PORT)		(0x10 + (PORT))  argument
 1958 #define  RESET_CFIFO_RST(PORT)		(0x1 << (PORT))  argument
 1960 #define CFIFO_ECC(PORT)			(FZC_ZCP + 0x000a0UL + (PORT) * 8UL)  argument
 2277 #define TXC_PORT_CTL(PORT)		(FZC_TXC + 0x20020UL + (PORT)*0x100UL)  argument
 2280 #define TXC_PKT_STUFFED(PORT)		(FZC_TXC + 0x20030UL + (PORT)*0x100UL)  argument
 2284 #define TXC_PKT_XMIT(PORT)		(FZC_TXC + 0x20038UL + (PORT)*0x100UL)  argument
 2288 #define TXC_ROECC_CTL(PORT)		(FZC_TXC + 0x20040UL + (PORT)*0x100UL)  argument
 2299 #define TXC_ROECC_ST(PORT)		(FZC_TXC + 0x20048UL + (PORT)*0x100UL)  argument
 2305 #define TXC_RO_DATA0(PORT)		(FZC_TXC + 0x20050UL + (PORT)*0x100UL)  argument
 [all …]
 
 | 
| /Linux-v5.4/drivers/tty/serial/ | 
| D | ip22zilog.c | 91 #define ZILOG_CHANNEL_FROM_PORT(PORT)	((struct zilog_channel *)((PORT)->membase))  argument92 #define UART_ZILOG(PORT)		((struct uart_ip22zilog_port *)(PORT))  argument
 93 #define IP22ZILOG_GET_CURR_REG(PORT, REGNUM)		\  argument
 95 #define IP22ZILOG_SET_CURR_REG(PORT, REGNUM, REGVAL)	\  argument
 
 | 
| D | sunzilog.c | 109 #define ZILOG_CHANNEL_FROM_PORT(PORT)	((struct zilog_channel __iomem *)((PORT)->membase))  argument110 #define UART_ZILOG(PORT)		((struct uart_sunzilog_port *)(PORT))  argument
 
 | 
| /Linux-v5.4/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-v5.4/arch/mips/netlogic/xlr/ | 
| D | platform.c | 60 #define PORT(_irq)					\  macro
 | 
| /Linux-v5.4/samples/bpf/ | 
| D | cookie_uid_helper_example.c | 56 #define PORT 8888  macro
 | 
| /Linux-v5.4/arch/mips/alchemy/common/ | 
| D | platform.c | 51 #define PORT(_base, _irq)					\  macro
 | 
| /Linux-v5.4/drivers/pinctrl/ | 
| D | pinctrl-tb10x.c | 36 #define PCFG_PORT_MASK(PORT) \  argument400 #define DEFPINFUNCGRP(NAME, PORT, MODE, ISGPIO) { \  argument
 
 | 
| D | pinctrl-falcon.c | 48 #define PORT(x)                 (x / PINS)  macro
 | 
| /Linux-v5.4/arch/mips/ar7/ | 
| D | prom.c | 240 #define PORT(offset) (KSEG1ADDR(AR7_REGS_UART0 + (offset * 4)))  macro
 | 
| /Linux-v5.4/drivers/net/ethernet/amd/ | 
| D | ni65.c | 112 #define PORT p->cmdr_addr  macro
 | 
| /Linux-v5.4/drivers/net/ethernet/qlogic/qlcnic/ | 
| D | qlcnic_83xx_init.c | 1026 #define QLC_83XX_VXLAN_UDP_DPORT(PORT)	((PORT & 0xffff) << 16)  argument
 |