Searched refs:uart_offset (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/parport/
H A Dparport_serial.c336 .uart_offset = 8,
342 .uart_offset = 8,
348 .uart_offset = 8,
354 .uart_offset = 8,
360 .uart_offset = 8,
366 .uart_offset = 8,
372 .uart_offset = 8,
378 .uart_offset = 8,
384 .uart_offset = 8,
390 .uart_offset
[all...]
/linux-master/include/linux/
H A D8250_pci.h27 unsigned int uart_offset; member in struct:pciserial_board
/linux-master/drivers/tty/serial/8250/
H A D8250_pci.c188 offset += idx * board->uart_offset;
191 offset += ((idx - 2) * board->uart_offset);
194 offset += ((idx - 4) * board->uart_offset);
197 offset += ((idx - 6) * board->uart_offset);
218 offset += (idx - 4) * board->uart_offset;
284 offset += idx * board->uart_offset;
441 offset += idx * board->uart_offset;
444 offset += idx * board->uart_offset + 0xC00;
690 offset = board->uart_offset;
697 offset = board->uart_offset;
[all...]

Completed in 138 milliseconds