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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dpc300.h113 typedef __u32 uclong; /* 32 bits, unsigned */ typedef
169 #define cpc_writel(port,val) {writel((uclong)(val),(port)); mb();}
178 #define cpc_writel(port,val) (*(volatile uclong *)(port) = (uclong)(val))
182 #define cpc_readl(port) (*(volatile uclong *)(port))
194 uclong loc_addr_range[4]; /* 00-0Ch : Local Address Ranges */
195 uclong loc_rom_range; /* 10h : Local ROM Range */
196 uclong loc_addr_base[4]; /* 14-20h : Local Address Base Addrs */
197 uclong loc_rom_base; /* 24h : Local ROM Base */
198 uclong loc_bus_desc
[all...]
H A Dpc300_drv.c80 static int clock_rate_calc(uclong, uclong, int *);
81 static uclong detect_ram(pc300_t *);
106 cpc_writel(&ptdescr->next, (uclong) (DMA_TX_BD_BASE +
109 (uclong) (DMA_TX_BASE + (ch_factor + i) * BD_DEF_LEN));
136 cpc_writel(&ptdescr->next, (uclong) (DMA_RX_BD_BASE +
139 (uclong) (DMA_RX_BASE + (ch_factor + i) * BD_DEF_LEN));
189 uclong scabase = card->hw.scabase;
1800 volatile uclong status;
2620 static int clock_rate_calc(uclong rat
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcyclades.h159 typedef __u32 uclong; /* 32 bits, unsigned */ typedef

Completed in 46 milliseconds