Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/mipi_dsi/
Dmipi_dsi_define.h87 …unsigned short dataParam; /* data param,low 8 bit:1st param.high 8 bit:2nt param, set… member
Dmipi_tx_hi35xx.c890 short unsigned dataType, unsigned short dataParam) in MipiTxSendShortPacket() argument
896 genHdr.bits.gen_wc_lsbyte = (dataParam & 0xff); in MipiTxSendShortPacket()
897 genHdr.bits.gen_wc_msbyte = (dataParam & 0xff00) >> 8; /* height 8 bits */ in MipiTxSendShortPacket()
968 if (MipiTxSendShortPacket(0, getCmdInfo->dataType, getCmdInfo->dataParam) != HDF_SUCCESS) { in MipiTxDrvGetCmdInfo()
1260 cmdInfo.dataParam = cmd->payload[0]; in Hi35xxGetCmd()