Lines Matching defs:base
107 * @reg_base: register window base address
117 * @base: buffer's base pointer
118 * @base_addr: buffer's base address
145 void *base;
907 * This modifies msc::base, which requires msc::buf_mutex to serialize, so the
940 msc->base = page_address(page);
968 struct page *page = virt_to_page(msc->base + off);
990 return virt_to_page(msc->base + (pgoff << PAGE_SHIFT));
1071 * This modifies msc::win_list and msc::base, which requires msc::buf_mutex
1116 msc->base = msc_win_base(win);
1152 * This modifies msc::win_list and msc::base, which requires msc::buf_mutex
1161 msc->base = NULL;
1268 * This modifies msc::win_list and msc::base, which requires msc::buf_mutex to
1290 * This modifies msc::win_list and msc::base, which requires msc::buf_mutex
1482 if (copy_to_user(buf, msc->base + start, tocopy))
1493 if (copy_to_user(buf, msc->base + start, tocopy))
1502 if (copy_to_user(buf, msc->base + start, rem))
1708 msc->base = msc_win_base(msc->cur_win);
2117 void __iomem *base;
2124 base = devm_ioremap(dev, res->start, resource_size(res));
2125 if (!base)
2142 msc->reg_base = base + msc->index * 0x100;
2143 msc->msu_base = base;