Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/smsc/
Dsmc91c92_cs.c123 #define MOT_UART 0x0020 macro
524 writeb(iouart & 0xff, smc->base + MOT_UART + CISREG_IOBASE_0); in mot_config()
525 writeb((iouart >> 8) & 0xff, smc->base + MOT_UART + CISREG_IOBASE_1); in mot_config()
526 writeb(MOT_NORMAL, smc->base + MOT_UART + CISREG_COR); in mot_config()
1443 cor = readb(smc->base + MOT_UART + CISREG_COR); in smc_interrupt()
1444 writeb(cor & ~COR_IREQ_ENA, smc->base + MOT_UART + CISREG_COR); in smc_interrupt()
1445 writeb(cor, smc->base + MOT_UART + CISREG_COR); in smc_interrupt()