Searched refs:pbbreg (Results 1 – 1 of 1) sorted by relevance
71 struct bb_reg_param *pbbreg; in oid_rt_pro_write_bb_reg_hdl() local79 pbbreg = (struct bb_reg_param *)(poid_par_priv->information_buf); in oid_rt_pro_write_bb_reg_hdl()80 offset = (u16)(pbbreg->offset) & 0xFFF; /*0ffset :0x800~0xfff*/ in oid_rt_pro_write_bb_reg_hdl()83 value = pbbreg->value; in oid_rt_pro_write_bb_reg_hdl()93 struct bb_reg_param *pbbreg; in oid_rt_pro_read_bb_reg_hdl() local101 pbbreg = (struct bb_reg_param *)(poid_par_priv->information_buf); in oid_rt_pro_read_bb_reg_hdl()102 offset = (u16)(pbbreg->offset) & 0xFFF; /*0ffset :0x800~0xfff*/ in oid_rt_pro_read_bb_reg_hdl()106 pbbreg->value = value; in oid_rt_pro_read_bb_reg_hdl()116 struct rf_reg_param *pbbreg; in oid_rt_pro_write_rf_reg_hdl() local125 pbbreg = (struct rf_reg_param *)(poid_par_priv->information_buf); in oid_rt_pro_write_rf_reg_hdl()[all …]