Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_mp_ioctl.c60 struct bb_reg_param *pbbreg; in oid_rt_pro_write_bb_reg_hdl() local
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
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
113 path = (u8)pbbreg->path; in oid_rt_pro_write_rf_reg_hdl()
116 offset = (u8)pbbreg->offset; in oid_rt_pro_write_rf_reg_hdl()
117 value = pbbreg->value; in oid_rt_pro_write_rf_reg_hdl()
126 struct rf_reg_param *pbbreg; in oid_rt_pro_read_rf_reg_hdl() local
136 path = (u8)pbbreg->path; in oid_rt_pro_read_rf_reg_hdl()
[all …]