Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/arch/mips/boot/compressed/
H A 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
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dbus_vcxk.c24 #define VCXK_INIT_PIN(PORT, PIN, DDR, I0O1) \ argument
33 #define VCXK_SET_PIN(PORT, PIN) writel(PIN, &pio->PORT.sodr); argument
34 #define VCXK_CLR_PIN(PORT, PIN) writel(PIN, &pio->PORT.codr); argument
45 #define VCXK_INIT_PIN(PORT, PIN, DDR, I0O1) \ argument
48 #define VCXK_SET_PIN(PORT, PIN) PORT |= PIN; argument
49 #define VCXK_CLR_PIN(PORT, PIN) PORT &= ~PIN; argument
/OK3568_Linux_fs/kernel/drivers/scsi/
H A 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
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sun/
H A 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 …]
/OK3568_Linux_fs/kernel/arch/mips/loongson2ef/common/
H A Dserial.c22 #define PORT(int, clk) \ macro
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A 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
H A Dsunzilog.c105 #define ZILOG_CHANNEL_FROM_PORT(PORT) ((struct zilog_channel __iomem *)((PORT)->membase)) argument
106 #define UART_ZILOG(PORT) ((struct uart_sunzilog_port *)(PORT)) argument
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dreuseaddr_conflict.c19 #define PORT 9999 macro
H A Dreuseport_dualstack.c29 static const int PORT = 8888; variable
H A Dreuseport_bpf_cpu.c32 static const int PORT = 8888; variable
H A Dreuseport_bpf_numa.c28 static const int PORT = 8888; variable
H A Dreuseport_addr_any.c32 static const int PORT = 8888; variable
H A Dtcp_fastopen_backup_key.c49 static const int PORT = 8891; variable
/OK3568_Linux_fs/kernel/arch/mips/sni/
H A Da20r.c20 #define PORT(_base,_irq) \ macro
H A Dpcit.c22 #define PORT(_base,_irq) \ macro
H A Dpcimt.c70 #define PORT(_base,_irq) \ macro
/OK3568_Linux_fs/kernel/arch/mips/netlogic/xlr/
H A Dplatform.c60 #define PORT(_irq) \ macro
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial_ns16550.c77 #define PORT serial_ports[port-1] macro
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dpnp_def.h33 #define PNP_DEV(PORT, FUNC) (((PORT) << 8) | (FUNC)) argument
/OK3568_Linux_fs/u-boot/include/
H A Dmv88e6352.h42 #define PORT(itf) (itf+0x10) macro
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dcookie_uid_helper_example.c56 #define PORT 8888 macro
/OK3568_Linux_fs/kernel/arch/mips/alchemy/common/
H A Dplatform.c51 #define PORT(_base, _irq) \ macro
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-tb10x.c36 #define PCFG_PORT_MASK(PORT) \ argument
400 #define DEFPINFUNCGRP(NAME, PORT, MODE, ISGPIO) { \ argument
H A Dpinctrl-falcon.c48 #define PORT(x) (x / PINS) macro
/OK3568_Linux_fs/kernel/arch/mips/ar7/
H A Dprom.c240 #define PORT(offset) (KSEG1ADDR(AR7_REGS_UART0 + (offset * 4))) macro

12