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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A D53c700.h276 #define bS_to_host(x) (bSWAP ? cpu_to_le32(x) : (x)) macro
428 (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); \
H A D53c700.c354 script[j] = bS_to_host(SCRIPT[j]);
358 script[LABELPATCHES[j]] = bS_to_host(pScript + SCRIPT[LABELPATCHES[j]]);
1027 slot->SG[0].ins = bS_to_host(SCRIPT_MOVE_DATA_IN | SCSI_SENSE_BUFFERSIZE);
1028 slot->SG[0].pAddr = bS_to_host(slot->dma_handle);
1029 slot->SG[1].ins = bS_to_host(SCRIPT_RETURN);
1628 slot->SG[SGcount].ins &= bS_to_host(0xff000000);
1629 slot->SG[SGcount].ins |= bS_to_host(data_transfer);
1637 slot->SG[SGcount].pAddr = bS_to_host(pAddr);
1641 slot->SG[i].ins = bS_to_host(SCRIPT_NOP);
1867 slot->SG[i].ins = bS_to_host(move_in
[all...]

Completed in 36 milliseconds