Home
last modified time | relevance | path

Searched refs:basemem (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/tty/
H A Dmoxa.c410 void __iomem *basemem; member
1225 iounmap(brd->basemem); in moxa_board_deinit()
1226 brd->basemem = NULL; in moxa_board_deinit()
1265 if (board->basemem == NULL) { in moxa_pci_probe()
1298 iounmap(board->basemem); in moxa_pci_probe()
1299 board->basemem = NULL; in moxa_pci_probe()
1375 if (!brd->basemem) { in moxa_init()
1381 iounmap(brd->basemem); in moxa_init()
1382 brd->basemem = NULL; in moxa_init()
2175 baseAddr = port->board->basemem; in MoxaPortWriteData()
[all …]