Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nfc/pn533/
H A Dpn533.c710 struct pn533_target_type_a *tgt_type_a; in pn533_target_found_type_a() local
712 tgt_type_a = (struct pn533_target_type_a *)tgt_data; in pn533_target_found_type_a()
714 if (!pn533_target_type_a_is_valid(tgt_type_a, tgt_data_len)) in pn533_target_found_type_a()
717 switch (PN533_TYPE_A_SEL_PROT(tgt_type_a->sel_res)) { in pn533_target_found_type_a()
733 nfc_tgt->sens_res = be16_to_cpu(tgt_type_a->sens_res); in pn533_target_found_type_a()
734 nfc_tgt->sel_res = tgt_type_a->sel_res; in pn533_target_found_type_a()
735 nfc_tgt->nfcid1_len = tgt_type_a->nfcid_len; in pn533_target_found_type_a()
736 memcpy(nfc_tgt->nfcid1, tgt_type_a->nfcid_data, nfc_tgt->nfcid1_len); in pn533_target_found_type_a()