Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/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
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
/kernel/linux/linux-6.6/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
23 #define PORT(offset) (CKSEG1ADDR(INGENIC_UART_BASE_ADDR) + (4 * offset)) macro
/kernel/linux/linux-6.6/drivers/scsi/
Daha152x.h289 #define SETPORT(PORT, VAL) outb( (VAL), (PORT) ) argument
290 #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
/kernel/linux/linux-5.10/drivers/scsi/
Daha152x.h289 #define SETPORT(PORT, VAL) outb( (VAL), (PORT) ) argument
290 #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
/kernel/linux/linux-5.10/arch/loongarch/boot/compressed/
Duart-16550.c12 #define PORT(offset) (TO_UNCACHE(UART_BASE) + (offset)) macro
/kernel/linux/linux-6.6/arch/mips/loongson2ef/common/
Dserial.c22 #define PORT(int, clk) \ macro
/kernel/linux/linux-5.10/arch/mips/loongson2ef/common/
Dserial.c22 #define PORT(int, clk) \ macro
/kernel/linux/linux-5.10/tools/testing/selftests/net/
Dreuseaddr_conflict.c19 #define PORT 9999 macro
Dreuseport_dualstack.c29 static const int PORT = 8888; variable
Dreuseport_bpf_cpu.c32 static const int PORT = 8888; variable
/kernel/linux/linux-6.6/tools/testing/selftests/net/
Dreuseaddr_conflict.c19 #define PORT 9999 macro
Dreuseport_dualstack.c29 static const int PORT = 8888; variable
Dreuseport_bpf_cpu.c32 static const int PORT = 8888; variable
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
Dniu.h1170 #define ENET_VLAN_TBL_SHIFT(PORT) ((PORT) * 4) argument
1948 #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 …]
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
Dniu.h1170 #define ENET_VLAN_TBL_SHIFT(PORT) ((PORT) * 4) argument
1948 #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 …]
/kernel/linux/linux-5.10/drivers/tty/serial/
Dip22zilog.c87 #define ZILOG_CHANNEL_FROM_PORT(PORT) ((struct zilog_channel *)((PORT)->membase)) argument
88 #define UART_ZILOG(PORT) ((struct uart_ip22zilog_port *)(PORT)) argument
89 #define IP22ZILOG_GET_CURR_REG(PORT, REGNUM) \ argument
91 #define IP22ZILOG_SET_CURR_REG(PORT, REGNUM, REGVAL) \ argument
/kernel/linux/linux-6.6/drivers/tty/serial/
Dip22zilog.c87 #define ZILOG_CHANNEL_FROM_PORT(PORT) ((struct zilog_channel *)((PORT)->membase)) argument
88 #define UART_ZILOG(PORT) ((struct uart_ip22zilog_port *)(PORT)) argument
89 #define IP22ZILOG_GET_CURR_REG(PORT, REGNUM) \ argument
91 #define IP22ZILOG_SET_CURR_REG(PORT, REGNUM, REGVAL) \ argument
/kernel/liteos_a/testsuites/unittest/container/smoke/
DIt_net_container_008.cpp36 static const int PORT = 8004; variable
/kernel/linux/linux-5.10/arch/mips/sni/
Da20r.c20 #define PORT(_base,_irq) \ macro
Dpcit.c22 #define PORT(_base,_irq) \ macro
/kernel/linux/linux-6.6/arch/mips/sni/
Da20r.c20 #define PORT(_base,_irq) \ macro
Dpcit.c22 #define PORT(_base,_irq) \ macro
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/
Dconnect_close.c13 #define PORT 12345 macro
/kernel/linux/linux-5.10/arch/mips/netlogic/xlr/
Dplatform.c60 #define PORT(_irq) \ macro
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
Dassign_reuse.c14 #define PORT 4443 macro

123