| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: ISC |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (c) 2010 Broadcom Corporation |
|---|
| 3 | | - * |
|---|
| 4 | | - * Permission to use, copy, modify, and/or distribute this software for any |
|---|
| 5 | | - * purpose with or without fee is hereby granted, provided that the above |
|---|
| 6 | | - * copyright notice and this permission notice appear in all copies. |
|---|
| 7 | | - * |
|---|
| 8 | | - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
|---|
| 9 | | - * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
|---|
| 10 | | - * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY |
|---|
| 11 | | - * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
|---|
| 12 | | - * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION |
|---|
| 13 | | - * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN |
|---|
| 14 | | - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
|---|
| 15 | 4 | */ |
|---|
| 16 | 5 | |
|---|
| 17 | 6 | #ifndef _BRCM_HW_IDS_H_ |
|---|
| .. | .. |
|---|
| 55 | 44 | #define BRCM_CC_4358_CHIP_ID 0x4358 |
|---|
| 56 | 45 | #define BRCM_CC_4359_CHIP_ID 0x4359 |
|---|
| 57 | 46 | #define BRCM_CC_43602_CHIP_ID 43602 |
|---|
| 47 | +#define BRCM_CC_4364_CHIP_ID 0x4364 |
|---|
| 58 | 48 | #define BRCM_CC_4365_CHIP_ID 0x4365 |
|---|
| 59 | 49 | #define BRCM_CC_4366_CHIP_ID 0x4366 |
|---|
| 60 | 50 | #define BRCM_CC_43664_CHIP_ID 43664 |
|---|
| 61 | 51 | #define BRCM_CC_4371_CHIP_ID 0x4371 |
|---|
| 62 | 52 | #define CY_CC_4373_CHIP_ID 0x4373 |
|---|
| 53 | +#define CY_CC_43012_CHIP_ID 43012 |
|---|
| 63 | 54 | |
|---|
| 64 | 55 | /* USB Device IDs */ |
|---|
| 65 | 56 | #define BRCM_USB_43143_DEVICE_ID 0xbd1e |
|---|
| .. | .. |
|---|
| 74 | 65 | /* PCIE Device IDs */ |
|---|
| 75 | 66 | #define BRCM_PCIE_4350_DEVICE_ID 0x43a3 |
|---|
| 76 | 67 | #define BRCM_PCIE_4354_DEVICE_ID 0x43df |
|---|
| 68 | +#define BRCM_PCIE_4354_RAW_DEVICE_ID 0x4354 |
|---|
| 77 | 69 | #define BRCM_PCIE_4356_DEVICE_ID 0x43ec |
|---|
| 78 | 70 | #define BRCM_PCIE_43567_DEVICE_ID 0x43d3 |
|---|
| 79 | 71 | #define BRCM_PCIE_43570_DEVICE_ID 0x43d9 |
|---|
| .. | .. |
|---|
| 83 | 75 | #define BRCM_PCIE_43602_2G_DEVICE_ID 0x43bb |
|---|
| 84 | 76 | #define BRCM_PCIE_43602_5G_DEVICE_ID 0x43bc |
|---|
| 85 | 77 | #define BRCM_PCIE_43602_RAW_DEVICE_ID 43602 |
|---|
| 78 | +#define BRCM_PCIE_4364_DEVICE_ID 0x4464 |
|---|
| 86 | 79 | #define BRCM_PCIE_4365_DEVICE_ID 0x43ca |
|---|
| 87 | 80 | #define BRCM_PCIE_4365_2G_DEVICE_ID 0x43cb |
|---|
| 88 | 81 | #define BRCM_PCIE_4365_5G_DEVICE_ID 0x43cc |
|---|