~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/include/linux/mmc/sdio_ids.h

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /include/linux/mmc/sdio_ids.h (Version linux-6.12-rc7) and /include/linux/mmc/sdio_ids.h (Version linux-5.4.285)


  1 /* SPDX-License-Identifier: GPL-2.0 */              1 /* SPDX-License-Identifier: GPL-2.0 */
  2 /*                                                  2 /*
  3  * SDIO Classes, Interface Types, Manufacturer      3  * SDIO Classes, Interface Types, Manufacturer IDs, etc.
  4  */                                                 4  */
  5                                                     5 
  6 #ifndef LINUX_MMC_SDIO_IDS_H                        6 #ifndef LINUX_MMC_SDIO_IDS_H
  7 #define LINUX_MMC_SDIO_IDS_H                        7 #define LINUX_MMC_SDIO_IDS_H
  8                                                     8 
  9 /*                                                  9 /*
 10  * Standard SDIO Function Interfaces               10  * Standard SDIO Function Interfaces
 11  */                                                11  */
 12                                                    12 
 13 #define SDIO_CLASS_NONE         0x00    /* Not     13 #define SDIO_CLASS_NONE         0x00    /* Not a SDIO standard interface */
 14 #define SDIO_CLASS_UART         0x01    /* sta     14 #define SDIO_CLASS_UART         0x01    /* standard UART interface */
 15 #define SDIO_CLASS_BT_A         0x02    /* Typ     15 #define SDIO_CLASS_BT_A         0x02    /* Type-A BlueTooth std interface */
 16 #define SDIO_CLASS_BT_B         0x03    /* Typ     16 #define SDIO_CLASS_BT_B         0x03    /* Type-B BlueTooth std interface */
 17 #define SDIO_CLASS_GPS          0x04    /* GPS     17 #define SDIO_CLASS_GPS          0x04    /* GPS standard interface */
 18 #define SDIO_CLASS_CAMERA       0x05    /* Cam     18 #define SDIO_CLASS_CAMERA       0x05    /* Camera standard interface */
 19 #define SDIO_CLASS_PHS          0x06    /* PHS     19 #define SDIO_CLASS_PHS          0x06    /* PHS standard interface */
 20 #define SDIO_CLASS_WLAN         0x07    /* WLA     20 #define SDIO_CLASS_WLAN         0x07    /* WLAN interface */
 21 #define SDIO_CLASS_ATA          0x08    /* Emb     21 #define SDIO_CLASS_ATA          0x08    /* Embedded SDIO-ATA std interface */
 22 #define SDIO_CLASS_BT_AMP       0x09    /* Typ     22 #define SDIO_CLASS_BT_AMP       0x09    /* Type-A Bluetooth AMP interface */
 23                                                    23 
 24 /*                                                 24 /*
 25  * Vendors and devices.  Sort key: vendor firs     25  * Vendors and devices.  Sort key: vendor first, device next.
 26  */                                                26  */
 27                                                << 
 28 #define SDIO_VENDOR_ID_STE                     << 
 29 #define SDIO_DEVICE_ID_STE_CW1200              << 
 30                                                << 
 31 #define SDIO_VENDOR_ID_INTEL                   << 
 32 #define SDIO_DEVICE_ID_INTEL_IWMC3200WIMAX     << 
 33 #define SDIO_DEVICE_ID_INTEL_IWMC3200WIFI      << 
 34 #define SDIO_DEVICE_ID_INTEL_IWMC3200TOP       << 
 35 #define SDIO_DEVICE_ID_INTEL_IWMC3200GPS       << 
 36 #define SDIO_DEVICE_ID_INTEL_IWMC3200BT        << 
 37 #define SDIO_DEVICE_ID_INTEL_IWMC3200WIMAX_2G5 << 
 38                                                << 
 39 #define SDIO_VENDOR_ID_CGUYS                   << 
 40 #define SDIO_DEVICE_ID_CGUYS_EW_CG1102GC       << 
 41                                                << 
 42 #define SDIO_VENDOR_ID_TI                      << 
 43 #define SDIO_DEVICE_ID_TI_WL1271               << 
 44                                                << 
 45 #define SDIO_VENDOR_ID_ATHEROS                 << 
 46 #define SDIO_DEVICE_ID_ATHEROS_AR6003_00       << 
 47 #define SDIO_DEVICE_ID_ATHEROS_AR6003_01       << 
 48 #define SDIO_DEVICE_ID_ATHEROS_AR6004_00       << 
 49 #define SDIO_DEVICE_ID_ATHEROS_AR6004_01       << 
 50 #define SDIO_DEVICE_ID_ATHEROS_AR6004_02       << 
 51 #define SDIO_DEVICE_ID_ATHEROS_AR6004_18       << 
 52 #define SDIO_DEVICE_ID_ATHEROS_AR6004_19       << 
 53 #define SDIO_DEVICE_ID_ATHEROS_AR6005          << 
 54 #define SDIO_DEVICE_ID_ATHEROS_QCA9377         << 
 55                                                << 
 56 #define SDIO_VENDOR_ID_BROADCOM                    27 #define SDIO_VENDOR_ID_BROADCOM                 0x02d0
 57 #define SDIO_DEVICE_ID_BROADCOM_NINTENDO_WII   !!  28 #define SDIO_DEVICE_ID_BROADCOM_43143           0xa887
 58 #define SDIO_DEVICE_ID_BROADCOM_43241              29 #define SDIO_DEVICE_ID_BROADCOM_43241           0x4324
 59 #define SDIO_DEVICE_ID_BROADCOM_4329               30 #define SDIO_DEVICE_ID_BROADCOM_4329            0x4329
 60 #define SDIO_DEVICE_ID_BROADCOM_4330               31 #define SDIO_DEVICE_ID_BROADCOM_4330            0x4330
 61 #define SDIO_DEVICE_ID_BROADCOM_4334               32 #define SDIO_DEVICE_ID_BROADCOM_4334            0x4334
 62 #define SDIO_DEVICE_ID_BROADCOM_4335_4339      << 
 63 #define SDIO_DEVICE_ID_BROADCOM_4339           << 
 64 #define SDIO_DEVICE_ID_BROADCOM_4345           << 
 65 #define SDIO_DEVICE_ID_BROADCOM_4354           << 
 66 #define SDIO_DEVICE_ID_BROADCOM_CYPRESS_89359  << 
 67 #define SDIO_DEVICE_ID_BROADCOM_4356           << 
 68 #define SDIO_DEVICE_ID_BROADCOM_4359           << 
 69 #define SDIO_DEVICE_ID_BROADCOM_CYPRESS_4373   << 
 70 #define SDIO_DEVICE_ID_BROADCOM_CYPRESS_43012  << 
 71 #define SDIO_DEVICE_ID_BROADCOM_43143          << 
 72 #define SDIO_DEVICE_ID_BROADCOM_43340              33 #define SDIO_DEVICE_ID_BROADCOM_43340           0xa94c
 73 #define SDIO_DEVICE_ID_BROADCOM_43341              34 #define SDIO_DEVICE_ID_BROADCOM_43341           0xa94d
                                                   >>  35 #define SDIO_DEVICE_ID_BROADCOM_4335_4339       0x4335
                                                   >>  36 #define SDIO_DEVICE_ID_BROADCOM_4339            0x4339
 74 #define SDIO_DEVICE_ID_BROADCOM_43362              37 #define SDIO_DEVICE_ID_BROADCOM_43362           0xa962
 75 #define SDIO_DEVICE_ID_BROADCOM_43364              38 #define SDIO_DEVICE_ID_BROADCOM_43364           0xa9a4
 76 #define SDIO_DEVICE_ID_BROADCOM_43430              39 #define SDIO_DEVICE_ID_BROADCOM_43430           0xa9a6
 77 #define SDIO_DEVICE_ID_BROADCOM_43439          !!  40 #define SDIO_DEVICE_ID_BROADCOM_4345            0x4345
 78 #define SDIO_DEVICE_ID_BROADCOM_43455              41 #define SDIO_DEVICE_ID_BROADCOM_43455           0xa9bf
 79 #define SDIO_DEVICE_ID_BROADCOM_CYPRESS_43752  !!  42 #define SDIO_DEVICE_ID_BROADCOM_4354            0x4354
                                                   >>  43 #define SDIO_DEVICE_ID_BROADCOM_4356            0x4356
                                                   >>  44 #define SDIO_DEVICE_ID_CYPRESS_4373             0x4373
                                                   >>  45 #define SDIO_DEVICE_ID_CYPRESS_43012            43012
 80                                                    46 
 81 #define SDIO_VENDOR_ID_CYPRESS                 !!  47 #define SDIO_VENDOR_ID_INTEL                    0x0089
 82 #define SDIO_DEVICE_ID_BROADCOM_CYPRESS_43439  !!  48 #define SDIO_DEVICE_ID_INTEL_IWMC3200WIMAX      0x1402
                                                   >>  49 #define SDIO_DEVICE_ID_INTEL_IWMC3200WIFI       0x1403
                                                   >>  50 #define SDIO_DEVICE_ID_INTEL_IWMC3200TOP        0x1404
                                                   >>  51 #define SDIO_DEVICE_ID_INTEL_IWMC3200GPS        0x1405
                                                   >>  52 #define SDIO_DEVICE_ID_INTEL_IWMC3200BT         0x1406
                                                   >>  53 #define SDIO_DEVICE_ID_INTEL_IWMC3200WIMAX_2G5  0x1407
 83                                                    54 
 84 #define SDIO_VENDOR_ID_MARVELL                     55 #define SDIO_VENDOR_ID_MARVELL                  0x02df
 85 #define SDIO_DEVICE_ID_MARVELL_LIBERTAS            56 #define SDIO_DEVICE_ID_MARVELL_LIBERTAS         0x9103
 86 #define SDIO_DEVICE_ID_MARVELL_8688_WLAN       !!  57 #define SDIO_DEVICE_ID_MARVELL_8688WLAN         0x9104
 87 #define SDIO_DEVICE_ID_MARVELL_8688_BT         !!  58 #define SDIO_DEVICE_ID_MARVELL_8688BT           0x9105
 88 #define SDIO_DEVICE_ID_MARVELL_8786_WLAN       << 
 89 #define SDIO_DEVICE_ID_MARVELL_8787_WLAN       << 
 90 #define SDIO_DEVICE_ID_MARVELL_8787_BT         << 
 91 #define SDIO_DEVICE_ID_MARVELL_8787_BT_AMP     << 
 92 #define SDIO_DEVICE_ID_MARVELL_8797_F0             59 #define SDIO_DEVICE_ID_MARVELL_8797_F0          0x9128
 93 #define SDIO_DEVICE_ID_MARVELL_8797_WLAN       !!  60 #define SDIO_DEVICE_ID_MARVELL_8887WLAN 0x9134
 94 #define SDIO_DEVICE_ID_MARVELL_8797_BT         << 
 95 #define SDIO_DEVICE_ID_MARVELL_8897_WLAN       << 
 96 #define SDIO_DEVICE_ID_MARVELL_8897_BT         << 
 97 #define SDIO_DEVICE_ID_MARVELL_8887_F0         << 
 98 #define SDIO_DEVICE_ID_MARVELL_8887_WLAN       << 
 99 #define SDIO_DEVICE_ID_MARVELL_8887_BT         << 
