Searched refs:bS_to_host (Results 1 – 2 of 2) sorted by relevance
276 #define bS_to_host(x) (bSWAP ? cpu_to_le32(x) : (x)) macro428 (script)[A_##symbol##_used[i]] = bS_to_host(val); \439 (script)[A_##symbol##_used[i]] = bS_to_host(value); \454 (script)[A_##symbol##_used[i]] = bS_to_host(val); \468 (script)[A_##symbol##_used[i]] = bS_to_host(val); \
353 script[j] = bS_to_host(SCRIPT[j]); in NCR_700_detect()357 script[LABELPATCHES[j]] = bS_to_host(pScript + SCRIPT[LABELPATCHES[j]]); in NCR_700_detect()1026 slot->SG[0].ins = bS_to_host(SCRIPT_MOVE_DATA_IN | SCSI_SENSE_BUFFERSIZE); in process_script_interrupt()1027 slot->SG[0].pAddr = bS_to_host(slot->dma_handle); in process_script_interrupt()1028 slot->SG[1].ins = bS_to_host(SCRIPT_RETURN); in process_script_interrupt()1629 slot->SG[SGcount].ins &= bS_to_host(0xff000000); in NCR_700_intr()1630 slot->SG[SGcount].ins |= bS_to_host(data_transfer); in NCR_700_intr()1638 slot->SG[SGcount].pAddr = bS_to_host(pAddr); in NCR_700_intr()1642 slot->SG[i].ins = bS_to_host(SCRIPT_NOP); in NCR_700_intr()1888 slot->SG[i].ins = bS_to_host(move_ins | count); in NCR_700_queuecommand_lck()[all …]