mac.h (8be98d2f2a0a262f8bf8a0bc1fdf522b3c7aab17) mac.h (65371a3f14e73979958aea0db1e3bb456a296149)
1/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2/* Copyright(c) 2018-2019 Realtek Corporation
3 */
4
5#ifndef __RTW_MAC_H__
6#define __RTW_MAC_H__
7
8#define RTW_HW_PORT_NUM 5
9#define cut_version_to_mask(cut) (0x1 << ((cut) + 1))
1/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2/* Copyright(c) 2018-2019 Realtek Corporation
3 */
4
5#ifndef __RTW_MAC_H__
6#define __RTW_MAC_H__
7
8#define RTW_HW_PORT_NUM 5
9#define cut_version_to_mask(cut) (0x1 << ((cut) + 1))
10#define SDIO_LOCAL_OFFSET 0x10250000
11#define DDMA_POLLING_COUNT 1000
12#define C2H_PKT_BUF 256
13#define REPORT_BUF 128
14#define PHY_STATUS_SIZE 4
15#define ILLEGAL_KEY_GROUP 0xFAAAAA00
16
17/* HW memory address */
18#define OCPBASE_RXBUF_FW_88XX 0x18680000

--- 28 unchanged lines hidden ---
10#define DDMA_POLLING_COUNT 1000
11#define C2H_PKT_BUF 256
12#define REPORT_BUF 128
13#define PHY_STATUS_SIZE 4
14#define ILLEGAL_KEY_GROUP 0xFAAAAA00
15
16/* HW memory address */
17#define OCPBASE_RXBUF_FW_88XX 0x18680000

--- 28 unchanged lines hidden ---