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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/pcmcia/
H A Dsmc91c92_cs.c140 #define MOT_UART 0x0020 macro
652 writeb(iouart & 0xff, smc->base + MOT_UART + CISREG_IOBASE_0);
653 writeb((iouart >> 8) & 0xff, smc->base + MOT_UART + CISREG_IOBASE_1);
654 writeb(MOT_NORMAL, smc->base + MOT_UART + CISREG_COR);
1666 cor = readb(smc->base + MOT_UART + CISREG_COR);
1667 writeb(cor & ~COR_IREQ_ENA, smc->base + MOT_UART + CISREG_COR);
1668 writeb(cor, smc->base + MOT_UART + CISREG_COR);

Completed in 94 milliseconds