Home
last modified time | relevance | path

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

/system/nfc/halimpl/bcm2079x/hal/hal/
Dnfc_hal_dm.c451 static uint32_t nfc_hal_dm_adjust_hw_id(uint32_t hw_id) { in nfc_hal_dm_adjust_hw_id() argument
452 if ((hw_id & 0xF0000000) == 0) in nfc_hal_dm_adjust_hw_id()
453 hw_id <<= 4; /* shift hw_id by 4 bits to align w the format of most chips */ in nfc_hal_dm_adjust_hw_id()
454 return hw_id; in nfc_hal_dm_adjust_hw_id()
588 uint32_t hw_id = 0; in nfc_hal_dm_proc_msg_during_init() local
669 STREAM_TO_UINT32(hw_id, p); in nfc_hal_dm_proc_msg_during_init()
670 nfc_hal_cb.dev_cb.brcm_hw_id = nfc_hal_dm_adjust_hw_id(hw_id); in nfc_hal_dm_proc_msg_during_init()
671 HAL_TRACE_DEBUG2("brcm_hw_id: 0x%x -> 0x%x", hw_id, in nfc_hal_dm_proc_msg_during_init()