Searched refs:mmio_outsw (Results 1 – 1 of 1) sorted by relevance
79 #define outsw(p,from,len) mmio_outsw(p,from,len)96 #ifndef mmio_outsw97 #define mmio_outsw(r,b,l) ({ int __i; \ macro