Searched refs:to32bit (Results 1 – 1 of 1) sorted by relevance
140 #define to32bit(x) ((__u32)((unsigned long)(x))) macro1164 to32bit(&slot->pSG[0].ins)); in process_script_interrupt()1211 if(SG >= to32bit(&hostdata->slots[i].pSG[0]) in process_script_interrupt()1212 && SG <= to32bit(&hostdata->slots[i].pSG[NCR_700_SG_SEGMENTS])) in process_script_interrupt()1464 SGScriptStartAddress, to32bit(&slot->pSG[0].ins)); in NCR_700_start_command()1601 } else if(dsp >= to32bit(&slot->pSG[0].ins) && in NCR_700_intr()1602 dsp <= to32bit(&slot->pSG[NCR_700_SG_SEGMENTS].ins)) { in NCR_700_intr()1604 int SGcount = (dsp - to32bit(&slot->pSG[0].ins))/sizeof(struct NCR_700_SG_List); in NCR_700_intr()