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