Searched refs:DUART_BASE (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/include/asm-arm/arch-nexuspci/ |
D | time.h | 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() [all …]
|
D | hardware.h | 37 #define DUART_BASE 0xe0000000 macro
|
/linux-2.4.37.9/arch/arm/mm/ |
D | mm-ftvpci.c | 24 { DUART_BASE, DUART_START, 0x00001000, DOMAIN_IO, 0, 1, 0, 0 },
|