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

/drivers/scsi/
H A D53c700.c153 #define to32bit(x) ((__u32)((unsigned long)(x))) macro
1154 to32bit(&slot->pSG[0].ins));
1201 if(SG >= to32bit(&hostdata->slots[i].pSG[0])
1202 && SG <= to32bit(&hostdata->slots[i].pSG[NCR_700_SG_SEGMENTS]))
1458 SGScriptStartAddress, to32bit(&slot->pSG[0].ins));
1599 } else if(dsp >= to32bit(&slot->pSG[0].ins) &&
1600 dsp <= to32bit(&slot->pSG[NCR_700_SG_SEGMENTS].ins)) {
1602 int SGcount = (dsp - to32bit(&slot->pSG[0].ins))/sizeof(struct NCR_700_SG_List);

Completed in 51 milliseconds