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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/au1000/common/
H A Ddbg_io.c7 #define DEBUG_BASE UART_DEBUG_BASE macro
51 #define UART16550_READ(y) (au_readl(DEBUG_BASE + y) & 0xff)
52 #define UART16550_WRITE(y,z) (au_writel(z&0xff, DEBUG_BASE + y))

Completed in 63 milliseconds