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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dinia100.c227 WORD wBIOS, wBASE; local
268 wBASE = (WORD) dRegValue;
274 wBIOS = ORC_RDWORD(wBASE, 0x50);
279 base = wBASE & PAGE_MASK;
280 page_offset = wBASE - base;
286 wBASE = ioremap(base, page_offset + 256);
287 if (wBASE) {
288 wBASE += page_offset;
292 if (Addinia100_into_Adapter_table(wBIOS, wBASE, bInterrupt, bPCIBusNum,
H A Di60uscsi.c697 int Addinia100_into_Adapter_table(WORD wBIOS, WORD wBASE, BYTE bInterrupt, argument
706 if (inia100_adpt[i].ADPT_BASE == wBASE) {
709 } else if (inia100_adpt[i].ADPT_BASE < wBASE)
719 inia100_adpt[i].ADPT_BASE = wBASE;
H A Di91uscsi.c475 int Addi91u_into_Adapter_table(WORD wBIOS, WORD wBASE, BYTE bInterrupt, argument
484 if (i91u_adpt[i].ADPT_BASE == wBASE) {
487 } else if (i91u_adpt[i].ADPT_BASE < wBASE)
497 i91u_adpt[i].ADPT_BASE = wBASE;

Completed in 48 milliseconds