Home
last modified time | relevance | path

Searched refs:iIndex (Results 1 – 1 of 1) sorted by relevance

/u-boot/drivers/fpga/
A Divm_core.c2375 unsigned short iIndex = 0; in ispVMBypass() local
2404 for (iIndex = 0; iIndex < Bits - 1; iIndex++) { in ispVMBypass()
2406 if (iIndex % 8 == 0) { in ispVMBypass()
2415 if (iIndex % 8 == 0) { in ispVMBypass()
2419 cBitState = (unsigned char) (((cCurByte << iIndex % 8) & 0x80) in ispVMBypass()
2533 unsigned short iIndex = 0; in ispVMSend() local
2538 for (iIndex = 0; iIndex < a_usiDataSize - 1; iIndex++) { in ispVMSend()
2539 if (iIndex % 8 == 0) { in ispVMSend()
2542 cBitState = (unsigned char)(((cCurByte << iIndex % 8) & 0x80) in ispVMSend()
2548 if (iIndex % 8 == 0) { in ispVMSend()
[all …]

Completed in 6 milliseconds