Searched refs:portbase (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Disa.c32 .procname = "portbase",
68 register_isa_ports(unsigned int membase, unsigned int portbase, unsigned int portshift) argument
71 isa_portbase = portbase;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/act2000/
H A Dact2000_isa.c26 act2000_isa_reset(unsigned short portbase) argument
34 if ((reg = inb(portbase + ISA_COR)) != 0xff) {
35 outb(reg | ISA_COR_RESET, portbase + ISA_COR);
37 outb(reg, portbase + ISA_COR);
41 if (inb(portbase + ISA_ISR) & ISA_ISR_SERIAL)
52 act2000_isa_detect(unsigned short portbase) argument
56 if (request_region(portbase, ACT2000_PORTLEN, "act2000isa")) {
57 ret = act2000_isa_reset(portbase);
58 release_region(portbase, ISA_REGION);
158 act2000_isa_config_port(act2000_card * card, unsigned short portbase) argument
[all...]
H A Dact2000_isa.h128 extern int act2000_isa_detect(unsigned short portbase);
130 extern int act2000_isa_config_port(act2000_card * card, unsigned short portbase);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Dazt3328.c198 unsigned long portbase = chip->mixer_port + reg + 1; local
203 oldval = inb(portbase);
208 outb(oldval, portbase);
214 unsigned long portbase = chip->mixer_port + reg; local
220 curr_vol_left = inb(portbase + 1);
224 curr_vol_right = inb(portbase + 0);
243 outb(curr_vol_left, portbase + 1);
256 outb(curr_vol_right, portbase + 0);
719 unsigned long flags, portbase; local
725 portbase
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/icn/
H A Dicn.c17 static int portbase = ICN_BASEADDR; variable
25 module_param(portbase, int, 0);
26 MODULE_PARM_DESC(portbase, "Port address of first card");
1609 portbase = ints[1];
1646 return (icn_addcard(portbase, icn_id, icn_id2));

Completed in 61 milliseconds