Home
last modified time | relevance | path

Searched refs:mmio_outsw (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dusbdevice.h79 #define outsw(p,from,len) mmio_outsw(p,from,len)
96 #ifndef mmio_outsw
97 #define mmio_outsw(r,b,l) ({ int __i; \ macro