pbbreg             60 drivers/staging/rtl8712/rtl871x_mp_ioctl.c 	struct bb_reg_param *pbbreg;
pbbreg             68 drivers/staging/rtl8712/rtl871x_mp_ioctl.c 	pbbreg = (struct bb_reg_param *)(poid_par_priv->information_buf);
pbbreg             69 drivers/staging/rtl8712/rtl871x_mp_ioctl.c 	offset = (u16)(pbbreg->offset) & 0xFFF; /*0ffset :0x800~0xfff*/
pbbreg             72 drivers/staging/rtl8712/rtl871x_mp_ioctl.c 	value = pbbreg->value;
pbbreg             81 drivers/staging/rtl8712/rtl871x_mp_ioctl.c 	struct bb_reg_param *pbbreg;
pbbreg             89 drivers/staging/rtl8712/rtl871x_mp_ioctl.c 	pbbreg = (struct bb_reg_param *)(poid_par_priv->information_buf);
pbbreg             90 drivers/staging/rtl8712/rtl871x_mp_ioctl.c 	offset = (u16)(pbbreg->offset) & 0xFFF; /*0ffset :0x800~0xfff*/
pbbreg             94 drivers/staging/rtl8712/rtl871x_mp_ioctl.c 	pbbreg->value = value;
pbbreg            103 drivers/staging/rtl8712/rtl871x_mp_ioctl.c 	struct rf_reg_param *pbbreg;
pbbreg            112 drivers/staging/rtl8712/rtl871x_mp_ioctl.c 	pbbreg = (struct rf_reg_param *)(poid_par_priv->information_buf);
pbbreg            113 drivers/staging/rtl8712/rtl871x_mp_ioctl.c 	path = (u8)pbbreg->path;
pbbreg            116 drivers/staging/rtl8712/rtl871x_mp_ioctl.c 	offset = (u8)pbbreg->offset;
pbbreg            117 drivers/staging/rtl8712/rtl871x_mp_ioctl.c 	value = pbbreg->value;
pbbreg            126 drivers/staging/rtl8712/rtl871x_mp_ioctl.c 	struct rf_reg_param *pbbreg;
pbbreg            135 drivers/staging/rtl8712/rtl871x_mp_ioctl.c 	pbbreg = (struct rf_reg_param *)(poid_par_priv->information_buf);
pbbreg            136 drivers/staging/rtl8712/rtl871x_mp_ioctl.c 	path = (u8)pbbreg->path;
pbbreg            139 drivers/staging/rtl8712/rtl871x_mp_ioctl.c 	offset = (u8)pbbreg->offset;
pbbreg            141 drivers/staging/rtl8712/rtl871x_mp_ioctl.c 	pbbreg->value = value;