Lines Matching refs:bS_to_host
352 script[j] = bS_to_host(SCRIPT[j]); in NCR_700_detect()
356 script[LABELPATCHES[j]] = bS_to_host(pScript + SCRIPT[LABELPATCHES[j]]); in NCR_700_detect()
1022 slot->SG[0].ins = bS_to_host(SCRIPT_MOVE_DATA_IN | SCSI_SENSE_BUFFERSIZE); in process_script_interrupt()
1023 slot->SG[0].pAddr = bS_to_host(slot->dma_handle); in process_script_interrupt()
1024 slot->SG[1].ins = bS_to_host(SCRIPT_RETURN); in process_script_interrupt()
1625 slot->SG[SGcount].ins &= bS_to_host(0xff000000); in NCR_700_intr()
1626 slot->SG[SGcount].ins |= bS_to_host(data_transfer); in NCR_700_intr()
1634 slot->SG[SGcount].pAddr = bS_to_host(pAddr); in NCR_700_intr()
1638 slot->SG[i].ins = bS_to_host(SCRIPT_NOP); in NCR_700_intr()
1884 slot->SG[i].ins = bS_to_host(move_ins | count); in NCR_700_queuecommand_lck()
1887 slot->SG[i].pAddr = bS_to_host(vPtr); in NCR_700_queuecommand_lck()
1889 slot->SG[i].ins = bS_to_host(SCRIPT_RETURN); in NCR_700_queuecommand_lck()