Lines Matching refs:pfb
31 #define ST21NFCA_NFC_DEP_PFB_PNI(pfb) ((pfb) & 0x03) argument
32 #define ST21NFCA_NFC_DEP_PFB_TYPE(pfb) ((pfb) & 0xE0) argument
33 #define ST21NFCA_NFC_DEP_PFB_IS_TIMEOUT(pfb) \ argument
34 ((pfb) & ST21NFCA_NFC_DEP_PFB_TIMEOUT_BIT)
35 #define ST21NFCA_NFC_DEP_DID_BIT_SET(pfb) ((pfb) & 0x04) argument
36 #define ST21NFCA_NFC_DEP_NAD_BIT_SET(pfb) ((pfb) & 0x08) argument
39 #define ST21NFCA_NFC_DEP_PFB_IS_TIMEOUT(pfb) \ argument
40 ((pfb) & ST21NFCA_NFC_DEP_PFB_TIMEOUT_BIT)
116 u8 pfb; member
349 if (ST21NFCA_NFC_DEP_DID_BIT_SET(dep_req->pfb)) in st21nfca_tm_recv_dep_req()
351 if (ST21NFCA_NFC_DEP_NAD_BIT_SET(dep_req->pfb)) in st21nfca_tm_recv_dep_req()
360 switch (ST21NFCA_NFC_DEP_PFB_TYPE(dep_req->pfb)) { in st21nfca_tm_recv_dep_req()
363 ST21NFCA_NFC_DEP_PFB_PNI(dep_req->pfb); in st21nfca_tm_recv_dep_req()
608 if (ST21NFCA_NFC_DEP_DID_BIT_SET(dep_res->pfb)) in st21nfca_im_recv_dep_res_cb()
610 if (ST21NFCA_NFC_DEP_NAD_BIT_SET(dep_res->pfb)) in st21nfca_im_recv_dep_res_cb()
619 switch (ST21NFCA_NFC_DEP_PFB_TYPE(dep_res->pfb)) { in st21nfca_im_recv_dep_res_cb()
624 ST21NFCA_NFC_DEP_PFB_PNI(dep_res->pfb + 1); in st21nfca_im_recv_dep_res_cb()