Lines Matching defs:val
85 #define EEH_POSSIBLE_IO_ERROR(val, type) \ argument
87 #define EEH_POSSIBLE_ERROR(addr, vaddr, val, type) \ argument
106 u8 val = in_8(vaddr); in eeh_readb() local
111 static inline void eeh_writeb(u8 val, void *addr) { in eeh_writeb()
117 u16 val = in_le16(vaddr); in eeh_readw() local
122 static inline void eeh_writew(u16 val, void *addr) { in eeh_writew()
128 u16 val = in_be16(vaddr); in eeh_raw_readw() local
133 static inline void eeh_raw_writew(u16 val, void *addr) { in eeh_raw_writew()
139 u32 val = in_le32(vaddr); in eeh_readl() local
144 static inline void eeh_writel(u32 val, void *addr) { in eeh_writel()
150 u32 val = in_be32(vaddr); in eeh_raw_readl() local
155 static inline void eeh_raw_writel(u32 val, void *addr) { in eeh_raw_writel()
182 u8 val; in eeh_inb() local
191 static inline void eeh_outb(u8 val, unsigned long port) { in eeh_outb()
197 u16 val; in eeh_inw() local
206 static inline void eeh_outw(u16 val, unsigned long port) { in eeh_outw()
212 u32 val; in eeh_inl() local
221 static inline void eeh_outl(u32 val, unsigned long port) { in eeh_outl()