Searched refs:page_base (Results 1 - 10 of 10) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm/
H A Dati_pcigart.h97 u32 *pci_gart, page_base, bus_address = 0; local
146 page_base = (u32) entry->busaddr[i];
149 *pci_gart++ = cpu_to_le32( page_base );
150 page_base += ATI_PCIGART_PAGE_SIZE;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sunrpc/
H A Dxdr.c110 xdr->page_base = base;
136 xdr->page_base = base;
200 if (base || xdr->page_base) {
202 base += xdr->page_base;
243 if (base || xdr->page_base) {
245 base += xdr->page_base;
288 if (base || xdr->page_base) {
290 base += xdr->page_base;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/sunrpc/
H A Dxdr.h54 unsigned int page_base, /* Start of page data */ member in struct:xdr_buf
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/sunrpc/
H A Dxdr.h54 unsigned int page_base, /* Start of page data */ member in struct:xdr_buf
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dsym53c8xx_comm.h492 u_long page_base = ((u_long) base) & PAGE_MASK; local
493 u_long page_offs = ((u_long) base) - page_base;
494 u_long page_remapped = (u_long) ioremap(page_base, page_offs+size);
H A Dsym53c8xx.c689 u_long page_base = ((u_long) base) & PAGE_MASK; local
690 u_long page_offs = ((u_long) base) - page_base;
691 u_long page_remapped = (u_long) ioremap(page_base, page_offs+size);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Dcciss.c1086 ulong page_base = ((ulong) base) & PAGE_MASK; local
1087 ulong page_offs = ((ulong) base) - page_base;
1088 ulong page_remapped = (ulong) ioremap(page_base, page_offs+size);
H A Dcpqarray.c776 ulong page_base = ((ulong) base) & PAGE_MASK; local
777 ulong page_offs = ((ulong) base) - page_base;
778 void *page_remapped = ioremap(page_base, page_offs+size);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c225 u_long page_base = ((u_long) base) & PAGE_MASK; local
226 u_long page_offs = ((u_long) base) - page_base;
227 u_long page_remapped = (u_long) ioremap(page_base, page_offs+size);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfs/
H A Dnfs2xdr.c246 u32 end = page_offset(rcvbuf->pages[0]) + rcvbuf->page_base + count;

Completed in 132 milliseconds