Home
last modified time | relevance | path

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

/u-boot/drivers/fpga/
A Divm_core.c2377 unsigned char cBitState = 0; in ispVMBypass() local
2403 cBitState = 0; in ispVMBypass()
2409 cBitState = (unsigned char) (((cCurByte << iIndex % 8) & 0x80) in ispVMBypass()
2411 writePort(g_ucPinTDI, cBitState); in ispVMBypass()
2419 cBitState = (unsigned char) (((cCurByte << iIndex % 8) & 0x80) in ispVMBypass()
2421 writePort(g_ucPinTDI, cBitState); in ispVMBypass()
2536 unsigned char cBitState = 0; in ispVMSend() local
2542 cBitState = (unsigned char)(((cCurByte << iIndex % 8) & 0x80) in ispVMSend()
2544 writePort(g_ucPinTDI, cBitState); in ispVMSend()
2553 cBitState = (unsigned char) (((cCurByte << iIndex % 8) & 0x80) in ispVMSend()
[all …]

Completed in 7 milliseconds