Lines Matching defs:val
51 #define outb(val, port) out_8((u8 *)((port)+_IO_BASE), (val)) argument
54 #define outw(val, port) out_be16((u16 *)((port)+_IO_BASE), (val)) argument
56 #define outl(val, port) out_be32((u32 *)((port)+_IO_BASE), (val)) argument
59 #define outw(val, port) out_le16((u16 *)((port)+_IO_BASE), (val)) argument
61 #define outl(val, port) out_le32((u32 *)((port)+_IO_BASE), (val)) argument
65 #define outb_p(val, port) out_8((u8 *)((port)+_IO_BASE), (val)) argument
67 #define outw_p(val, port) out_le16((u16 *)((port)+_IO_BASE), (val)) argument
69 #define outl_p(val, port) out_le32((u32 *)((port)+_IO_BASE), (val)) argument
177 static inline void out_8(volatile unsigned char __iomem *addr, u8 val) in out_8()
206 static inline void out_le16(volatile unsigned short __iomem *addr, u16 val) in out_le16()
212 static inline void out_be16(volatile unsigned short __iomem *addr, u16 val) in out_be16()
238 static inline void out_le32(volatile unsigned __iomem *addr, u32 val) in out_le32()
244 static inline void out_be32(volatile unsigned __iomem *addr, u32 val) in out_be32()
294 #define writeb_be(val, addr) \ argument
296 #define writew_be(val, addr) \ argument
298 #define writel_be(val, addr) \ argument
300 #define writeq_be(val, addr) \ argument