• Home
  • Raw
  • Download

Lines Matching refs:reg_value

99                               uint8_t                 *reg_value,
1263 uint8_t *reg_value, in phHciNfc_NfcIP_InfoUpdate() argument
1283 HCI_PRINT_BUFFER("\tNFCIP ATR_RES", reg_value, reg_length); in phHciNfc_NfcIP_InfoUpdate()
1289 (void *)reg_value, in phHciNfc_NfcIP_InfoUpdate()
1293 (void *)reg_value, in phHciNfc_NfcIP_InfoUpdate()
1303 (void *)reg_value, in phHciNfc_NfcIP_InfoUpdate()
1316 if (sizeof(*reg_value) == reg_length) in phHciNfc_NfcIP_InfoUpdate()
1318 && (*reg_value <= NFCIP_STATUS_MAX_VALUE)) in phHciNfc_NfcIP_InfoUpdate()
1321 HCI_PRINT_BUFFER("\tNFCIP STATUS", reg_value, reg_length); in phHciNfc_NfcIP_InfoUpdate()
1322 p_nfcipinfo->linkstatus = *reg_value; in phHciNfc_NfcIP_InfoUpdate()
1335 HCI_PRINT_BUFFER("\tNFCIP NFCID3I", reg_value, reg_length); in phHciNfc_NfcIP_InfoUpdate()
1339 (void *)reg_value, in phHciNfc_NfcIP_InfoUpdate()
1342 (void *)reg_value, in phHciNfc_NfcIP_InfoUpdate()
1353 (void *)reg_value, in phHciNfc_NfcIP_InfoUpdate()
1368 HCI_PRINT_BUFFER("\tNFCIP NFCID3T", reg_value, reg_length); in phHciNfc_NfcIP_InfoUpdate()
1372 (void *)reg_value, in phHciNfc_NfcIP_InfoUpdate()
1375 (void *)reg_value, in phHciNfc_NfcIP_InfoUpdate()
1386 (void *)reg_value, in phHciNfc_NfcIP_InfoUpdate()
1399 if (sizeof(*reg_value) == reg_length) in phHciNfc_NfcIP_InfoUpdate()
1401 HCI_PRINT_BUFFER("\tNFCIP PARAMS", reg_value, reg_length); in phHciNfc_NfcIP_InfoUpdate()
1403 ((*reg_value >> NFCIP_COMM_INITIATOR_SHIFT) in phHciNfc_NfcIP_InfoUpdate()
1419 (*reg_value & NFCIP_COMM_FACTOR); in phHciNfc_NfcIP_InfoUpdate()
1433 p_nfcipinfo->max_frame_len = NFCIP_DATA_RATE_CALC(*reg_value); in phHciNfc_NfcIP_InfoUpdate()
1465 if (sizeof(*reg_value) == reg_length) in phHciNfc_NfcIP_InfoUpdate()
1467 HCI_PRINT_BUFFER("\tNFCIP MODE", reg_value, reg_length); in phHciNfc_NfcIP_InfoUpdate()
1468 p_nfcipinfo->nfcip_mode = *reg_value; in phHciNfc_NfcIP_InfoUpdate()
1481 HCI_PRINT_BUFFER("\tNFCIP ATR_REQ", reg_value, reg_length); in phHciNfc_NfcIP_InfoUpdate()
1485 (void *)reg_value, in phHciNfc_NfcIP_InfoUpdate()
1488 (void *)reg_value, in phHciNfc_NfcIP_InfoUpdate()
1498 (void *)reg_value, in phHciNfc_NfcIP_InfoUpdate()
1511 if (sizeof(*reg_value) == reg_length) in phHciNfc_NfcIP_InfoUpdate()
1513 HCI_PRINT_BUFFER("\tNFCIP PSL1", reg_value, reg_length); in phHciNfc_NfcIP_InfoUpdate()
1514 p_nfcipinfo->psl1 = *reg_value; in phHciNfc_NfcIP_InfoUpdate()
1525 if (sizeof(*reg_value) == reg_length) in phHciNfc_NfcIP_InfoUpdate()
1527 HCI_PRINT_BUFFER("\tNFCIP PSL2", reg_value, reg_length); in phHciNfc_NfcIP_InfoUpdate()
1528 p_nfcipinfo->psl2 = *reg_value; in phHciNfc_NfcIP_InfoUpdate()
1539 if (sizeof(*reg_value) == reg_length) in phHciNfc_NfcIP_InfoUpdate()
1541 HCI_PRINT_BUFFER("\tNFCIP DID", reg_value, reg_length); in phHciNfc_NfcIP_InfoUpdate()
1542 p_nfcipinfo->did = *reg_value; in phHciNfc_NfcIP_InfoUpdate()
1553 if (sizeof(*reg_value) == reg_length) in phHciNfc_NfcIP_InfoUpdate()
1555 HCI_PRINT_BUFFER("\tNFCIP NAD", reg_value, reg_length); in phHciNfc_NfcIP_InfoUpdate()
1556 p_nfcipinfo->nad = *reg_value; in phHciNfc_NfcIP_InfoUpdate()
1567 if (sizeof(*reg_value) == reg_length) in phHciNfc_NfcIP_InfoUpdate()
1569 HCI_PRINT_BUFFER("\tNFCIP OPTIONS", reg_value, reg_length); in phHciNfc_NfcIP_InfoUpdate()
1570 p_nfcipinfo->options = *reg_value; in phHciNfc_NfcIP_InfoUpdate()