Home
last modified time | relevance | path

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

/open-nvidia-gpu/src/common/nvswitch/kernel/cci/
H A Dcci_nvswitch.c590 NvU32 chkcode; in cciSendCDBCommand() local
610 chkcode = cmd_msb + cmd_lsb + length; in cciSendCDBCommand()
617 chkcode += payload[i]; in cciSendCDBCommand()
620 chkcode = (~(chkcode & 0xff)) & 0xff; in cciSendCDBCommand()
644 temp[3] = chkcode; // cdb chkcode in cciSendCDBCommand()