Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
DphNxpExtns_MifareStd.cpp1494 uint8_t BlockNumber = 0x00; in phLibNfc_CalSectorAddress() local
1497 BlockNumber = *Sector_Address; in phLibNfc_CalSectorAddress()
1498 if (BlockNumber >= PHLIBNFC_MIFARESTD4K_BLK128) { in phLibNfc_CalSectorAddress()
1500 ((BlockNumber - PHLIBNFC_MIFARESTD4K_BLK128) / in phLibNfc_CalSectorAddress()
1503 *Sector_Address = BlockNumber / PHLIBNFC_NO_OF_BLKPERSECTOR; in phLibNfc_CalSectorAddress()
DphFriNfc_MifareStdMap.cpp33 static uint8_t phFriNfc_MifStd_H_GetSect(uint8_t BlockNumber);
1484 static uint8_t phFriNfc_MifStd_H_GetSect(uint8_t BlockNumber) { in phFriNfc_MifStd_H_GetSect() argument
1487 if (BlockNumber >= PH_FRINFC_MIFARESTD4K_BLK128) { in phFriNfc_MifStd_H_GetSect()
1489 ((BlockNumber - PH_FRINFC_MIFARESTD4K_BLK128) / in phFriNfc_MifStd_H_GetSect()
1492 SectorID = (BlockNumber / PH_FRINFC_MIFARESTD_BLK4); in phFriNfc_MifStd_H_GetSect()