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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/bcm63xx/
H A Ddev-enet.c16 static struct resource shared_res[] = { variable in typeref:struct:resource
27 .num_resources = ARRAY_SIZE(shared_res),
28 .resource = shared_res,
111 shared_res[0].start = bcm63xx_regset_address(RSET_ENETDMA);
112 shared_res[0].end = shared_res[0].start;
114 shared_res[0].end += (RSET_ENETDMA_SIZE / 2) - 1;
116 shared_res[0].end += (RSET_ENETDMA_SIZE) - 1;

Completed in 208 milliseconds