Searched refs:page0 (Results 1 – 1 of 1) sorted by relevance
247 caddr_t page0; /* virtual addresses */ member264 lith->page0 = ioremap_nocache(baseaddr + LI_PAGE0_OFFSET, PAGE_SIZE); in li_create()267 if (!lith->page0 || !lith->page1 || !lith->page2) { in li_create()280 if (lith->page0) { in li_destroy()281 iounmap(lith->page0); in li_destroy()282 lith->page0 = NULL; in li_destroy()300 return * (volatile unsigned long *) (lith->page0 + off); in li_readl()305 return * (volatile unsigned char *) (lith->page0 + off); in li_readb()310 * (volatile unsigned long *) (lith->page0 + off) = val; in li_writel()315 * (volatile unsigned char *) (lith->page0 + off) = val; in li_writeb()