Lines Matching refs:bar0
139 void *bar0; member
217 writel ( window, phantom->bar0 + UNM_128M_CRB_WINDOW ); in phantom_crb_access_128m()
220 verify_window = readl ( phantom->bar0 + UNM_128M_CRB_WINDOW ); in phantom_crb_access_128m()
246 writel ( window, phantom->bar0 + UNM_32M_CRB_WINDOW ); in phantom_crb_access_32m()
249 verify_window = readl ( phantom->bar0 + UNM_32M_CRB_WINDOW ); in phantom_crb_access_32m()
300 writel ( window, phantom->bar0 + UNM_2M_CRB_WINDOW ); in phantom_crb_access_2m()
303 verify_window = readl ( phantom->bar0 + in phantom_crb_access_2m()
330 return readl ( phantom->bar0 + offset ); in phantom_readl()
345 writel ( value, phantom->bar0 + offset ); in phantom_writel()
1773 phantom->bar0 = ioremap ( bar0_start, bar0_size ); in phantom_map_crb()
1774 if ( ! phantom->bar0 ) { in phantom_map_crb()