Searched defs:xtal_freq (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/hal/int/
H A Dnfc_hal_int_api.h56 UINT16 xtal_freq; member in struct:__anon7423
/external/libnfc-nci/src/hal/int/
H A Dnfc_hal_int_api.h56 UINT16 xtal_freq; member in struct:__anon7503
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_dm.c180 static tNFC_HAL_XTAL_INDEX nfc_hal_dm_get_xtal_index (UINT16 xtal_freq) argument
184 switch (xtal_freq)
196 NCI_TRACE_DEBUG1 ("nfc_hal_dm_get_xtal_index ():No matched index for %d", xtal_freq);
322 xtal_index = nfc_hal_dm_get_xtal_index (nfc_post_reset_cb.dev_init_config.xtal_freq);
415 NCI_TRACE_DEBUG1 ("nfc_hal_dm_set_xtal_freq_index (): xtal_freq = %d", nfc_post_reset_cb.dev_init_config.xtal_freq);
417 xtal_index = nfc_hal_dm_get_xtal_index (nfc_post_reset_cb.dev_init_config.xtal_freq);
444 UINT16_TO_STREAM (p, nfc_post_reset_cb.dev_init_config.xtal_freq);

Completed in 154 milliseconds