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

/linux-master/arch/arm/kernel/
H A Disa.c27 .procname = "portbase",
44 register_isa_ports(unsigned int membase, unsigned int portbase, unsigned int portshift) argument
47 isa_portbase = portbase;
/linux-master/sound/pci/
H A Dazt3328.c458 unsigned long portbase = chip->mixer_io + reg + 1; local
463 updated = snd_azf3328_io_reg_setb(portbase, AZF_MUTE_BIT, do_mute);
792 unsigned long portbase = chip->mixer_io + reg; local
797 curr_vol_left = inb(portbase + 1);
809 curr_vol_right = inb(portbase + 0);
818 outb(curr_vol_left, portbase + 1);
829 outb(curr_vol_right, portbase + 0);

Completed in 136 milliseconds