Searched refs:base_port (Results 1 – 10 of 10) sorted by relevance
/linux-3.4.99/drivers/tty/ipwireless/ |
D | hardware.c | 229 unsigned int base_port; member 421 outw((unsigned short) length, hw->base_port + IODWR); in do_send_fragment() 430 outw(raw_data, hw->base_port + IODWR); in do_send_fragment() 433 outw(DCR_TXDONE, hw->base_port + IODCR); in do_send_fragment() 435 outw((unsigned short) length, hw->base_port); in do_send_fragment() 444 outw(raw_data, hw->base_port); in do_send_fragment() 447 outw((unsigned short) 0xDEAD, hw->base_port); in do_send_fragment() 527 outw(DCR_RXRESET, hw->base_port + IODCR); in ipw_setup_hardware() 529 outw(DCR_TXRESET, hw->base_port + IODCR); in ipw_setup_hardware() 532 outw(IER_TXENABLED | IER_RXENABLED, hw->base_port + IOIER); in ipw_setup_hardware() [all …]
|
D | hardware.h | 53 unsigned int base_port,
|
/linux-3.4.99/drivers/staging/comedi/drivers/ |
D | ni_65xx.c | 310 unsigned base_port; member 336 sprivate(s)->base_port + ni_65xx_port_by_channel(chan); in ni_65xx_config_filter() 378 port = sprivate(s)->base_port + in ni_65xx_dio_insn_config() 424 unsigned port = sprivate(s)->base_port + port_offset; in ni_65xx_dio_insn_bits() 694 sprivate(s)->base_port = 0; in ni_65xx_attach() 711 sprivate(s)->base_port = board(dev)->num_di_ports; in ni_65xx_attach() 729 sprivate(s)->base_port = 0; in ni_65xx_attach()
|
/linux-3.4.99/arch/ia64/pci/ |
D | pci.c | 173 unsigned long base, min, max, base_port; in add_io_space() local 201 base_port = IO_SPACE_BASE(space_nr); in add_io_space() 203 base_port + min, base_port + max); in add_io_space() 219 return base_port; in add_io_space()
|
/linux-3.4.99/arch/powerpc/kernel/ |
D | setup-common.c | 587 int check_legacy_ioport(unsigned long base_port) in check_legacy_ioport() argument 592 switch(base_port) { in check_legacy_ioport()
|
/linux-3.4.99/drivers/scsi/bfa/ |
D | bfad_drv.h | 157 struct bfad_port_s base_port; /* base port for vf */ member
|
D | bfad.c | 435 port_drv = &vf_drv->base_port; in bfa_fcb_lport_new() 468 ((vf_drv) ? (&(vf_drv)->base_port) : in bfa_fcb_lport_delete()
|
/linux-3.4.99/drivers/net/ethernet/ti/ |
D | tlan.c | 2909 static void tlan_mii_send_data(u16 base_port, u32 data, unsigned num_bits) in tlan_mii_send_data() argument 2917 outw(TLAN_NET_SIO, base_port + TLAN_DIO_ADR); in tlan_mii_send_data() 2918 sio = base_port + TLAN_DIO_DATA + TLAN_NET_SIO; in tlan_mii_send_data() 2951 static void tlan_mii_sync(u16 base_port) in tlan_mii_sync() argument 2956 outw(TLAN_NET_SIO, base_port + TLAN_DIO_ADR); in tlan_mii_sync() 2957 sio = base_port + TLAN_DIO_DATA + TLAN_NET_SIO; in tlan_mii_sync()
|
/linux-3.4.99/net/netfilter/ |
D | nf_conntrack_sip.c | 847 u_int16_t base_port; in set_expected_rtp_rtcp() local 903 base_port = ntohs(tuple.dst.u.udp.port) & ~1; in set_expected_rtp_rtcp() 904 rtp_port = htons(base_port); in set_expected_rtp_rtcp() 905 rtcp_port = htons(base_port + 1); in set_expected_rtp_rtcp()
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | io.h | 15 extern int check_legacy_ioport(unsigned long base_port);
|