Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/pn54x/hal/
DphNxpNciHal.c369 nxpprofile_ctrl.bTimeout = 0; in phNxpNciHal_get_clk_freq()
390 nxpprofile_ctrl.bTimeout = num; in phNxpNciHal_get_clk_freq()
395 NXPLOG_FWDNLD_D("gphNxpNciHal_fw_IoctlCtx.bClkFreqVal = 0x%x", nxpprofile_ctrl.bTimeout); in phNxpNciHal_get_clk_freq()
409 if ((nxpprofile_ctrl.bTimeout < CLK_TO_CFG_DEF) || (nxpprofile_ctrl.bTimeout > CLK_TO_CFG_MAX)) in phNxpNciHal_get_clk_freq()
412 nxpprofile_ctrl.bTimeout = CLK_TO_CFG_DEF; in phNxpNciHal_get_clk_freq()
2259 set_clock_cmd[11] = nxpprofile_ctrl.bTimeout; in phNxpNciHal_set_clock()
2324 …Clock.p_rx_data[12] == param_clock_src && phNxpNciClock.p_rx_data[16] == nxpprofile_ctrl.bTimeout) in phNxpNciHal_check_clock_config()
DphNxpNciHal.h113 uint8_t bTimeout; /* Holds the Timeout Value */ member