Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/fpga/
H A Divm_core.c624 unsigned char ucState = 0; in ispVMCode() local
664 ucState = GetByte(); in ispVMCode()
672 (ucState == DRPAUSE) && in ispVMCode()
673 (g_cCurrentJTAGState == ucState)) { in ispVMCode()
677 ispVMStateMachine(ucState); in ispVMCode()
681 debug("LDELAY %s ", GetState(ucState)); in ispVMCode()
683 debug("STATE %s;\n", GetState(ucState)); in ispVMCode()
1067 ucState = GetByte(); in ispVMCode()
1068 if ((ucState == ON) || (ucState == 0x01)) in ispVMCode()
1076 ucState = GetByte(); in ispVMCode()
[all …]
/openbmc/linux/drivers/scsi/
H A Dips.h693 uint8_t ucState; member
708 uint8_t ucState; member
H A Dips.c3717 if (ha->conf->dev[scb->bus - 1][scb->target_id].ucState == 0) { in ips_send_cmd()