Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8712/
Drtl871x_mp_ioctl.c81 if (offset < BB_REG_BASE_ADDR) in oid_rt_pro_write_bb_reg_hdl()
82 offset |= BB_REG_BASE_ADDR; in oid_rt_pro_write_bb_reg_hdl()
102 if (offset < BB_REG_BASE_ADDR) in oid_rt_pro_read_bb_reg_hdl()
103 offset |= BB_REG_BASE_ADDR; in oid_rt_pro_read_bb_reg_hdl()
Drtl871x_mp.h147 #define BB_REG_BASE_ADDR 0x800 macro