Searched refs:vrc4173_io_offset (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/include/asm-mips/vr41xx/ |
D | vrc4173.h | 46 extern unsigned long vrc4173_io_offset; 48 #define set_vrc4173_io_offset(offset) do { vrc4173_io_offset = (offset); } while (0) 50 #define vrc4173_outb(val,port) outb((val), vrc4173_io_offset+(port)) 51 #define vrc4173_outw(val,port) outw((val), vrc4173_io_offset+(port)) 52 #define vrc4173_outl(val,port) outl((val), vrc4173_io_offset+(port)) 53 #define vrc4173_outb_p(val,port) outb_p((val), vrc4173_io_offset+(port)) 54 #define vrc4173_outw_p(val,port) outw_p((val), vrc4173_io_offset+(port)) 55 #define vrc4173_outl_p(val,port) outl_p((val), vrc4173_io_offset+(port)) 57 #define vrc4173_inb(port) inb(vrc4173_io_offset+(port)) 58 #define vrc4173_inw(port) inw(vrc4173_io_offset+(port)) [all …]
|
/linux-2.4.37.9/arch/mips/vr41xx/common/ |
D | vrc4173.c | 29 EXPORT_SYMBOL(vrc4173_io_offset); 66 unsigned long vrc4173_io_offset = 0; variable
|