Searched refs:base_port (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/pcmcia/ipwireless/
H A Dhardware.h53 unsigned int base_port,
H A Dhardware.c229 unsigned int base_port; member in struct:ipw_hardware
421 outw((unsigned short) length, hw->base_port + IODWR);
430 outw(raw_data, hw->base_port + IODWR);
433 outw(DCR_TXDONE, hw->base_port + IODCR);
435 outw((unsigned short) length, hw->base_port);
444 outw(raw_data, hw->base_port);
447 outw((unsigned short) 0xDEAD, hw->base_port);
527 outw(DCR_RXRESET, hw->base_port + IODCR);
529 outw(DCR_TXRESET, hw->base_port + IODCR);
532 outw(IER_TXENABLED | IER_RXENABLED, hw->base_port
1638 ipwireless_init_hardware_v1(struct ipw_hardware *hw, unsigned int base_port, void __iomem *attr_memory, void __iomem *common_memory, int is_v2_card, void (*reboot_callback) (void *data), void *reboot_callback_data) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsapenc.c74 int port = 9875, base_port = 5004, i, pos = 0, same_port = 0, ttl = 255; local
86 av_url_split(NULL, 0, NULL, 0, host, sizeof(host), &base_port,
88 if (base_port < 0)
89 base_port = 5004;
148 ff_url_join(url, sizeof(url), "rtp", NULL, host, base_port,
151 base_port += 2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dsapenc.c72 int port = 9875, base_port = 5004, i, pos = 0, same_port = 0, ttl = 255; local
83 av_url_split(NULL, 0, NULL, 0, host, sizeof(host), &base_port,
85 if (base_port < 0)
86 base_port = 5004;
145 ff_url_join(url, sizeof(url), "rtp", NULL, host, base_port,
148 base_port += 2;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dtracepath.c36 __u16 base_port; variable
105 slot = ntohs(addr.sin_port) - base_port;
235 target.sin_port = htons(base_port + hisptr);
307 base_port = atoi(p+1);
309 base_port = 44444;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/pci/
H A Dpci.c172 unsigned long base, min, max, base_port; local
200 base_port = IO_SPACE_BASE(space_nr);
202 base_port + min, base_port + max);
218 return base_port;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dni_65xx.c310 unsigned base_port; member in struct:ni_65xx_subdevice_private
336 sprivate(s)->base_port + ni_65xx_port_by_channel(chan);
378 port = sprivate(s)->base_port +
425 sprivate(s)->base_port + port_offset;
698 sprivate(s)->base_port = 0;
715 sprivate(s)->base_port = board(dev)->num_di_ports;
733 sprivate(s)->base_port = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dsetup-common.c572 int check_legacy_ioport(unsigned long base_port) argument
577 switch(base_port) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfad_drv.h135 struct bfad_port_s base_port; /* base port for vf */ member in struct:bfad_vf_s
H A Dbfad.c240 : ((vf_drv) ? (&(vf_drv)->base_port) : (&(bfad)->pport));
255 port_drv = &vf_drv->base_port;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dtlan.c2956 * base_port The base IO port of the adapter in
2968 static void TLan_MiiSendData( u16 base_port, u32 data, unsigned num_bits ) argument
2976 outw( TLAN_NET_SIO, base_port + TLAN_DIO_ADR );
2977 sio = base_port + TLAN_DIO_DATA + TLAN_NET_SIO;
3002 * base_port The base IO port of the adapter in
3010 static void TLan_MiiSync( u16 base_port )
3015 outw( TLAN_NET_SIO, base_port + TLAN_DIO_ADR );
3016 sio = base_port + TLAN_DIO_DATA + TLAN_NET_SIO;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_sip.c805 u_int16_t base_port; local
861 base_port = ntohs(tuple.dst.u.udp.port) & ~1;
862 rtp_port = htons(base_port);
863 rtcp_port = htons(base_port + 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dio.h13 extern int check_legacy_ioport(unsigned long base_port);

Completed in 182 milliseconds