Searched refs:checkDdrState (Results 1 – 3 of 3) sorted by relevance
1199 …bool checkDdrState = (type == kI3C_TypeI3CDdr) ? (masterState != kI3C_MasterStateDdr) … in I3C_MasterStartWithRxSize() local1200 …(masterState != kI3C_MasterStateIdle) && (masterState != kI3C_MasterStateNormAct) && checkDdrState) in I3C_MasterStartWithRxSize()1227 …bool checkDdrState = (type == kI3C_TypeI3CDdr) ? (masterState != kI3C_MasterStateDdr) … in I3C_MasterStart() local1228 …(masterState != kI3C_MasterStateIdle) && (masterState != kI3C_MasterStateNormAct) && checkDdrState) in I3C_MasterStart()1804 bool checkDdrState = false; in I3C_MasterTransferBlocking() local1808 …checkDdrState = (transfer->busType == kI3C_TypeI3CDdr) ? (masterState != kI3C_MasterStateDdr) : tr… in I3C_MasterTransferBlocking()1810 …(masterState != kI3C_MasterStateIdle) && (masterState != kI3C_MasterStateNormAct) && checkDdrState) in I3C_MasterTransferBlocking()2497 bool checkDdrState = false; in I3C_MasterTransferNonBlocking() local2506 …checkDdrState = (transfer->busType == kI3C_TypeI3CDdr) ? (masterState != kI3C_MasterStateDdr) : tr… in I3C_MasterTransferNonBlocking()2507 …(masterState != kI3C_MasterStateIdle) && (masterState != kI3C_MasterStateNormAct) && checkDdrState) in I3C_MasterTransferNonBlocking()
577 bool checkDdrState = false; in I3C_MasterTransferEDMA() local586 …checkDdrState = (transfer->busType == kI3C_TypeI3CDdr) ? (masterState != kI3C_MasterStateDdr) : tr… in I3C_MasterTransferEDMA()587 …(masterState != kI3C_MasterStateIdle) && (masterState != kI3C_MasterStateNormAct) && checkDdrState) in I3C_MasterTransferEDMA()
713 bool checkDdrState; in I3C_MasterTransferDMA() local723 …checkDdrState = (transfer->busType == kI3C_TypeI3CDdr) ? (masterState != kI3C_MasterStateDdr) : tr… in I3C_MasterTransferDMA()724 …(masterState != kI3C_MasterStateIdle) && (masterState != kI3C_MasterStateNormAct) && checkDdrState) in I3C_MasterTransferDMA()