Lines Matching defs:value
121 static void serial_out(struct uart_sunsu_port *up, int offset, int value)
134 value |= UART_MCR_OUT2;
141 outb(value, up->port.iobase + 1);
145 writeb(value, up->port.membase + offset);
149 outb(value, up->port.iobase + offset);
160 #define serial_outp(up, offset, value) serial_out(up, offset, value)
166 static void serial_icr_write(struct uart_sunsu_port *up, int offset, int value)
169 serial_out(up, UART_ICR, value);
175 unsigned int value;
179 value = serial_in(up, UART_ICR);
182 return value;