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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D8250_pci.c119 offset += idx * board->uart_offset;
122 offset += ((idx - 2) * board->uart_offset);
125 offset += ((idx - 4) * board->uart_offset);
128 offset += ((idx - 6) * board->uart_offset);
149 offset += (idx - 4) * board->uart_offset;
215 offset += idx * board->uart_offset;
378 offset += idx * board->uart_offset;
381 offset += idx * board->uart_offset + 0xC00;
605 offset = board->uart_offset;
612 offset = board->uart_offset;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A D8250_pci.h26 unsigned int uart_offset; member in struct:pciserial_board
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parport/
H A Dparport_serial.c196 .uart_offset = 8,
202 .uart_offset = 8,
208 .uart_offset = 8,
214 .uart_offset = 8,
220 .uart_offset = 8,
226 .uart_offset = 8,
232 .uart_offset = 8,
238 .uart_offset = 8,
244 .uart_offset = 8,
250 .uart_offset
[all...]

Completed in 113 milliseconds