Searched refs:uart_offset (Results 1 – 2 of 2) sorted by relevance
201 offset += idx * board->uart_offset; in addidata_apci7800_setup()204 offset += ((idx - 2) * board->uart_offset); in addidata_apci7800_setup()207 offset += ((idx - 4) * board->uart_offset); in addidata_apci7800_setup()210 offset += ((idx - 6) * board->uart_offset); in addidata_apci7800_setup()231 offset += (idx - 4) * board->uart_offset; in afavlab_setup()297 offset += idx * board->uart_offset; in pci_hp_diva_setup()454 offset += idx * board->uart_offset; in sbs_setup()457 offset += idx * board->uart_offset + 0xC00; in sbs_setup()703 offset = board->uart_offset; in pci_timedia_setup()710 offset = board->uart_offset; in pci_timedia_setup()[all …]
27 unsigned int uart_offset; member