Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/rtl8192u/
Dr8192U_hw.h115 BB_GLOBAL_RESET = 0x020, // BasebandGlobal Reset Register enumerator
Dr819xU_phy.c773 bRegValue = read_nic_byte(dev, BB_GLOBAL_RESET); in rtl8192_BB_Config_ParaFile()
774 write_nic_byte(dev, BB_GLOBAL_RESET,(bRegValue|BB_GLOBAL_RESET_BIT)); in rtl8192_BB_Config_ParaFile()
/linux-3.4.99/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_hw.h134 BB_GLOBAL_RESET = 0x020, enumerator
Dr8192E_phy.c559 bRegValue = read_nic_byte(dev, BB_GLOBAL_RESET); in rtl8192_BB_Config_ParaFile()
560 write_nic_byte(dev, BB_GLOBAL_RESET, (bRegValue|BB_GLOBAL_RESET_BIT)); in rtl8192_BB_Config_ParaFile()