Searched refs:SET_TX_CHANNEL_FLAG (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/rpmsg/ |
H A D | qcom_smd.c | 393 SET_TX_CHANNEL_FLAG(channel, fDSR, 0); in qcom_smd_channel_reset() 394 SET_TX_CHANNEL_FLAG(channel, fCTS, 0); in qcom_smd_channel_reset() 395 SET_TX_CHANNEL_FLAG(channel, fCD, 0); in qcom_smd_channel_reset() 396 SET_TX_CHANNEL_FLAG(channel, fRI, 0); in qcom_smd_channel_reset() 397 SET_TX_CHANNEL_FLAG(channel, fHEAD, 0); in qcom_smd_channel_reset() 398 SET_TX_CHANNEL_FLAG(channel, fTAIL, 0); in qcom_smd_channel_reset() 399 SET_TX_CHANNEL_FLAG(channel, fSTATE, 1); in qcom_smd_channel_reset() 454 SET_TX_CHANNEL_FLAG(channel, fCD, is_open); in qcom_smd_channel_set_state() 457 SET_TX_CHANNEL_FLAG(channel, fSTATE, 1); in qcom_smd_channel_set_state() 794 SET_TX_CHANNEL_FLAG(channel, fTAIL, 0); in __qcom_smd_send() [all …]
|