Home
last modified time | relevance | path

Searched refs:xd_bases (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/block/
Dxd.c114 static unsigned int xd_bases[] __initdata = variable
203 for (i = 0; i < (sizeof(xd_bases) / sizeof(xd_bases[0])) && !found; i++) in xd_detect()
205 …if (isa_check_signature(xd_bases[i] + xd_sigs[j].offset,xd_sigs[j].string,strlen(xd_sigs[j].string… in xd_detect()
208 *address = xd_bases[i]; in xd_detect()