Searched refs:BB_GLOBAL_RESET (Results 1 – 4 of 4) sorted by relevance
115 BB_GLOBAL_RESET = 0x020, // BasebandGlobal Reset Register enumerator
787 read_nic_byte(dev, BB_GLOBAL_RESET, ®_u8); in rtl8192_BB_Config_ParaFile()788 write_nic_byte(dev, BB_GLOBAL_RESET, (reg_u8|BB_GLOBAL_RESET_BIT)); in rtl8192_BB_Config_ParaFile()
134 BB_GLOBAL_RESET = 0x020, enumerator
558 bRegValue = read_nic_byte(dev, BB_GLOBAL_RESET); in rtl8192_BB_Config_ParaFile()559 write_nic_byte(dev, BB_GLOBAL_RESET, (bRegValue|BB_GLOBAL_RESET_BIT)); in rtl8192_BB_Config_ParaFile()