Lines Matching refs:vuip
99 #define vuip volatile unsigned int * macro
115 return 0xff & *(vuip)((addr << 9) + EISA_VL82C106); in jensen_local_inb()
120 *(vuip)((addr << 9) + EISA_VL82C106) = b; in jensen_local_outb()
136 *(vuip)((addr << 7) + EISA_IO + 0x00) = b * 0x01010101; in jensen_bus_outb()
182 return *(vuip) ((addr << 7) + EISA_IO + 0x60); in jensen_inl()
188 *(vuip) ((addr << 7) + EISA_IO + 0x20) = b * 0x00010001; in jensen_outw()
195 *(vuip) ((addr << 7) + EISA_IO + 0x60) = b; in jensen_outl()
232 return *(vuip) ((addr << 7) + EISA_MEM + 0x60); in jensen_readl()
243 r0 = *(vuip) (addr); in jensen_readq()
244 r1 = *(vuip) (addr + (4 << 7)); in jensen_readq()
253 *(vuip) ((addr << 7) + EISA_MEM + 0x00) = b * 0x01010101; in jensen_writeb()
261 *(vuip) ((addr << 7) + EISA_MEM + 0x20) = b * 0x00010001; in jensen_writew()
269 *(vuip) ((addr << 7) + EISA_MEM + 0x60) = b; in jensen_writel()
278 *(vuip) (addr) = b; in jensen_writeq()
279 *(vuip) (addr + (4 << 7)) = b >> 32; in jensen_writeq()
328 #undef vuip