Lines Matching refs:vuip
100 #define vuip volatile unsigned int * macro
116 return 0xff & *(vuip)((addr << 9) + EISA_VL82C106); in jensen_local_inb()
121 *(vuip)((addr << 9) + EISA_VL82C106) = b; in jensen_local_outb()
137 *(vuip)((addr << 7) + EISA_IO + 0x00) = b * 0x01010101; in jensen_bus_outb()
183 return *(vuip) ((addr << 7) + EISA_IO + 0x60); in jensen_inl()
189 *(vuip) ((addr << 7) + EISA_IO + 0x20) = b * 0x00010001; in jensen_outw()
196 *(vuip) ((addr << 7) + EISA_IO + 0x60) = b; in jensen_outl()
233 return *(vuip) ((addr << 7) + EISA_MEM + 0x60); in jensen_readl()
244 r0 = *(vuip) (addr); in jensen_readq()
245 r1 = *(vuip) (addr + (4 << 7)); in jensen_readq()
254 *(vuip) ((addr << 7) + EISA_MEM + 0x00) = b * 0x01010101; in jensen_writeb()
262 *(vuip) ((addr << 7) + EISA_MEM + 0x20) = b * 0x00010001; in jensen_writew()
270 *(vuip) ((addr << 7) + EISA_MEM + 0x60) = b; in jensen_writel()
279 *(vuip) (addr) = b; in jensen_writeq()
280 *(vuip) (addr + (4 << 7)) = b >> 32; in jensen_writeq()
329 #undef vuip