https://github.com/torvalds/linux
Raw File
Tip revision: 5f9e832c137075045d15cd6899ab0505cfb2ca4b authored by Linus Torvalds on 21 July 2019, 21:05:38 UTC
Linus 5.3-rc1
Tip revision: 5f9e832
rtl8712_cmdctrl_regdef.h
/* SPDX-License-Identifier: GPL-2.0 */
/******************************************************************************
 *
 * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved.
 *
 ******************************************************************************/
#ifndef __RTL8712_CMDCTRL_REGDEF_H__
#define __RTL8712_CMDCTRL_REGDEF_H__

#define CR			(RTL8712_CMDCTRL_ + 0x0000)
#define TXPAUSE			(RTL8712_CMDCTRL_ + 0x0002)
#define TCR			(RTL8712_CMDCTRL_ + 0x0004)
#define RCR			(RTL8712_CMDCTRL_ + 0x0008)
#define MSR			(RTL8712_CMDCTRL_ + 0x000C)
#define SYSF_CFG		(RTL8712_CMDCTRL_ + 0x000D)
#define MBIDCTRL		(RTL8712_CMDCTRL_ + 0x000E)

#endif /* __RTL8712_CMDCTRL_REGDEF_H__ */

back to top