Lines Matching refs:value
41 static inline void sOutB(unsigned short port, unsigned char value)
44 printk(KERN_DEBUG "sOutB(%x, %x)...\n", port, value);
46 outb_p(value, port);
49 static inline void sOutW(unsigned short port, unsigned short value)
52 printk(KERN_DEBUG "sOutW(%x, %x)...\n", port, value);
54 outw_p(value, port);
59 u32 value = get_unaligned_le32(p);
61 printk(KERN_DEBUG "out32(%x, %lx)...\n", port, value);
63 outl_p(value, port);
1077 Byte_t Ch; The value to set the Tx XOFF character to
1090 Byte_t Ch; The value to set the Tx XON character to