OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wFwVerRsp
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/halimpl/pn54x/hal/
phNxpNciHal_ext.c
51
extern uint32_t
wFwVerRsp
;
354
wFwVerRsp
= (((uint32_t)p_ntf[len - 2])<< 16U)|(((uint32_t)p_ntf[len - 1])<< 8U)|p_ntf[len];
355
if(
wFwVerRsp
== 0)
900
else if ((
wFwVerRsp
& 0x0000FFFF) == wFwVer)
phNxpNciHal.c
53
uint32_t
wFwVerRsp
;
360
else if (
wFwVerRsp
== 0)
601
NXPLOG_NCIHAL_D ("FW version from device = 0x%x",
wFwVerRsp
);
602
if ((
wFwVerRsp
& 0x0000FFFF) == wFwVer)
610
if (
wFwVerRsp
== 0)
655
if (
wFwVerRsp
== 0)
[
all
...]
Completed in 446 milliseconds