100 #define SDIO_DEVICE_ID_MARVELL_8801_WLAN       << 
101 #define SDIO_DEVICE_ID_MARVELL_8997_F0         << 
102 #define SDIO_DEVICE_ID_MARVELL_8997_WLAN       << 
103 #define SDIO_DEVICE_ID_MARVELL_8997_BT         << 
104 #define SDIO_DEVICE_ID_MARVELL_8977_WLAN       << 
105 #define SDIO_DEVICE_ID_MARVELL_8977_BT         << 
106 #define SDIO_DEVICE_ID_MARVELL_8987_WLAN       << 
107 #define SDIO_DEVICE_ID_MARVELL_8987_BT         << 
108 #define SDIO_DEVICE_ID_MARVELL_8978_WLAN       << 
109                                                    61 
110 #define SDIO_VENDOR_ID_MEDIATEK                    62 #define SDIO_VENDOR_ID_MEDIATEK                 0x037a
111 #define SDIO_DEVICE_ID_MEDIATEK_MT7663         << 
112 #define SDIO_DEVICE_ID_MEDIATEK_MT7668         << 
113 #define SDIO_DEVICE_ID_MEDIATEK_MT7961         << 
114                                                << 
115 #define SDIO_VENDOR_ID_MICROCHIP_WILC          << 
116 #define SDIO_DEVICE_ID_MICROCHIP_WILC1000      << 
117                                                << 
118 #define SDIO_VENDOR_ID_REALTEK                 << 
119 #define SDIO_DEVICE_ID_REALTEK_RTW8723BS       << 
120 #define SDIO_DEVICE_ID_REALTEK_RTW8821BS       << 
121 #define SDIO_DEVICE_ID_REALTEK_RTW8822BS       << 
122 #define SDIO_DEVICE_ID_REALTEK_RTW8821CS       << 
123 #define SDIO_DEVICE_ID_REALTEK_RTW8822CS       << 
124 #define SDIO_DEVICE_ID_REALTEK_RTW8723DS_2ANT  << 
125 #define SDIO_DEVICE_ID_REALTEK_RTW8723DS_1ANT  << 
126 #define SDIO_DEVICE_ID_REALTEK_RTW8821DS       << 
127 #define SDIO_DEVICE_ID_REALTEK_RTW8723CS       << 
128                                                    63 
129 #define SDIO_VENDOR_ID_SIANO                       64 #define SDIO_VENDOR_ID_SIANO                    0x039a
130 #define SDIO_DEVICE_ID_SIANO_NOVA_B0               65 #define SDIO_DEVICE_ID_SIANO_NOVA_B0            0x0201
131 #define SDIO_DEVICE_ID_SIANO_NICE                  66 #define SDIO_DEVICE_ID_SIANO_NICE               0x0202
132 #define SDIO_DEVICE_ID_SIANO_VEGA_A0               67 #define SDIO_DEVICE_ID_SIANO_VEGA_A0            0x0300
133 #define SDIO_DEVICE_ID_SIANO_VENICE                68 #define SDIO_DEVICE_ID_SIANO_VENICE             0x0301
134 #define SDIO_DEVICE_ID_SIANO_MING              << 
135 #define SDIO_DEVICE_ID_SIANO_PELE              << 
136 #define SDIO_DEVICE_ID_SIANO_RIO               << 
137 #define SDIO_DEVICE_ID_SIANO_DENVER_2160       << 
138 #define SDIO_DEVICE_ID_SIANO_DENVER_1530       << 
139 #define SDIO_DEVICE_ID_SIANO_NOVA_A0               69 #define SDIO_DEVICE_ID_SIANO_NOVA_A0            0x1100
140 #define SDIO_DEVICE_ID_SIANO_STELLAR               70 #define SDIO_DEVICE_ID_SIANO_STELLAR            0x5347
141                                                    71 
142 #define SDIO_VENDOR_ID_RSI                     !!  72 #define SDIO_VENDOR_ID_TI                       0x0097
143 #define SDIO_DEVICE_ID_RSI_9113                !!  73 #define SDIO_DEVICE_ID_TI_WL1271                0x4076
144 #define SDIO_DEVICE_ID_RSI_9116                << 
145                                                << 
146 #define SDIO_VENDOR_ID_TI_WL1251                   74 #define SDIO_VENDOR_ID_TI_WL1251                0x104c
147 #define SDIO_DEVICE_ID_TI_WL1251                   75 #define SDIO_DEVICE_ID_TI_WL1251                0x9066
                                                   >>  76 
                                                   >>  77 #define SDIO_VENDOR_ID_STE                      0x0020
                                                   >>  78 #define SDIO_DEVICE_ID_STE_CW1200               0x2280
148                                                    79 
149 #endif /* LINUX_MMC_SDIO_IDS_H */                  80 #endif /* LINUX_MMC_SDIO_IDS_H */
150                                                    81 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php