Path: blob/master/ALFA-W1F1/RTL8814AU/hal/efuse/efuse_mask.h
1307 views
/******************************************************************************1*2* Copyright(c) 2016 - 2017 Realtek Corporation.3*4* This program is free software; you can redistribute it and/or modify it5* under the terms of version 2 of the GNU General Public License as6* published by the Free Software Foundation.7*8* This program is distributed in the hope that it will be useful, but WITHOUT9* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or10* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for11* more details.12*13*****************************************************************************/1415#ifdef CONFIG_USB_HCI1617#if defined(CONFIG_RTL8188E)18#include "rtl8188e/HalEfuseMask8188E_USB.h"19#endif2021#if defined(CONFIG_RTL8812A)22#include "rtl8812a/HalEfuseMask8812A_USB.h"23#endif2425#if defined(CONFIG_RTL8821A)26#include "rtl8812a/HalEfuseMask8821A_USB.h"27#endif2829#if defined(CONFIG_RTL8192E)30#include "rtl8192e/HalEfuseMask8192E_USB.h"31#endif3233#if defined(CONFIG_RTL8723B)34#include "rtl8723b/HalEfuseMask8723B_USB.h"35#endif3637#if defined(CONFIG_RTL8814A)38#include "rtl8814a/HalEfuseMask8814A_USB.h"39#endif4041#if defined(CONFIG_RTL8703B)42#include "rtl8703b/HalEfuseMask8703B_USB.h"43#endif4445#if defined(CONFIG_RTL8723D)46#include "rtl8723d/HalEfuseMask8723D_USB.h"47#endif4849#if defined(CONFIG_RTL8188F)50#include "rtl8188f/HalEfuseMask8188F_USB.h"51#endif5253#if defined(CONFIG_RTL8188GTV)54#include "rtl8188gtv/HalEfuseMask8188GTV_USB.h"55#endif5657#if defined(CONFIG_RTL8822B)58#include "rtl8822b/HalEfuseMask8822B_USB.h"59#endif6061#if defined(CONFIG_RTL8821C)62#include "rtl8821c/HalEfuseMask8821C_USB.h"63#endif6465#if defined(CONFIG_RTL8710B)66#include "rtl8710b/HalEfuseMask8710B_USB.h"67#endif6869#if defined(CONFIG_RTL8192F)70#include "rtl8192f/HalEfuseMask8192F_USB.h"71#endif72#if defined(CONFIG_RTL8822C)73#include "rtl8822c/HalEfuseMask8822C_USB.h"74#endif75#if defined(CONFIG_RTL8814B)76#include "rtl8814b/HalEfuseMask8814B_USB.h"77#endif78#endif /*CONFIG_USB_HCI*/7980#ifdef CONFIG_PCI_HCI8182#if defined(CONFIG_RTL8188E)83#include "rtl8188e/HalEfuseMask8188E_PCIE.h"84#endif8586#if defined(CONFIG_RTL8812A)87#include "rtl8812a/HalEfuseMask8812A_PCIE.h"88#endif8990#if defined(CONFIG_RTL8821A)91#include "rtl8812a/HalEfuseMask8821A_PCIE.h"92#endif9394#if defined(CONFIG_RTL8192E)95#include "rtl8192e/HalEfuseMask8192E_PCIE.h"96#endif9798#if defined(CONFIG_RTL8723B)99#include "rtl8723b/HalEfuseMask8723B_PCIE.h"100#endif101102#if defined(CONFIG_RTL8814A)103#include "rtl8814a/HalEfuseMask8814A_PCIE.h"104#endif105106#if defined(CONFIG_RTL8703B)107#include "rtl8703b/HalEfuseMask8703B_PCIE.h"108#endif109110#if defined(CONFIG_RTL8822B)111#include "rtl8822b/HalEfuseMask8822B_PCIE.h"112#endif113#if defined(CONFIG_RTL8723D)114#include "rtl8723d/HalEfuseMask8723D_PCIE.h"115#endif116#if defined(CONFIG_RTL8821C)117#include "rtl8821c/HalEfuseMask8821C_PCIE.h"118#endif119120#if defined(CONFIG_RTL8192F)121#include "rtl8192f/HalEfuseMask8192F_PCIE.h"122#endif123#if defined(CONFIG_RTL8822C)124#include "rtl8822c/HalEfuseMask8822C_PCIE.h"125#endif126#if defined(CONFIG_RTL8814B)127#include "rtl8814b/HalEfuseMask8814B_PCIE.h"128#endif129#endif /*CONFIG_PCI_HCI*/130#ifdef CONFIG_SDIO_HCI131#if defined(CONFIG_RTL8723B)132#include "rtl8723b/HalEfuseMask8723B_SDIO.h"133#endif134135#if defined(CONFIG_RTL8188E)136#include "rtl8188e/HalEfuseMask8188E_SDIO.h"137#endif138139#if defined(CONFIG_RTL8703B)140#include "rtl8703b/HalEfuseMask8703B_SDIO.h"141#endif142143#if defined(CONFIG_RTL8188F)144#include "rtl8188f/HalEfuseMask8188F_SDIO.h"145#endif146147#if defined(CONFIG_RTL8188GTV)148#include "rtl8188gtv/HalEfuseMask8188GTV_SDIO.h"149#endif150151#if defined(CONFIG_RTL8723D)152#include "rtl8723d/HalEfuseMask8723D_SDIO.h"153#endif154155#if defined(CONFIG_RTL8192E)156#include "rtl8192e/HalEfuseMask8192E_SDIO.h"157#endif158159#if defined(CONFIG_RTL8821A)160#include "rtl8812a/HalEfuseMask8821A_SDIO.h"161#endif162163#if defined(CONFIG_RTL8821C)164#include "rtl8821c/HalEfuseMask8821C_SDIO.h"165#endif166167#if defined(CONFIG_RTL8822B)168#include "rtl8822b/HalEfuseMask8822B_SDIO.h"169#endif170171#if defined(CONFIG_RTL8192F)172#include "rtl8192f/HalEfuseMask8192F_SDIO.h"173#endif174175176#if defined(CONFIG_RTL8822C)177#include "rtl8822c/HalEfuseMask8822C_SDIO.h"178#endif179180#endif /*CONFIG_SDIO_HCI*/181182183