Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_mp_ioctl.c34 struct bb_reg_param *pbbreg; in rtl8188eu_oid_rt_pro_write_bb_reg_hdl() local
46 pbbreg = (struct bb_reg_param *)(poid_par_priv->information_buf); in rtl8188eu_oid_rt_pro_write_bb_reg_hdl()
48 offset = (u16)(pbbreg->offset) & 0xFFF; /* 0ffset :0x800~0xfff */ in rtl8188eu_oid_rt_pro_write_bb_reg_hdl()
52 value = pbbreg->value; in rtl8188eu_oid_rt_pro_write_bb_reg_hdl()
63 struct bb_reg_param *pbbreg; in rtl8188eu_oid_rt_pro_read_bb_reg_hdl() local
75 pbbreg = (struct bb_reg_param *)(poid_par_priv->information_buf); in rtl8188eu_oid_rt_pro_read_bb_reg_hdl()
77 offset = (u16)(pbbreg->offset) & 0xFFF; /* 0ffset :0x800~0xfff */ in rtl8188eu_oid_rt_pro_read_bb_reg_hdl()
85 pbbreg->value = value; in rtl8188eu_oid_rt_pro_read_bb_reg_hdl()
93 struct rf_reg_param *pbbreg; in rtl8188eu_oid_rt_pro_write_rf_reg_hdl() local
106 pbbreg = (struct rf_reg_param *)(poid_par_priv->information_buf); in rtl8188eu_oid_rt_pro_write_rf_reg_hdl()
[all …]
/Linux-v5.15/drivers/staging/rtl8712/
Drtl871x_mp_ioctl.c60 struct bb_reg_param *pbbreg; in oid_rt_pro_write_bb_reg_hdl() local
68 pbbreg = (struct bb_reg_param *)(poid_par_priv->information_buf); in oid_rt_pro_write_bb_reg_hdl()
69 offset = (u16)(pbbreg->offset) & 0xFFF; /*0ffset :0x800~0xfff*/ in oid_rt_pro_write_bb_reg_hdl()
72 value = pbbreg->value; in oid_rt_pro_write_bb_reg_hdl()
81 struct bb_reg_param *pbbreg; in oid_rt_pro_read_bb_reg_hdl() local
89 pbbreg = (struct bb_reg_param *)(poid_par_priv->information_buf); in oid_rt_pro_read_bb_reg_hdl()
90 offset = (u16)(pbbreg->offset) & 0xFFF; /*0ffset :0x800~0xfff*/ in oid_rt_pro_read_bb_reg_hdl()
94 pbbreg->value = value; in oid_rt_pro_read_bb_reg_hdl()
103 struct rf_reg_param *pbbreg; in oid_rt_pro_write_rf_reg_hdl() local
112 pbbreg = (struct rf_reg_param *)(poid_par_priv->information_buf); in oid_rt_pro_write_rf_reg_hdl()
[all …]