Searched refs:WT_GMODE (Results 1 – 2 of 2) sorted by relevance
102 hwread(vortex->mmio, WT_GMODE(wt))); in vortex_wt_allocroute()111 hwread(vortex->mmio, WT_GMODE(wt))); in vortex_wt_allocroute()162 return hwread(vortex->mmio, WT_GMODE(wt));
25 #define WT_GMODE(bank) (((((bank)&1)<<0xd) + 0x04)<<2) /* 0x0010 */ macro