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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/
H A Dsandpoint.c556 static unsigned long sandpoint_ide_regbase[MAX_HWIFS]; variable
567 sandpoint_ide_regbase[0]=pdev->resource[0].start;
568 sandpoint_ide_regbase[1]=pdev->resource[2].start;
584 if (base == sandpoint_ide_regbase[0])
586 else if (base == sandpoint_ide_regbase[1])
598 return sandpoint_ide_regbase[index];
613 if (data_port == sandpoint_ide_regbase[0]) {
617 else if (data_port == sandpoint_ide_regbase[1]) {

Completed in 13 milliseconds