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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/sh/
H A Dsiu_dai.c286 add = info->yram;
291 add = info->yram + (0x0200 / sizeof(u32));
296 add = info->yram + (0x0600 / sizeof(u32));
762 info->yram = ioremap(res->start + YRAM_OFFSET, YRAM_SIZE);
763 if (!info->yram)
790 iounmap(info->yram);
816 iounmap(info->yram);
H A Dsiu.h105 u32 __iomem *yram; member in struct:siu_info

Completed in 96 milliseconds