HomeSort by relevance Sort by last modified time
    Searched refs:reg_index (Results 1 - 25 of 25) sorted by null

  /external/libnfc-nxp/src/
phHciNfc_IDMgmt.c 325 p_pipe_info->reg_index = FW_VERSION_INDEX;
339 p_pipe_info->reg_index = HW_VERSION_INDEX;
353 p_pipe_info->reg_index = HCI_VERSION_INDEX;
367 p_pipe_info->reg_index = VENDOR_NAME_INDEX;
381 p_pipe_info->reg_index = MODEL_ID_INDEX;
395 p_pipe_info->reg_index = GATES_LIST_INDEX;
409 p_pipe_info->reg_index = FULL_VERSION_INDEX;
487 p_pipe_info->reg_index = FW_VERSION_INDEX;
501 p_pipe_info->reg_index = HW_VERSION_INDEX;
515 p_pipe_info->reg_index = HCI_VERSION_INDEX
    [all...]
phHciNfc_RFReaderB.c 304 p_pipe_info->reg_index = RDR_B_PUPI_INDEX;
319 p_pipe_info->reg_index = RDR_B_APP_DATA_INDEX;
335 p_pipe_info->reg_index = RDR_B_AFI_INDEX;
351 p_pipe_info->reg_index = RDR_B_HIGHER_LAYER_RESP_INDEX;
368 p_pipe_info->reg_index = RDR_B_HIGHER_LAYER_DATA_INDEX;
465 p_rdr_b_info->p_pipe_info->reg_index,
849 p_pipe_info->reg_index = RDR_B_AFI_INDEX;
    [all...]
phHciNfc_LinkMgmt.c 212 p_pipe_info->reg_index = REC_ERROR_INDEX;
236 p_pipe_info->reg_index = REC_ERROR_INDEX;
388 p_link_mgmt_info->p_pipe_info->reg_index,
phHciNfc_PollingLoop.c 384 p_pipe_info->reg_index
400 p_pipe_info->reg_index = PL_EMULATION_INDEX;
408 p_pipe_info->reg_index = PL_PAUSE_INDEX;
455 p_pipe_info->reg_index = PL_RD_PHASES_INDEX;
497 p_pipe_info->reg_index = PL_DISABLE_TARGET_INDEX;
632 p_poll_info->p_pipe_info->reg_index,
phHciNfc_NfcIPMgmt.c 700 ppipe_info->reg_index,
    [all...]
phHciNfc_CE_A.c 190 ps_pipe_info->reg_index = HOST_CE_A_SAK_INDEX;
207 ps_pipe_info->reg_index = HOST_CE_A_ATQA_INDEX;
460 ps_ce_a_info->p_pipe_info->reg_index,
581 p_pipe_info->reg_index = HOST_CE_A_MODE_INDEX;
phHciNfc_CE_B.c 189 ps_pipe_info->reg_index = HOST_CE_B_ATQB_INDEX;
205 ps_pipe_info->reg_index = HOST_CE_B_ATQB_INDEX;
349 ps_pipe_info->reg_index = HOST_CE_B_MODE_INDEX;
502 ps_ce_b_info->p_pipe_info->reg_index,
phHciNfc_RFReaderA.c 282 p_pipe_info->reg_index = RDR_A_UID_INDEX;
297 p_pipe_info->reg_index = RDR_A_SAK_INDEX;
312 p_pipe_info->reg_index = RDR_A_ATQA_INDEX;
536 p_rdr_a_info->p_pipe_info->reg_index,
    [all...]
phHciNfc_Jewel.c 300 ps_pipe_info->reg_index = NXP_JEWEL_READID;
320 ps_pipe_info->reg_index = JEWEL_END_SEQUENCE;
420 if (NXP_JEWEL_READID == ps_jewel_info->p_pipe_info->reg_index)
423 ps_jewel_info->p_pipe_info->reg_index,
484 ps_jewel_info->p_pipe_info->reg_index,
phHciNfc_Felica.c 315 p_pipe_info->reg_index = NXP_FEL_SYS_CODE;
330 p_pipe_info->reg_index = NXP_FEL_CURRENTIDM;
345 p_pipe_info->reg_index = NXP_FEL_CURRENTPMM;
603 p_fel_info->p_pipe_info->reg_index,
    [all...]
phHciNfc_ISO15693.c 296 ps_pipe_info->reg_index = ISO_15693_INVENTORY_INDEX;
311 ps_pipe_info->reg_index = ISO_15693_AFI_INDEX;
481 ps_pipe_info->reg_index,
756 ps_pipe_info->reg_index = ISO_15693_AFI_INDEX;
phHciNfc_SWP.c 255 ps_swp_info->p_pipe_info->reg_index,
329 ps_pipe_info->reg_index = NXP_SWP_DEFAULT_MODE_INDEX;
377 ps_pipe_info->reg_index = NXP_SWP_STATUS_INDEX;
453 ps_pipe_info->reg_index = NXP_SWP_PROTECTED_INDEX;
phHciNfc_WI.c 311 p_pipe_info->reg_index = NXP_SE_DEFAULTMODE_INDEX;
357 p_pipe_info->reg_index = NXP_SE_DEFAULTMODE_INDEX;
465 p_pipe_info->reg_index = NXP_SE_EVENTS_INDEX;
595 p_wiinfo->p_pipe_info->reg_index,
phHciNfc_AdminMgmt.c 278 p_pipe_info->reg_index = SESSION_INDEX;
336 p_pipe_info->reg_index = MAX_PIPE_INDEX;
413 p_pipe_info->reg_index = WHITELIST_INDEX;
444 p_pipe_info->reg_index = HOST_LIST_INDEX;
    [all...]
phHciNfc_Generic.c     [all...]
phHciNfc_Generic.h 574 uint8_t reg_index; member in struct:phHciNfc_Pipe_Info
    [all...]
phHciNfc_DevMgmt.c 530 p_pipe_info->reg_index = DEVICE_INFO_EEPROM_INDEX;
    [all...]
  /external/v8/src/
safepoint-table.cc 52 bool SafepointEntry::HasRegisterAt(int reg_index) const {
54 ASSERT(reg_index >= 0 && reg_index < kNumSafepointRegisters);
55 int byte_index = reg_index >> kBitsPerByteLog2;
56 int bit_index = reg_index & (kBitsPerByte - 1);
safepoint-table.h 96 bool HasRegisterAt(int reg_index) const;
lithium-allocator.cc 621 int reg_index = operand->fixed_index(); local
622 operand->ConvertTo(LOperand::REGISTER, reg_index);
624 int reg_index = operand->fixed_index(); local
625 operand->ConvertTo(LOperand::DOUBLE_REGISTER, reg_index);
1458 int reg_index = range->assigned_register(); local
    [all...]
  /external/mdnsresponder/mDNSShared/
dnssd_ipc.c 160 hdr->reg_index = htonl(hdr->reg_index);
dnssd_ipc.h 180 uint32_t reg_index; // identifier for a record registered via DNSServiceRegisterRecord() on a variable
dnssd_clientstub.c 359 hdr->reg_index = 0;
    [all...]
uds_daemon.c 380 reply->mhdr->reg_index = 0;
    [all...]
  /external/qemu/target-i386/
hax-interface.h 410 uint16_t reg_index; member in struct:hax_fastmmio

Completed in 903 milliseconds