Lines Matching refs:p
59 #define readsb(p,d,l) __raw_readsb(p,d,l) argument
60 #define readsw(p,d,l) __raw_readsw(p,d,l) argument
61 #define readsl(p,d,l) __raw_readsl(p,d,l) argument
63 #define writesb(p,d,l) __raw_writesb(p,d,l) argument
64 #define writesw(p,d,l) __raw_writesw(p,d,l) argument
65 #define writesl(p,d,l) __raw_writesl(p,d,l) argument
178 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ argument
180 static inline void pfx##out##bwlq##p(type val, unsigned long port) \
189 static inline type pfx##in##bwlq##p(unsigned long port) \
311 #define xlate_dev_mem_ptr(p) __va(p) argument
312 #define unxlate_dev_mem_ptr(p, v) do { } while (0) argument