Home
last modified time | relevance | path

Searched refs:BAR0 (Results 1 – 3 of 3) sorted by relevance

/sound/pci/lola/
Dlola.c94 lola_writew(chip, BAR0, CORBWP, wp); in corb_send_verb()
115 wp = lola_readw(chip, BAR0, RIRBWP); in lola_update_rirb()
265 rbsts = lola_readb(chip, BAR0, RIRBSTS); in lola_interrupt()
268 lola_writeb(chip, BAR0, RIRBSTS, rbsts); in lola_interrupt()
269 rbsts = lola_readb(chip, BAR0, CORBSTS); in lola_interrupt()
272 lola_writeb(chip, BAR0, CORBSTS, rbsts); in lola_interrupt()
298 unsigned int gctl = lola_readl(chip, BAR0, GCTL); in reset_controller()
308 lola_writel(chip, BAR0, GCTL, LOLA_GCTL_RESET); in reset_controller()
312 gctl = lola_readl(chip, BAR0, GCTL); in reset_controller()
364 lola_writeb(chip, BAR0, RIRBCTL, 0); in setup_corb_rirb()
[all …]
Dlola_proc.c167 readl(chip->bar[BAR0].remap_addr + i)); in lola_proc_regs_read()
Dlola.h373 #define BAR0 0 macro