Searched refs:p_mc (Results 1 – 1 of 1) sorted by relevance
1940 UINT8 *p_mc; in rw_t3t_act_handle_fmt_rsp() local1963 … p_mc = &p_t3t_rsp[T3T_MSG_RSP_OFFSET_CHECK_DATA]; /* Point to MC data of CHECK response */ in rw_t3t_act_handle_fmt_rsp()1965 if (p_mc[T3T_MSG_FELICALITE_MC_OFFSET_SYS_OP] != 0x01) in rw_t3t_act_handle_fmt_rsp()1970 p_mc[T3T_MSG_FELICALITE_MC_OFFSET_SYS_OP] = 0x01; in rw_t3t_act_handle_fmt_rsp()1973 p_mc[T3T_MSG_FELICALITE_MC_OFFSET_RF_PRM] = 0x07; in rw_t3t_act_handle_fmt_rsp()1977 evt_data.status = rw_t3t_update_block (p_cb, T3T_MSG_FELICALITE_BLOCK_ID_MC, p_mc); in rw_t3t_act_handle_fmt_rsp()2127 UINT8 *p_mc; in rw_t3t_act_handle_sro_rsp() local2175 … p_mc = &p_t3t_rsp[T3T_MSG_RSP_OFFSET_CHECK_DATA]; /* Point to MC data of CHECK response */ in rw_t3t_act_handle_sro_rsp()2177 if (p_mc[T3T_MSG_FELICALITE_MC_OFFSET_SYS_OP] != 0x01) in rw_t3t_act_handle_sro_rsp()2185 p_mc[T3T_MSG_FELICALITE_MC_OFFSET_MC_SP] = 0x00; in rw_t3t_act_handle_sro_rsp()[all …]