Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Dpatchram.cpp314 static void getNfaValues (UINT32 chipid) in getNfaValues() argument
372 if ((chipid & BRCM_NFC_GEN_MASK) == BRCM_NFC_20791_GEN) in getNfaValues()
377 else if ((chipid & BRCM_NFC_GEN_MASK) == BRCM_NFC_43341_GEN) in getNfaValues()
382 else if ((chipid & BRCM_NFC_GEN_MASK) == BRCM_NFC_20795_GEN) in getNfaValues()
404 static void StartPatchDownload(UINT32 chipid) in StartPatchDownload() argument
406 ALOGD ("%s: chipid=%lx",__FUNCTION__, chipid); in StartPatchDownload()
409 sprintf(chipID, "%lx", chipid); in StartPatchDownload()
414 getNfaValues(chipid); // Get NFA configuration values into variables in StartPatchDownload()
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_winsys.h47 const OptionInfoRec * xorg_tracker_available_options(int chipid, int busid);
Dxorg_driver.c106 xorg_tracker_available_options(int chipid, int busid) in xorg_tracker_available_options() argument