Home
last modified time | relevance | path

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

/openbmc/slpd-lite/
H A Dslp_message_handler.cpp115 uint32_t totalLength = in processSrvTypeRequest() local
120 if (totalLength > slp::MAX_LEN) in processSrvTypeRequest()
123 << totalLength << " / " << slp::MAX_LEN << std::endl; in processSrvTypeRequest()
233 uint32_t totalLength = in processSrvRequest() local
235 if (totalLength > slp::MAX_LEN) in processSrvRequest()
238 << totalLength << " / " << slp::MAX_LEN << std::endl; in processSrvRequest()
/openbmc/linux/drivers/media/pci/smipcie/
H A Dsmipcie-main.c774 u32 totalLength = 0, dmaMemPtrLow, dmaMemPtrHi, dmaCtlReg; in smi_config_DMA() local
783 totalLength = SMI_TS_DMA_BUF_SIZE; in smi_config_DMA()
787 dmaCtlReg = (totalLength) | (tlpTransUnit << 22) | (tlpTc << 25) in smi_config_DMA()
798 totalLength = SMI_TS_DMA_BUF_SIZE; in smi_config_DMA()
802 dmaCtlReg = (totalLength) | (tlpTransUnit << 22) | (tlpTc << 25) in smi_config_DMA()