portbase           60 arch/arm/kernel/isa.c register_isa_ports(unsigned int membase, unsigned int portbase, unsigned int portshift)
portbase           63 arch/arm/kernel/isa.c 	isa_portbase = portbase;
portbase          470 sound/pci/azt3328.c 	unsigned long portbase = chip->mixer_io + reg + 1;
portbase          475 sound/pci/azt3328.c 	updated = snd_azf3328_io_reg_setb(portbase, AZF_MUTE_BIT, do_mute);
portbase          804 sound/pci/azt3328.c 	unsigned long portbase = chip->mixer_io + reg;
portbase          809 sound/pci/azt3328.c 		curr_vol_left  = inb(portbase + 1);
portbase          821 sound/pci/azt3328.c 		curr_vol_right = inb(portbase + 0);
portbase          830 sound/pci/azt3328.c 				outb(curr_vol_left, portbase + 1);
portbase          841 sound/pci/azt3328.c 				outb(curr_vol_right, portbase + 0);