Home
last modified time | relevance | path

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

/sound/pci/lola/
Dlola.c107 lola_writew(chip, BAR0, CORBWP, wp); in corb_send_verb()
128 wp = lola_readw(chip, BAR0, RIRBWP); in lola_update_rirb()
278 rbsts = lola_readb(chip, BAR0, RIRBSTS); in lola_interrupt()
281 lola_writeb(chip, BAR0, RIRBSTS, rbsts); in lola_interrupt()
282 rbsts = lola_readb(chip, BAR0, CORBSTS); in lola_interrupt()
285 lola_writeb(chip, BAR0, CORBSTS, rbsts); in lola_interrupt()
311 unsigned int gctl = lola_readl(chip, BAR0, GCTL); in reset_controller()
321 lola_writel(chip, BAR0, GCTL, LOLA_GCTL_RESET); in reset_controller()
325 gctl = lola_readl(chip, BAR0, GCTL); in reset_controller()
377 lola_writeb(chip, BAR0, RIRBCTL, 0); in setup_corb_rirb()
[all …]
Dlola_proc.c180 readl(chip->bar[BAR0].remap_addr + i)); in lola_proc_regs_read()
Dlola.h386 #define BAR0 0 macro