Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/snxxx/libese-spi/p73/pal/spi/
DEseSpiTransport.cpp52 static int rf_status; variable
103 rf_status = inpOutData->inp.data.nxpCmd.p_cmd[0]; in phNxpEse_spiIoctl()
104 if (rf_status == 1) { in phNxpEse_spiIoctl()
141 rf_status = inpOutData->inp.data.nxpCmd.p_cmd[0]; in phNxpEse_spiIoctl_legacy()
142 if (rf_status == 1) { in phNxpEse_spiIoctl_legacy()
300 if (rf_status == 0) { in Write()
313 NXP_LOG_ESE_D("rf_status value is %d", rf_status); in Write()
314 if ((errno == EINTR || errno == EAGAIN || rf_status == 1) && in Write()
/hardware/nxp/secure_element/pn8x/libese-spi/p73/pal/spi/
DphNxpEsePal_spi.cpp51 static int rf_status; variable
98 rf_status = inpOutData->inp.data.nxpCmd.p_cmd[0]; in phNxpEse_spiIoctl()
99 if (rf_status == 1) { in phNxpEse_spiIoctl()
245 if (rf_status != RF_ON) { in phPalEse_spi_write()
259 if (rf_status == RF_ON) { in phPalEse_spi_write()