Lines Matching defs:card
14 The firmware module for reading the MAC address of the card comes from
393 /* A stub firmware image which reads the MAC address from NVRAM on the card.
441 void *card; /* Bus dependent structure varies for PCcard */
806 if (priv->card && priv->present_callback &&
807 !(*priv->present_callback)(priv->card)) {
858 /* Copy the wireless header into the card */
942 /* Test to see if the packet in card memory at packet_loc has a valid CRC
1172 if (priv->card && priv->present_callback &&
1173 !(*priv->present_callback)(priv->card))
1177 the card unhampered by interrupts which may change register state.
1178 Note that even though the card shouldn't generate interrupts
1179 the inturrupt line may be shared. This allows card setup
1188 /* failed to contact card */
1208 /* failed to contact card */
1314 /* Interrupts will not touch the card once in this state... */
1419 seq_puts(m, "on card\n");
1498 int (*card_present)(void *), void *card)
1518 priv->card = card;
3425 /* Check if the card has been yanked. */
3426 if (priv->card && priv->present_callback &&
3427 !(*priv->present_callback)(priv->card))
3607 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. */