Searched refs:totalBtyesToReadMsb (Results 1 – 1 of 1) sorted by relevance
807 uint8_t FwdExtndLenIndication = 0, totalBtyesToReadMsb = 0; in phHbci_GetChipIdInfo() local826 totalBtyesToReadMsb = (hbciData[PHHBCI_MODE_LEN_MSB_OFFSET] & 0x0F); in phHbci_GetChipIdInfo()827 totalBtyesToRead = (hbciData[PHHBCI_MODE_LEN_LSB_OFFSET] | (totalBtyesToReadMsb << 8)); in phHbci_GetChipIdInfo()862 uint8_t FwdExtndLenIndication = 0,totalBtyesToReadMsb = 0; in phHbci_GetDeviceLcInfo() local882 totalBtyesToReadMsb = (hbciData[PHHBCI_MODE_LEN_MSB_OFFSET] & 0x0F); in phHbci_GetDeviceLcInfo()883 … totalBtyesToRead = (uint16_t)(hbciData[PHHBCI_MODE_LEN_LSB_OFFSET] | (totalBtyesToReadMsb << 8)); in phHbci_GetDeviceLcInfo()