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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-cl7500/
H A Duncompress.h7 #define SERBASE (BASE + (0x2f8 << 2)) macro
11 while (!(*((volatile unsigned int *)(SERBASE + 0x14)) & 0x20))
14 *((volatile unsigned int *)(SERBASE)) = c;
25 *((volatile unsigned int *)(SERBASE + 0xC)) = 0x80;
26 *((volatile unsigned int *)(SERBASE + 0x0)) = baud & 0xff;
27 *((volatile unsigned int *)(SERBASE + 0x4)) = (baud & 0xff00) >> 8;
28 *((volatile unsigned int *)(SERBASE + 0xC)) = 3; /* 8 bits */
29 *((volatile unsigned int *)(SERBASE + 0x10)) = 3; /* DTR, RTS */

Completed in 30 milliseconds