HomeSort by relevance Sort by last modified time
    Searched refs:base_port (Results 1 - 6 of 6) sorted by null

  /external/grpc-grpc/test/http2_test/
http2_test_server.py 73 parser.add_argument('--base_port', type=int, default=8080,
75 'started on each incrementing port, beginning with base_port, in the '
93 def start_test_servers(base_port):
95 beginning with base_port """
98 portnum = base_port + index
112 start_test_servers(args.base_port)
  /external/u-boot/drivers/gpio/
tegra_gpio.c 265 * @base_port: Base port number (0, 1..n-1)
268 static char *gpio_port_name(int base_port)
275 *s++ = 'A' + (base_port % 26);
276 if (base_port >= 26)
352 int base_port; local
358 base_port = bank * TEGRA_PORTS_PER_BANK + port;
359 plat->base_gpio = TEGRA_GPIOS_PER_PORT * base_port;
360 plat->port_name = gpio_port_name(base_port);
  /external/iputils/
tracepath6.c 60 __u16 base_port; variable
147 slot = -base_port;
334 ((struct sockaddr_in6 *)&target)->sin6_port = htons(base_port + hisptr);
337 ((struct sockaddr_in *)&target)->sin_port = htons(base_port + hisptr);
411 base_port = atoi(optarg);
425 if (!base_port) {
429 base_port = (unsigned)atoi(p+1);
431 base_port = 44444;
434 sprintf(pbuf, "%u", base_port);
tracepath.c 48 __u16 base_port; variable
133 slot = ntohs(addr.sin_port) - base_port;
269 target.sin_port = htons(base_port + hisptr);
343 base_port = atoi(optarg);
364 if (!base_port) {
368 base_port = atoi(p+1);
370 base_port = 44444;
  /external/u-boot/drivers/net/fm/
init.c 343 void set_sgmii_phy(struct mii_dev *bus, enum fm_port base_port,
356 for (i = base_port; i < base_port + port_num; i++) {
358 phy_real_addr = phy_base_addr + i - base_port;
  /external/u-boot/include/
fm_eth.h 202 void set_sgmii_phy(struct mii_dev *bus, enum fm_port base_port,

Completed in 84 milliseconds