Lines Matching refs:DUART_BASE
20 unsigned char stat = __raw_readb(DUART_BASE + 0x14); in timer_interrupt()
25 __raw_writeb(0x90, DUART_BASE + 8); in timer_interrupt()
36 __raw_readb(DUART_BASE + 0x14); in timer_interrupt()
37 __raw_readb(DUART_BASE + 0x14); in timer_interrupt()
38 __raw_readb(DUART_BASE + 0x14); in timer_interrupt()
39 __raw_readb(DUART_BASE + 0x14); in timer_interrupt()
40 __raw_readb(DUART_BASE + 0x14); in timer_interrupt()
41 __raw_readb(DUART_BASE + 0x14); in timer_interrupt()
50 __raw_writeb(tick & 0xff, DUART_BASE + 0x1c); in setup_timer()
51 __raw_writeb(tick >> 8, DUART_BASE + 0x18); in setup_timer()
52 __raw_writeb(0x80, DUART_BASE + 8); in setup_timer()
53 __raw_writeb(0x10, DUART_BASE + 0x14); in setup_timer()