/openbmc/linux/arch/mips/boot/compressed/ |
H A D | uart-16550.c | 13 #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
|
/openbmc/u-boot/drivers/video/ |
H A D | bus_vcxk.c | 23 #define VCXK_INIT_PIN(PORT, PIN, DDR, I0O1) \ argument 32 #define VCXK_SET_PIN(PORT, PIN) writel(PIN, &pio->PORT.sodr); argument 33 #define VCXK_CLR_PIN(PORT, PIN) writel(PIN, &pio->PORT.codr); argument 44 #define VCXK_INIT_PIN(PORT, PIN, DDR, I0O1) \ argument 47 #define VCXK_SET_PIN(PORT, PIN) PORT |= PIN; argument 48 #define VCXK_CLR_PIN(PORT, PIN) PORT &= ~PIN; argument
|
/openbmc/linux/drivers/scsi/ |
H A D | aha152x.h | 289 #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
|
/openbmc/linux/arch/mips/loongson2ef/common/ |
H A D | serial.c | 22 #define PORT(int, clk) \ macro
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | reuseaddr_conflict.c | 19 #define PORT 9999 macro
|
H A D | reuseport_dualstack.c | 29 static const int PORT = 8888; variable
|
H A D | reuseport_bpf_cpu.c | 32 static const int PORT = 8888; variable
|
H A D | reuseport_bpf_numa.c | 28 static const int PORT = 8888; variable
|
H A D | reuseport_addr_any.c | 32 static const int PORT = 8888; variable
|
H A D | tcp_fastopen_backup_key.c | 47 static const int PORT = 8891; variable
|
/openbmc/linux/drivers/net/ethernet/sun/ |
H A D | niu.h | 1170 #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 …]
|
/openbmc/linux/drivers/tty/serial/ |
H A D | ip22zilog.c | 87 #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
|
/openbmc/linux/arch/mips/sni/ |
H A D | a20r.c | 20 #define PORT(_base,_irq) \ macro
|
H A D | pcit.c | 22 #define PORT(_base,_irq) \ macro
|
H A D | pcimt.c | 70 #define PORT(_base,_irq) \ macro
|
/openbmc/linux/tools/testing/selftests/netfilter/ |
H A D | connect_close.c | 13 #define PORT 12345 macro
|
/openbmc/qemu/tests/qtest/ |
H A D | rtl8139-test.c | 46 #define PORT(name, len, val) \ macro
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | assign_reuse.c | 14 #define PORT 4443 macro
|
/openbmc/u-boot/drivers/serial/ |
H A D | serial_ns16550.c | 76 #define PORT serial_ports[port-1] macro
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | pnp_def.h | 32 #define PNP_DEV(PORT, FUNC) (((PORT) << 8) | (FUNC)) argument
|
/openbmc/slpd-lite/ |
H A D | slp_meta.hpp | 9 constexpr auto PORT = 427; variable
|
/openbmc/u-boot/include/ |
H A D | mv88e6352.h | 41 #define PORT(itf) (itf+0x10) macro
|
/openbmc/linux/samples/bpf/ |
H A D | cookie_uid_helper_example.c | 56 #define PORT 8888 macro
|
/openbmc/linux/arch/mips/alchemy/common/ |
H A D | platform.c | 51 #define PORT(_base, _irq) \ macro
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-tb10x.c | 36 #define PCFG_PORT_MASK(PORT) \ argument 400 #define DEFPINFUNCGRP(NAME, PORT, MODE, ISGPIO) { \ argument
|