Home
last modified time | relevance | path

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

/hardware/st/nfc/st21nfc/hal/
Dhal_fd.h80 #define HW_ST54L 0x06 macro
Dhal_fd.cc240 mFWInfo->fileHwVersion = HW_ST54L; in hal_fd_init()
396 mFWInfo->chipHwVersion = HW_ST54L; in ft_cmd_HwReset()
410 (mFWInfo->chipHwVersion == HW_ST54L)) { in ft_cmd_HwReset()
852 if (mFWInfo->chipHwVersion == HW_ST54L) { in FwUpdateHandler()
/hardware/st/nfc/st21nfc/
Dhal_wrapper.cc277 if (((p_data[3] == 0x01) && (p_data[8] == HW_ST54L)) || in halWrapperDataCallback()