Searched refs:SET_TX_CHANNEL_FLAG (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/soc/qcom/ |
| D | smd.c | 305 #define SET_TX_CHANNEL_FLAG(channel, param, value) \ macro 363 SET_TX_CHANNEL_FLAG(channel, fDSR, 0); in qcom_smd_channel_reset() 364 SET_TX_CHANNEL_FLAG(channel, fCTS, 0); in qcom_smd_channel_reset() 365 SET_TX_CHANNEL_FLAG(channel, fCD, 0); in qcom_smd_channel_reset() 366 SET_TX_CHANNEL_FLAG(channel, fRI, 0); in qcom_smd_channel_reset() 367 SET_TX_CHANNEL_FLAG(channel, fHEAD, 0); in qcom_smd_channel_reset() 368 SET_TX_CHANNEL_FLAG(channel, fTAIL, 0); in qcom_smd_channel_reset() 369 SET_TX_CHANNEL_FLAG(channel, fSTATE, 1); in qcom_smd_channel_reset() 370 SET_TX_CHANNEL_FLAG(channel, fBLOCKREADINTR, 1); in qcom_smd_channel_reset() 408 SET_TX_CHANNEL_FLAG(channel, fDSR, is_open); in qcom_smd_channel_set_state() [all …]
|