| /OK3568_Linux_fs/u-boot/include/ |
| H A D | sh_pfc.h | 135 #define _GPIO_PORT(pfx, sfx) PINMUX_GPIO(GPIO_PORT##pfx, PORT##pfx##_DATA) 136 #define PORT_ALL(str) CPU_ALL_PORT(_PORT_ALL, PORT, str) 144 PINMUX_DATA(PORT##nr##_DATA, PORT##nr##_FN0, PORT##nr##_IN) 147 PINMUX_DATA(PORT##nr##_DATA, PORT##nr##_FN0, \ 148 PORT##nr##_IN, PORT##nr##_IN_PD) 151 PINMUX_DATA(PORT##nr##_DATA, PORT##nr##_FN0, \ 152 PORT##nr##_IN, PORT##nr##_IN_PU) 155 PINMUX_DATA(PORT##nr##_DATA, PORT##nr##_FN0, \ 156 PORT##nr##_IN, PORT##nr##_IN_PD, PORT##nr##_IN_PU) 159 PINMUX_DATA(PORT##nr##_DATA, PORT##nr##_FN0, PORT##nr##_OUT) [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oe-git-proxy | 157 PORT=${PROXY##*:} 158 if [ "$PORT" = "$PROXY" ]; then 159 PORT="" 170 if [ -z "$PORT" ]; then 171 PORT="1080" 173 METHOD="SOCKS4A:$PROXY:$1:$2,socksport=$PORT" 175 if [ -z "$PORT" ]; then 176 PORT="1080" 178 METHOD="SOCKS4:$PROXY:$1:$2,socksport=$PORT" 181 if [ -z "$PORT" ]; then [all …]
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/kernel/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_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 42 #ifndef PORT 48 return *((volatile IOTYPE *)PORT(offset)) & 0xFF; in serial_in() 53 *((volatile IOTYPE *)PORT(offset)) = value & 0xFF; in serial_out()
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/arch/mips/alchemy/common/ |
| H A D | platform.c | 51 #define PORT(_base, _irq) \ macro 65 PORT(AU1000_UART0_PHYS_ADDR, AU1000_UART0_INT), 66 PORT(AU1000_UART1_PHYS_ADDR, AU1000_UART1_INT), 67 PORT(AU1000_UART2_PHYS_ADDR, AU1000_UART2_INT), 68 PORT(AU1000_UART3_PHYS_ADDR, AU1000_UART3_INT), 71 PORT(AU1000_UART0_PHYS_ADDR, AU1500_UART0_INT), 72 PORT(AU1000_UART3_PHYS_ADDR, AU1500_UART3_INT), 75 PORT(AU1000_UART0_PHYS_ADDR, AU1100_UART0_INT), 76 PORT(AU1000_UART1_PHYS_ADDR, AU1100_UART1_INT), 77 PORT(AU1000_UART3_PHYS_ADDR, AU1100_UART3_INT), [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | reuseaddr_conflict.c | 19 #define PORT 9999 macro 33 .sin6_port = htons(PORT), in open_port() 38 .sin_port = htons(PORT), in open_port() 91 fprintf(stderr, "Opening 127.0.0.1:%d\n", PORT); in main() 95 fprintf(stderr, "Opening INADDR_ANY:%d\n", PORT); in main() 99 fprintf(stderr, "Opening in6addr_any:%d\n", PORT); in main() 103 fprintf(stderr, "Opening INADDR_ANY:%d\n", PORT); in main() 108 fprintf(stderr, "Opening INADDR_ANY:%d after closing ipv6 socket\n", PORT); in main()
|
| H A D | reuseport_bpf_numa.c | 28 static const int PORT = 8888; variable 43 addr4->sin_port = htons(PORT); in build_rcv_group() 49 addr6->sin6_port = htons(PORT); in build_rcv_group() 124 daddr4->sin_port = htons(PORT); in send_from_node() 135 daddr6->sin6_port = htons(PORT); in send_from_node()
|
| H A D | reuseport_addr_any.c | 32 static const int PORT = 8888; variable 51 addr4.sin_port = htons(PORT); in build_rcv_fd() 61 addr6.sin6_port = htons(PORT); in build_rcv_fd() 119 daddr4.sin_port = htons(PORT); in connect_and_send() 132 daddr6.sin6_port = htons(PORT); in connect_and_send()
|
| H A D | reuseport_bpf_cpu.c | 32 static const int PORT = 8888; variable 47 addr4->sin_port = htons(PORT); in build_rcv_group() 53 addr6->sin6_port = htons(PORT); in build_rcv_group() 112 daddr4->sin_port = htons(PORT); in send_from_cpu() 123 daddr6->sin6_port = htons(PORT); in send_from_cpu()
|
| H A D | reuseport_dualstack.c | 29 static const int PORT = 8888; variable 43 addr4->sin_port = htons(PORT); in build_rcv_fd() 49 addr6->sin6_port = htons(PORT); in build_rcv_fd() 84 daddr.sin_port = htons(PORT); in send_from_v4()
|
| H A D | tcp_fastopen_backup_key.c | 49 static const int PORT = 8891; variable 104 addr4.sin_port = htons(PORT); in build_rcv_fd() 111 addr6.sin6_port = htons(PORT); in build_rcv_fd() 162 daddr4.sin_port = htons(PORT); in connect_and_send() 175 daddr6.sin6_port = htons(PORT); in connect_and_send()
|
| /OK3568_Linux_fs/u-boot/board/keymile/km83xx/ |
| H A D | km83xx.c | 206 { PORT(1), PORT_PHY, NO_SPEED_FOR }, 207 { PORT(1), PORT_CTRL, FORWARDING | EGRS_FLD_ALL }, 213 { PORT(2), PORT_CTRL, PORT_DIS }, 217 { PORT(3), PORT_CTRL, FORWARDING | EGRS_FLD_ALL }, 219 { PORT(4), PORT_STATUS, NO_PHY_DETECT }, 220 { PORT(4), PORT_PHY, SPEED_1000_FOR }, 221 { PORT(4), PORT_CTRL, FORWARDING | EGRS_FLD_ALL }, 223 { PORT(5), PORT_STATUS, NO_PHY_DETECT }, 224 { PORT(5), PORT_PHY, SPEED_1000_FOR }, 225 { PORT(5), PORT_CTRL, FORWARDING | EGRS_FLD_ALL }, [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | bus_vcxk.c | 24 #define VCXK_INIT_PIN(PORT, PIN, DDR, I0O1) \ argument 26 writel(PIN, &pio->PORT.per); \ 27 writel(PIN, &pio->PORT.DDR); \ 28 writel(PIN, &pio->PORT.mddr); \ 30 writel(PIN, &pio->PORT.puer); \ 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/net/ethernet/amd/ |
| H A D | ni65.c | 112 #define PORT p->cmdr_addr macro 159 #define writereg(val,reg) {outw(reg,PORT+L_ADDRREG);inw(PORT+L_ADDRREG); \ 160 outw(val,PORT+L_DATAREG);inw(PORT+L_DATAREG);} 161 #define readreg(reg) (outw(reg,PORT+L_ADDRREG),inw(PORT+L_ADDRREG),\ 162 inw(PORT+L_DATAREG)) 164 #define writedatareg(val) {outw(val,PORT+L_DATAREG);inw(PORT+L_DATAREG);} 169 #define writereg(val,reg) {outw(reg,PORT+L_ADDRREG);outw(val,PORT+L_DATAREG);} 170 #define readreg(reg) (outw(reg,PORT+L_ADDRREG),inw(PORT+L_DATAREG)) 278 outw(80,PORT+L_ADDRREG); in ni65_set_performance() 279 if(inw(PORT+L_ADDRREG) != 80) in ni65_set_performance() [all …]
|
| /OK3568_Linux_fs/u-boot/board/keymile/km_arm/ |
| H A D | km_arm.c | 375 { PORT(0), PORT_PHY, NO_SPEED_FOR }, 376 { PORT(0), PORT_CTRL, FORWARDING | EGRS_FLD_ALL }, 382 { PORT(1), PORT_CTRL, PORT_DIS }, 386 { PORT(2), PORT_CTRL, PORT_DIS }, 390 { PORT(3), PORT_CTRL, PORT_DIS }, 394 { PORT(4), PORT_STATUS, NO_PHY_DETECT }, 395 { PORT(4), PORT_PHY, SPEED_1000_FOR }, 396 { PORT(4), PORT_CTRL, FORWARDING | EGRS_FLD_ALL }, 400 { PORT(5), PORT_PHY, RX_RGMII_TIM | TX_RGMII_TIM | FLOW_CTRL_EN | 403 { PORT(5), PORT_CTRL, FORWARDING | EGRS_FLD_ALL }, [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/serial/ |
| H A D | serial_ns16550.c | 77 #define PORT serial_ports[port-1] macro 125 NS16550_putc(PORT, '\r'); in _serial_putc() 127 NS16550_putc(PORT, c); in _serial_putc() 139 return NS16550_getc(PORT); in _serial_getc() 144 return NS16550_tstc(PORT); in _serial_tstc() 151 clock_divisor = ns16550_calc_divisor(PORT, CONFIG_SYS_NS16550_CLK, in _serial_setbrg() 153 NS16550_reinit(PORT, clock_divisor); in _serial_setbrg()
|
| /OK3568_Linux_fs/kernel/arch/mips/sni/ |
| H A D | pcit.c | 22 #define PORT(_base,_irq) \ macro 32 PORT(0x3f8, 0), 33 PORT(0x2f8, 3), 46 PORT(0x3f8, 0), 47 PORT(0x2f8, 3), 48 PORT(0x3e8, 4), 49 PORT(0x2e8, 3),
|
| /OK3568_Linux_fs/kernel/arch/mips/loongson2ef/common/ |
| H A D | serial.c | 22 #define PORT(int, clk) \ macro 43 [MACH_LEMOTE_FL2E] = PORT(4, 1843200), 44 [MACH_LEMOTE_FL2F] = PORT(3, 1843200), 49 [MACH_LEMOTE_LL2F] = PORT(3, 1843200),
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | smsc47b397.rst | 116 to the CONFIG PORT (0x2E). 121 In configuration mode, the INDEX PORT is located at the CONFIG PORT address and 122 the DATA PORT is at INDEX PORT address + 1. 127 (i.e., 0x07) to the INDEX PORT and then write the number of the 128 desired logical device to the DATA PORT. 131 logical device to the INDEX PORT and then write or read the config- 132 uration register through the DATA PORT. 140 To exit the Configuration State the write 0xAA to the CONFIG PORT (0x2E).
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/renesas/ |
| H A D | sh_pfc.h | 655 #define PORT_ALL(str) CPU_ALL_PORT(_PORT_ALL, PORT, str) 669 .name = __stringify(PORT##_pin), \ 670 .enum_id = PORT##_pin##_DATA, \ 678 PINMUX_DATA(PORT##pfx##_DATA, PORT##pfx##_FN0, \ 679 PORT##pfx##_OUT, PORT##pfx##_IN) 696 CPU_ALL_PORT(_PORT_ENTRY, PORT, unused), \ 740 0, PORT##nr##_OUT, PORT##nr##_IN, 0, \ 744 PORT##nr##_FN0, PORT##nr##_FN1, \ 745 PORT##nr##_FN2, PORT##nr##_FN3, \ 746 PORT##nr##_FN4, PORT##nr##_FN5, \ [all …]
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0038-efi-Use-grub_is_lockdown-instead-of-hardcoding-a-dis.patch | 97 N_("PORT"), N_("Read 32-bit value from PORT."), 101 - N_("PORT VALUE [MASK]"), 102 - N_("Write 8-bit VALUE to PORT.")); 104 + N_("PORT VALUE [MASK]"), 105 + N_("Write 8-bit VALUE to PORT.")); 108 - N_("PORT VALUE [MASK]"), 109 - N_("Write 16-bit VALUE to PORT.")); 111 + N_("PORT VALUE [MASK]"), 112 + N_("Write 16-bit VALUE to PORT.")); 116 - N_("Write 32-bit VALUE to PORT.")); [all …]
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | ospoll.c | 44 #define PORT 1 macro 81 #if EPOLL || PORT 137 #if EPOLL || PORT in ospoll_find() 154 #if EPOLL || PORT 214 #if PORT in ospoll_create() 252 #if EPOLL || PORT in ospoll_destroy() 302 #if PORT in ospoll_add() 433 #if PORT in ospoll_remove() 465 #if PORT 514 #if EPOLL || PORT in ospoll_listen() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/files/ |
| H A D | busybox-syslog.default | 11 # -R HOST[:PORT]: Log to HOST:PORT (default PORT:514)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/contrib/prserv/ |
| H A D | Dockerfile | 16 # --env PORT=18585 \ 50 PORT=8585 \ 60 --port=$PORT \
|