sbus_readl 882 include/linux/fb.h #define fb_readl sbus_readl
sbus_readl 1637 sound/sparc/cs4231.c csr = sbus_readl(chip->port + APCCSR);
sbus_readl 1686 sound/sparc/cs4231.c csr = sbus_readl(base->regs + APCCSR);
sbus_readl 1714 sound/sparc/cs4231.c csr = sbus_readl(base->regs + APCCSR);
sbus_readl 1743 sound/sparc/cs4231.c csr = sbus_readl(base->regs + APCCSR);
sbus_readl 1765 sound/sparc/cs4231.c return sbus_readl(base->regs + base->dir + APCVA);
sbus_readl 639 sound/sparc/dbri.c while ((--maxloops) > 0 && (sbus_readl(dbri->regs + REG0) & D_P)) {
sbus_readl 663 sound/sparc/dbri.c else if (len < sbus_readl(dbri->regs + REG8) - dbri->dma_dvma)
sbus_readl 714 sound/sparc/dbri.c tmp = sbus_readl(dbri->regs + REG0);
sbus_readl 729 sound/sparc/dbri.c sbus_readl(dbri->regs + REG0),
sbus_readl 730 sound/sparc/dbri.c sbus_readl(dbri->regs + REG2),
sbus_readl 731 sound/sparc/dbri.c sbus_readl(dbri->regs + REG8), sbus_readl(dbri->regs + REG9));
sbus_readl 734 sound/sparc/dbri.c for (i = 0; (sbus_readl(dbri->regs + REG0) & D_R) && i < 64; i++)
sbus_readl 739 sound/sparc/dbri.c tmp = sbus_readl(dbri->regs + REG0);
sbus_readl 1435 sound/sparc/dbri.c tmp = sbus_readl(dbri->regs + REG0);
sbus_readl 1459 sound/sparc/dbri.c tmp = sbus_readl(dbri->regs + REG0);
sbus_readl 1512 sound/sparc/dbri.c tmp = sbus_readl(dbri->regs + REG0);
sbus_readl 1535 sound/sparc/dbri.c tmp = sbus_readl(dbri->regs + REG0);
sbus_readl 1633 sound/sparc/dbri.c u32 reg2 = sbus_readl(dbri->regs + REG2);
sbus_readl 1926 sound/sparc/dbri.c x = sbus_readl(dbri->regs + REG1);
sbus_readl 1958 sound/sparc/dbri.c tmp = sbus_readl(dbri->regs + REG0);
sbus_readl 2470 sound/sparc/dbri.c snd_iprintf(buffer, "REG0: 0x%x\n", sbus_readl(dbri->regs + REG0));
sbus_readl 2471 sound/sparc/dbri.c snd_iprintf(buffer, "REG2: 0x%x\n", sbus_readl(dbri->regs + REG2));
sbus_readl 2472 sound/sparc/dbri.c snd_iprintf(buffer, "REG8: 0x%x\n", sbus_readl(dbri->regs + REG8));
sbus_readl 2473 sound/sparc/dbri.c snd_iprintf(buffer, "REG9: 0x%x\n", sbus_readl(dbri->regs + REG9));