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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A D53c700.c153 #define to32bit(x) ((__u32)((unsigned long)(x))) macro
1166 to32bit(&slot->pSG[0].ins));
1212 if(SG >= to32bit(&hostdata->slots[i].pSG[0])
1213 && SG <= to32bit(&hostdata->slots[i].pSG[NCR_700_SG_SEGMENTS]))
1470 SGScriptStartAddress, to32bit(&slot->pSG[0].ins));
1611 } else if(dsp >= to32bit(&slot->pSG[0].ins) &&
1612 dsp <= to32bit(&slot->pSG[NCR_700_SG_SEGMENTS].ins)) {
1614 int SGcount = (dsp - to32bit(&slot->pSG[0].ins))/sizeof(struct NCR_700_SG_List);

Completed in 108 milliseconds