Home
last modified time | relevance | path

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

/external/u-boot/drivers/fpga/
Divm_core.c2376 unsigned char cBitState = 0; in ispVMBypass() local
2402 cBitState = 0; in ispVMBypass()
2408 cBitState = (unsigned char) (((cCurByte << iIndex % 8) & 0x80) in ispVMBypass()
2410 writePort(g_ucPinTDI, cBitState); in ispVMBypass()
2418 cBitState = (unsigned char) (((cCurByte << iIndex % 8) & 0x80) in ispVMBypass()
2420 writePort(g_ucPinTDI, cBitState); in ispVMBypass()
2535 unsigned char cBitState = 0; in ispVMSend() local
2541 cBitState = (unsigned char)(((cCurByte << iIndex % 8) & 0x80) in ispVMSend()
2543 writePort(g_ucPinTDI, cBitState); in ispVMSend()
2552 cBitState = (unsigned char) (((cCurByte << iIndex % 8) & 0x80) in ispVMSend()
[all …]