rtw8822b.h (1136fa0c07de570dc17858745af8be169d1440ba) | rtw8822b.h (f429298d68fba1d67dbe7016a37417a155be0a52) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 2/* Copyright(c) 2018-2019 Realtek Corporation 3 */ 4 5#ifndef __RTW8822B_H__ 6#define __RTW8822B_H__ 7 8#include <asm/byteorder.h> --- 173 unchanged lines hidden (view full) --- 182#define REG_RFESEL8 0xcb4 183#define REG_RFECTL 0xcb8 184#define REG_RFEINV 0xcbc 185#define REG_AGCTR_B 0xe08 186#define REG_RXIGI_B 0xe50 187#define REG_ANTWT 0x1904 188#define REG_IQKFAILMSK 0x1bf0 189 | 1/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 2/* Copyright(c) 2018-2019 Realtek Corporation 3 */ 4 5#ifndef __RTW8822B_H__ 6#define __RTW8822B_H__ 7 8#include <asm/byteorder.h> --- 173 unchanged lines hidden (view full) --- 182#define REG_RFESEL8 0xcb4 183#define REG_RFECTL 0xcb8 184#define REG_RFEINV 0xcbc 185#define REG_AGCTR_B 0xe08 186#define REG_RXIGI_B 0xe50 187#define REG_ANTWT 0x1904 188#define REG_IQKFAILMSK 0x1bf0 189 |
190extern const struct rtw_chip_info rtw8822b_hw_spec; 191 |
|
190#endif | 192#endif |