Lines Matching defs:card
14 The firmware module for reading the MAC address of the card comes from
392 /* A stub firmware image which reads the MAC address from NVRAM on the card.
440 void *card; /* Bus dependent structure varies for PCcard */
805 if (priv->card && priv->present_callback &&
806 !(*priv->present_callback)(priv->card)) {
857 /* Copy the wireless header into the card */
941 /* Test to see if the packet in card memory at packet_loc has a valid CRC
1171 if (priv->card && priv->present_callback &&
1172 !(*priv->present_callback)(priv->card))
1176 the card unhampered by interrupts which may change register state.
1177 Note that even though the card shouldn't generate interrupts
1178 the inturrupt line may be shared. This allows card setup
1187 /* failed to contact card */
1207 /* failed to contact card */
1313 /* Interrupts will not touch the card once in this state... */
1418 seq_puts(m, "on card\n");
1497 int (*card_present)(void *), void *card)
1517 priv->card = card;
3420 /* Check if the card has been yanked. */
3421 if (priv->card && priv->present_callback &&
3422 !(*priv->present_callback)(priv->card))
3602 printk(KERN_ALERT "%s: card missing.\n", priv->dev->name);
3846 set all the Mib values which matter in the card to match
3875 /* stop card , disable interrupts */
3887 "%s: card type is unknown: assuming at76c502 firmware is OK.\n",
4219 atmel_write16(priv->dev, DR, data); /* card is little-endian */
4250 /* It only works on SPI EEPROM versions of the card. */