Lines Matching refs:pfb
20 #define ST21NFCA_NFC_DEP_PFB_PNI(pfb) ((pfb) & 0x03) argument
21 #define ST21NFCA_NFC_DEP_PFB_TYPE(pfb) ((pfb) & 0xE0) argument
22 #define ST21NFCA_NFC_DEP_PFB_IS_TIMEOUT(pfb) \ argument
23 ((pfb) & ST21NFCA_NFC_DEP_PFB_TIMEOUT_BIT)
24 #define ST21NFCA_NFC_DEP_DID_BIT_SET(pfb) ((pfb) & 0x04) argument
25 #define ST21NFCA_NFC_DEP_NAD_BIT_SET(pfb) ((pfb) & 0x08) argument
28 #define ST21NFCA_NFC_DEP_PFB_IS_TIMEOUT(pfb) \ argument
29 ((pfb) & ST21NFCA_NFC_DEP_PFB_TIMEOUT_BIT)
105 u8 pfb; member
340 if (ST21NFCA_NFC_DEP_DID_BIT_SET(dep_req->pfb)) in st21nfca_tm_recv_dep_req()
342 if (ST21NFCA_NFC_DEP_NAD_BIT_SET(dep_req->pfb)) in st21nfca_tm_recv_dep_req()
351 switch (ST21NFCA_NFC_DEP_PFB_TYPE(dep_req->pfb)) { in st21nfca_tm_recv_dep_req()
354 ST21NFCA_NFC_DEP_PFB_PNI(dep_req->pfb); in st21nfca_tm_recv_dep_req()
600 if (ST21NFCA_NFC_DEP_DID_BIT_SET(dep_res->pfb)) in st21nfca_im_recv_dep_res_cb()
602 if (ST21NFCA_NFC_DEP_NAD_BIT_SET(dep_res->pfb)) in st21nfca_im_recv_dep_res_cb()
611 switch (ST21NFCA_NFC_DEP_PFB_TYPE(dep_res->pfb)) { in st21nfca_im_recv_dep_res_cb()
617 ST21NFCA_NFC_DEP_PFB_PNI(dep_res->pfb + 1); in st21nfca_im_recv_dep_res_cb()