Home
last modified time | relevance | path

Searched refs:PORT (Results 1 – 25 of 146) sorted by relevance

123456

/openbmc/u-boot/include/
H A Dsh_pfc.h144 PINMUX_DATA(PORT##nr##_DATA, PORT##nr##_FN0, PORT##nr##_IN)
148 PORT##nr##_IN, PORT##nr##_IN_PD)
152 PORT##nr##_IN, PORT##nr##_IN_PU)
156 PORT##nr##_IN, PORT##nr##_IN_PD, PORT##nr##_IN_PU)
159 PINMUX_DATA(PORT##nr##_DATA, PORT##nr##_FN0, PORT##nr##_OUT)
162 PINMUX_DATA(PORT##nr##_DATA, PORT##nr##_FN0, PORT##nr##_OUT, \
166 PINMUX_DATA(PORT##nr##_DATA, PORT##nr##_FN0, PORT##nr##_OUT, \
167 PORT##nr##_IN, PORT##nr##_IN_PD)
170 PINMUX_DATA(PORT##nr##_DATA, PORT##nr##_FN0, PORT##nr##_OUT, \
174 PINMUX_DATA(PORT##nr##_DATA, PORT##nr##_FN0, PORT##nr##_OUT, \
[all …]
/openbmc/openbmc/poky/scripts/
H A Doe-git-proxy157 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 …]
/openbmc/linux/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
/openbmc/linux/tools/testing/selftests/net/
H A Dreuseaddr_conflict.c19 #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 Dtoeplitz_client.sh15 echo "msg $i" | nc "${IPVER}" -u -w 0 "${ADDR}" "${PORT}"
17 echo "msg $i" | nc "${IPVER}" -w 0 "${ADDR}" "${PORT}"
26 PORT=$4
H A Dtoeplitz.sh23 PORT=8000
174 -d "${PORT}" -i "${DEV}" -k "${KEY}" -T 1000 \
179 -d "${PORT}" -i "${DEV}" -k "${KEY}" -T 1000 \
183 -d "${PORT}" -i "${DEV}" -k "${KEY}" -T 1000 -s -v &
189 "${IP_FLAG}" "${SERVER_IP%%/*}" "${PORT}" &
/openbmc/linux/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_UART_BASE_ADDR) + (4 * offset)) macro
30 #ifndef PORT
36 return *((volatile IOTYPE *)PORT(offset)) & 0xFF; in serial_in()
41 *((volatile IOTYPE *)PORT(offset)) = value & 0xFF; in serial_out()
/openbmc/linux/arch/mips/alchemy/common/
H A Dplatform.c51 #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 …]
/openbmc/linux/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
2284 #define TXC_PKT_XMIT(PORT) (FZC_TXC + 0x20038UL + (PORT)*0x100UL) argument
2352 #define TXC_RO_TIDS(PORT) (FZC_TXC + 0x200b0UL + (PORT)*0x100UL) argument
2372 #define TXC_RO_CTL(PORT) (FZC_TXC + 0x200d8UL + (PORT)*0x100UL) argument
2408 #define TXC_INT_STAT_VAL_SHIFT(PORT) ((PORT) * 8) argument
2418 #define TXC_INT_MASK_VAL_SHIFT(PORT) ((PORT) * 8) argument
[all …]
/openbmc/u-boot/board/keymile/km83xx/
H A Dkm83xx.c205 { PORT(1), PORT_PHY, NO_SPEED_FOR },
206 { PORT(1), PORT_CTRL, FORWARDING | EGRS_FLD_ALL },
212 { PORT(2), PORT_CTRL, PORT_DIS },
216 { PORT(3), PORT_CTRL, FORWARDING | EGRS_FLD_ALL },
218 { PORT(4), PORT_STATUS, NO_PHY_DETECT },
219 { PORT(4), PORT_PHY, SPEED_1000_FOR },
222 { PORT(5), PORT_STATUS, NO_PHY_DETECT },
223 { PORT(5), PORT_PHY, SPEED_1000_FOR },
229 { PORT(5), 0x1A, 0xADB1 },
231 { PORT(6), PORT_CTRL, PORT_DIS },
[all …]
/openbmc/u-boot/drivers/video/
H A Dbus_vcxk.c23 #define VCXK_INIT_PIN(PORT, PIN, DDR, I0O1) \ argument
25 writel(PIN, &pio->PORT.per); \
26 writel(PIN, &pio->PORT.DDR); \
27 writel(PIN, &pio->PORT.mddr); \
29 writel(PIN, &pio->PORT.puer); \
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/qemu/tests/qemu-iotests/
H A D083.out4 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo
8 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo
12 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo
16 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo
20 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo
24 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo
28 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo
32 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo
89 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/
93 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/
[all …]
H A D233.out19 qemu-img: Could not open 'driver=nbd,host=127.0.0.1,port=PORT,tls-creds=tls0': Denied by server for…
24 qemu-img: Could not open 'nbd://localhost:PORT': TLS negotiation required before option 7 (go)
30 image: nbd://127.0.0.1:PORT
34 image: nbd://127.0.0.1:PORT
45 qemu-img: Could not open 'driver=nbd,host=localhost,port=PORT,tls-creds=tls0': Certificate does not…
49 image: nbd://localhost:PORT
60 qemu-img: Could not open 'driver=nbd,host=127.0.0.1,port=PORT,tls-creds=tls0': The certificate hasn…
72 qemu-img: Could not open 'driver=nbd,host=127.0.0.1,port=PORT,tls-creds=tls0': Failed to read optio…
73 qemu-img: Could not open 'driver=nbd,host=127.0.0.1,port=PORT,tls-creds=tls0': Failed to read optio…
/openbmc/u-boot/board/keymile/km_arm/
H A Dkm_arm.c374 { PORT(0), PORT_PHY, NO_SPEED_FOR },
375 { PORT(0), PORT_CTRL, FORWARDING | EGRS_FLD_ALL },
381 { PORT(1), PORT_CTRL, PORT_DIS },
385 { PORT(2), PORT_CTRL, PORT_DIS },
389 { PORT(3), PORT_CTRL, PORT_DIS },
393 { PORT(4), PORT_STATUS, NO_PHY_DETECT },
394 { PORT(4), PORT_PHY, SPEED_1000_FOR },
395 { PORT(4), PORT_CTRL, FORWARDING | EGRS_FLD_ALL },
399 { PORT(5), PORT_PHY, RX_RGMII_TIM | TX_RGMII_TIM | FLOW_CTRL_EN |
402 { PORT(5), PORT_CTRL, FORWARDING | EGRS_FLD_ALL },
[all …]
/openbmc/u-boot/drivers/serial/
H A Dserial_ns16550.c76 #define PORT serial_ports[port-1] macro
124 NS16550_putc(PORT, '\r'); in _serial_putc()
126 NS16550_putc(PORT, c); in _serial_putc()
138 return NS16550_getc(PORT); in _serial_getc()
143 return NS16550_tstc(PORT); in _serial_tstc()
150 clock_divisor = ns16550_calc_divisor(PORT, CONFIG_SYS_NS16550_CLK, in _serial_setbrg()
152 NS16550_reinit(PORT, clock_divisor); in _serial_setbrg()
/openbmc/linux/arch/mips/loongson2ef/common/
H A Dserial.c22 #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),
/openbmc/linux/arch/mips/sni/
H A Dpcit.c22 #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),
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dgpio-vf610.yaml7 title: Freescale VF610 PORT/GPIO module
13 The Freescale PORT/GPIO modules are two adjacent modules providing GPIO
15 each, and each PORT module has its own interrupt.
34 description: The first reg tuple represents the PORT module, the second tuple
54 - description: SoC PORT clock
/openbmc/qemu/tests/qtest/
H A Drtl8139-test.c46 #define PORT(name, len, val) \ macro
63 PORT(Timer, l, 0x48)
64 PORT(IntrMask, w, 0x3c)
65 PORT(IntrStatus, w, 0x3E)
66 PORT(TimerInt, l, 0x54)
/openbmc/qemu/hw/usb/
H A Dxlnx-versal-usb2-ctrl-regs.c45 REG32(PORT, 0x34)
46 FIELD(PORT, HOST_SMI_BAR_WR, 4, 1)
47 FIELD(PORT, HOST_SMI_PCI_CMD_REG_WR, 3, 1)
48 FIELD(PORT, HOST_MSI_ENABLE, 2, 1)
49 FIELD(PORT, PWR_CTRL_PRSNT, 1, 1)
50 FIELD(PORT, HUB_PERM_ATTACH, 0, 1)
/openbmc/linux/Documentation/hwmon/
H A Dsmsc47b397.rst116 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).
/openbmc/u-boot/drivers/pinctrl/renesas/
H A Dsh_pfc.h542 #define PORT_ALL(str) CPU_ALL_PORT(_PORT_ALL, PORT, str)
556 .name = __stringify(PORT##_pin), \
557 .enum_id = PORT##_pin##_DATA, \
581 PINMUX_DATA(PORT##pfx##_DATA, PORT##pfx##_FN0, \
582 PORT##pfx##_OUT, PORT##pfx##_IN)
603 0, PORT##nr##_OUT, PORT##nr##_IN, 0, \
607 PORT##nr##_FN0, PORT##nr##_FN1, \
608 PORT##nr##_FN2, PORT##nr##_FN3, \
609 PORT##nr##_FN4, PORT##nr##_FN5, \
610 PORT##nr##_FN6, PORT##nr##_FN7 \
/openbmc/linux/drivers/pinctrl/renesas/
H A Dsh_pfc.h667 #define PORT_ALL(str) CPU_ALL_PORT(_PORT_ALL, PORT, str)
680 .name = __stringify(PORT##_pin), \
681 .enum_id = PORT##_pin##_DATA, \
689 PINMUX_DATA(PORT##pfx##_DATA, PORT##pfx##_FN0, \
690 PORT##pfx##_OUT, PORT##pfx##_IN)
707 CPU_ALL_PORT(_PORT_ENTRY, PORT, unused), \
747 0, PORT##nr##_OUT, PORT##nr##_IN, 0, \
750 PORT##nr##_FN0, PORT##nr##_FN1, \
751 PORT##nr##_FN2, PORT##nr##_FN3, \
752 PORT##nr##_FN4, PORT##nr##_FN5, \
[all …]
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dassign_reuse.c14 #define PORT 4443 macro
186 run_assign_reuse(AF_INET, SOCK_STREAM, "127.0.0.1", PORT); in test_assign_reuse()
188 run_assign_reuse(AF_INET6, SOCK_STREAM, "::1", PORT); in test_assign_reuse()
190 run_assign_reuse(AF_INET, SOCK_DGRAM, "127.0.0.1", PORT); in test_assign_reuse()
192 run_assign_reuse(AF_INET6, SOCK_DGRAM, "::1", PORT); in test_assign_reuse()
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Dbusybox-syslog.default11 # -R HOST[:PORT]: Log to HOST:PORT (default PORT:514)

123456