Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/i2s/
Di2s_aiao_hi35xx.c73 value = Hi35xxI2sRegRead(i2sCfg->regBase + TX_BUFF_RPTR); in GetI2sAiaoTxInfo()
443 Hi35xxI2sRegWrite(value, i2sCfg->regBase + TX_BUFF_RPTR); in CfgSetTxBuffInfo()
456 Hi35xxI2sRegWrite(value, i2sCfg->regBase + TX_BUFF_RPTR); in CfgSetTxBuffInfo()
671 uint32_t txRptr = Hi35xxI2sRegRead(i2sCfg->regBase + TX_BUFF_RPTR); in UpdateTxBuffData()
Di2s_aiao_hi35xx.h183 #define TX_BUFF_RPTR 0x208C macro
Di2s_hi35xx.c52 {"TX_BUFF_RPTR", PLATFORM_DUMPER_REGISTERL, (void *)(configInfo->regBase + TX_BUFF_RPTR)}, in I2sDumperDump()