Searched defs:moxa_boards (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/
H A Dmoxa.c118 } moxa_boards[MAX_BOARDS]; variable in typeref:struct:moxa_board_conf
321 p = moxa_boards[i].ports;
325 if (moxa_boards[i].ready) {
350 p = moxa_boards[i].ports;
355 if (!moxa_boards[i].ready) {
891 first_idx = (brd - moxa_boards) * MAX_PORTS_PER_BOARD;
934 first_idx = (brd - moxa_boards) * MAX_PORTS_PER_BOARD;
959 if (moxa_boards[i].basemem == NULL)
969 board = &moxa_boards[i];
1040 struct moxa_board_conf *brd = moxa_boards;
[all...]

Completed in 109 milliseconds