Lines Matching refs:pfb
32 #define ST21NFCA_NFC_DEP_PFB_PNI(pfb) ((pfb) & 0x03) argument
33 #define ST21NFCA_NFC_DEP_PFB_TYPE(pfb) ((pfb) & 0xE0) argument
34 #define ST21NFCA_NFC_DEP_PFB_IS_TIMEOUT(pfb) \ argument
35 ((pfb) & ST21NFCA_NFC_DEP_PFB_TIMEOUT_BIT)
36 #define ST21NFCA_NFC_DEP_DID_BIT_SET(pfb) ((pfb) & 0x04) argument
37 #define ST21NFCA_NFC_DEP_NAD_BIT_SET(pfb) ((pfb) & 0x08) argument
40 #define ST21NFCA_NFC_DEP_PFB_IS_TIMEOUT(pfb) \ argument
41 ((pfb) & ST21NFCA_NFC_DEP_PFB_TIMEOUT_BIT)
117 u8 pfb; member
350 if (ST21NFCA_NFC_DEP_DID_BIT_SET(dep_req->pfb)) in st21nfca_tm_recv_dep_req()
352 if (ST21NFCA_NFC_DEP_NAD_BIT_SET(dep_req->pfb)) in st21nfca_tm_recv_dep_req()
361 switch (ST21NFCA_NFC_DEP_PFB_TYPE(dep_req->pfb)) { in st21nfca_tm_recv_dep_req()
364 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()