Searched refs:port_high (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/shell/
H A Dcttyhack.c33 unsigned int port_high; member in struct:serial_struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dserial.h51 unsigned int port_high; member in struct:serial_struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_conntrack.c778 u_int16_t port_low, u_int16_t port_high)
780 if (port_high == 0 || port_low == port_high)
783 printf(" %s%s %u:%u", prefix, opt, port_low, port_high);
777 conntrack_dump_ports(const char *prefix, const char *opt, u_int16_t port_low, u_int16_t port_high) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/init/
H A Dinit.c254 unsigned int port_high; member in struct:serial_struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dcompat_ioctl.c2068 unsigned int port_high; member in struct:serial_struct32
2092 __get_user(ss.port_high, &ss32->port_high))
2108 __put_user(ss.port_high, &ss32->port_high))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/4xx_io/
H A Dserial_sicc.c1067 tmp.port_high = port->uart_base >> HIGH_BITS_OFFSET;
1100 new_port += (unsigned long) new_serial.port_high << HIGH_BITS_OFFSET;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dserial_core.c616 tmp.port_high = (long) port->iobase >> HIGH_BITS_OFFSET;
652 new_port += (unsigned long) new_serial.port_high << HIGH_BITS_OFFSET;
H A Dserial_txx9.c754 new_port += (unsigned long)ser->port_high << HIGH_BITS_OFFSET;

Completed in 178 milliseconds