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.cpp1492 uint8_t BlockNumber = 0x00; in phLibNfc_CalSectorAddress() local
1495 BlockNumber = *Sector_Address; in phLibNfc_CalSectorAddress()
1496 if (BlockNumber >= PHLIBNFC_MIFARESTD4K_BLK128) { in phLibNfc_CalSectorAddress()
1498 ((BlockNumber - PHLIBNFC_MIFARESTD4K_BLK128) / in phLibNfc_CalSectorAddress()
1501 *Sector_Address = BlockNumber / PHLIBNFC_NO_OF_BLKPERSECTOR; in phLibNfc_CalSectorAddress()
DphFriNfc_MifareStdMap.cpp33 static uint8_t phFriNfc_MifStd_H_GetSect(uint8_t BlockNumber);
1488 static uint8_t phFriNfc_MifStd_H_GetSect(uint8_t BlockNumber) { in phFriNfc_MifStd_H_GetSect() argument
1491 if (BlockNumber >= PH_FRINFC_MIFARESTD4K_BLK128) { in phFriNfc_MifStd_H_GetSect()
1493 ((BlockNumber - PH_FRINFC_MIFARESTD4K_BLK128) / in phFriNfc_MifStd_H_GetSect()
1496 SectorID = (BlockNumber / PH_FRINFC_MIFARESTD_BLK4); in phFriNfc_MifStd_H_GetSect()