Lines Matching refs:value
121 static void serial_out(struct uart_sunsu_port *up, int offset, int value)
133 value |= UART_MCR_OUT2;
140 outb(value, up->port.iobase + 1);
144 writeb(value, up->port.membase + offset);
148 outb(value, up->port.iobase + offset);
159 #define serial_outp(up, offset, value) serial_out(up, offset, value)
165 static void serial_icr_write(struct uart_sunsu_port *up, int offset, int value)
168 serial_out(up, UART_ICR, value);
174 unsigned int value;
178 value = serial_in(up, UART_ICR);
181 return value;