Lines Matching full:card
2 * PCMCIA card structures and defines.
4 * structures and card information, not
38 * Card Information Structure tuples definitions
56 #define CIS_CONF_MAP_CB 0x04 /* Card Configuration map for CardBus */
57 #define CIS_CONFIG_CB 0x05 /* Card Configuration entry for CardBus */
58 #define CIS_LONGLINK_MFC 0x06 /* Long link to next chain for Multi function card */
65 #define CIS_INFO_V1 0x15 /* Card info data, version 1 */
70 #define CIS_CONF_MAP 0x1A /* Card Configuration map */
71 #define CIS_CONFIG 0x1B /* Card Configuration entry */
76 #define CIS_MANUF_ID 0x20 /* Card manufacturer's ID */
77 #define CIS_FUNC_ID 0x21 /* Function of card */
83 #define CIS_VERS_2 0x40 /* Card info data, version 2 */
84 #define CIS_FORMAT 0x41 /* Memory card format */
89 #define CIS_ORG 0x46 /* Organization of data on card */
109 * CIS_INFO_V1 - Version one card information.
123 * CIS_CONF_MAP - Provides an address map for the card
132 * Byte 3-n: Card register address (size is determined by
134 * Byte x-x: Card register masks (size determined by the
139 * CIS_CONFIG - Card configuration entry. Multiple tuples may
141 * memory/I-O map that can be used to address this card.
143 * card features. The final configuration tuple number
251 * Byte n-n: Memory card address value (<< 8)
256 #define CIS_FEAT_MEM_ADDR 2 /* Card address & length */