| /openbmc/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 …]
|
| H A D | mv88e6352.h | 41 #define PORT(itf) (itf+0x10) macro
|
| /openbmc/openbmc/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 …]
|
| /openbmc/u-boot/board/keymile/km83xx/ |
| H A D | km83xx.c | 205 { 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 }, 220 { PORT(4), PORT_CTRL, FORWARDING | EGRS_FLD_ALL }, 222 { PORT(5), PORT_STATUS, NO_PHY_DETECT }, 223 { PORT(5), PORT_PHY, SPEED_1000_FOR }, 224 { PORT(5), PORT_CTRL, FORWARDING | EGRS_FLD_ALL }, [all …]
|
| /openbmc/u-boot/drivers/video/ |
| H A D | bus_vcxk.c | 23 #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 D | 083.out | 4 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 36 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo 40 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo [all …]
|
| H A D | 233.out | 19 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…
|
| H A D | 162.out | 5 image: nbd://localhost:PORT
|
| /openbmc/u-boot/board/keymile/km_arm/ |
| H A D | km_arm.c | 374 { 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 D | serial_ns16550.c | 76 #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/qemu/tests/qtest/ |
| H A D | rtl8139-test.c | 46 #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 D | xlnx-versal-usb2-ctrl-regs.c | 45 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/u-boot/drivers/pinctrl/renesas/ |
| H A D | sh_pfc.h | 542 #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/openbmc/poky/meta/recipes-core/busybox/files/ |
| H A D | busybox-syslog.default | 11 # -R HOST[:PORT]: Log to HOST:PORT (default PORT:514)
|
| /openbmc/openbmc/poky/bitbake/contrib/prserv/ |
| H A D | Dockerfile | 16 # --env PORT=18585 \ 50 PORT=8585 \ 60 --port=$PORT \
|
| /openbmc/u-boot/arch/x86/include/asm/ |
| H A D | pnp_def.h | 32 #define PNP_DEV(PORT, FUNC) (((PORT) << 8) | (FUNC)) argument
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/ |
| H A D | init | 32 PORT="7634" 44 DAEMON_ARG="-d -l $INTERFACE -p $PORT -s $SEPARATOR"
|
| /openbmc/openbmc/poky/bitbake/bin/ |
| H A D | toaster | 211 PORT=`echo $ADDR_PORT | cut -f 2 -d ':'` 213 if [ $ADDR = $PORT ] ; then 214 ADDR_PORT="localhost:$PORT"
|
| /openbmc/u-boot/board/cobra5272/bdm/ |
| H A D | cobra5272_uboot.gdb | 129 # PORT A -- the LED's 136 # PORT B 141 # PORT C 145 # PORT D
|
| /openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/ |
| H A D | 0005-replace-lynx-to-curl-in-apachectl-script.patch | 26 -STATUSURL="http://localhost:@PORT@/server-status" 27 +STATUSURL="http://localhost:@PORT@/"
|
| /openbmc/qemu/tests/qemu-iotests/tests/ |
| H A D | nbd-tls-iothread.out | 26 {"addr": {"type": "inet", "data": {"host": "127.0.0.1", "port": PORT}}, 38 "server": {"type": "inet", "host": "127.0.0.1", "port": PORT},
|
| /openbmc/slpd-lite/ |
| H A D | slp_server.hpp | 27 Server() : Server(slp::PORT, nullptr) {}; in Server()
|
| H A D | main.cpp | 74 slp::udp::Server svr(slp::PORT, requestHandler); in main()
|
| /openbmc/pldm/tools/visualize-pdr/ |
| H A D | README.md | 46 $ pldm_visualise_pdrs.py [-h] --bmc BMC --user USER --password PASSWORD [--port PORT] 53 --port PORT BMC SSH port
|
| /openbmc/docs/testing/ |
| H A D | run-test-docker.md | 34 the build command (use proper IP and PORT values.) 37 --build-arg http_proxy=<IP>:<PORT> --build-arg https_proxy=<IP>:<PORT>
|