Lines Matching refs:vuip
100 #define vuip volatile unsigned int * macro
117 return 0xff & *(vuip)((addr << 9) + EISA_VL82C106); in jensen_local_inb()
122 *(vuip)((addr << 9) + EISA_VL82C106) = b; in jensen_local_outb()
138 *(vuip)((addr << 7) + EISA_IO + 0x00) = b * 0x01010101; in jensen_bus_outb()
184 return *(vuip) ((addr << 7) + EISA_IO + 0x60); in jensen_inl()
196 *(vuip) ((addr << 7) + EISA_IO + 0x20) = b * 0x00010001; in jensen_outw()
203 *(vuip) ((addr << 7) + EISA_IO + 0x60) = b; in jensen_outl()
247 return *(vuip) ((addr << 7) + EISA_MEM + 0x60); in jensen_readl()
258 r0 = *(vuip) (addr); in jensen_readq()
259 r1 = *(vuip) (addr + (4 << 7)); in jensen_readq()
268 *(vuip) ((addr << 7) + EISA_MEM + 0x00) = b * 0x01010101; in jensen_writeb()
276 *(vuip) ((addr << 7) + EISA_MEM + 0x20) = b * 0x00010001; in jensen_writew()
284 *(vuip) ((addr << 7) + EISA_MEM + 0x60) = b; in jensen_writel()
293 *(vuip) (addr) = b; in jensen_writeq()
294 *(vuip) (addr + (4 << 7)) = b >> 32; in jensen_writeq()
344 #undef vuip