Searched refs:card_present (Results 1 – 7 of 7) sorted by relevance
23 static int card_present(int socketno);
210 if (card_present(i)) { in i82092aa_pci_probe()451 static int card_present(int socketno) in card_present() function
337 int card_present; in mac_onboard_sonic_probe() local341 card_present = hwreg_present((void*)ONBOARD_SONIC_REGISTERS); in mac_onboard_sonic_probe()344 if (!card_present) { in mac_onboard_sonic_probe()
201 int card_present; in mac89x0_probe() local205 card_present = hwreg_present((void*) ioaddr+4) in mac89x0_probe()209 if (!card_present) in mac89x0_probe()
916 int card_present; in nubus_probe_slot() local921 card_present = hwreg_present(rp); in nubus_probe_slot()924 if (!card_present) in nubus_probe_slot()
316 static int card_present(void *arg) in card_present() function542 card_present, in atmel_config()
1322 int (*card_present)(void *), void *card) in init_atmel_card()1341 priv->present_callback = card_present; in init_atmel_card()1350 priv->bus_type = card_present ? BUS_TYPE_PCCARD : BUS_TYPE_PCI; in init_atmel_card()