Searched refs:card_present (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/sdhci/
H A Dsdhci.c620 if (slot->card_present == 0) {
628 slot->card_present = 1;
643 if (slot->card_present == 1) {
653 slot->card_present = 0;
687 was_present = slot->card_present;
2505 slot->card_present = 0;
H A Dsdhci.h419 u_char card_present; /* XXX Maybe derive this from elsewhere? */ member in struct:sdhci_slot

Completed in 57 milliseconds