Lines Matching full:card
20 /* Prepare IO settings for card */
115 * Verify that the driver can detect a present SD card
125 /* Card not in slot, test card insertion interrupt */ in ZTEST()
126 TC_PRINT("Waiting for card to be present in slot\n"); in ZTEST()
129 zassert_equal(ret, 0, "Could not install card insertion interrupt"); in ZTEST()
130 /* Wait for card insertion */ in ZTEST()
132 /* Delay now that card is in slot */ in ZTEST()
134 zassert_equal(ret, 0, "Card insertion interrupt did not fire"); in ZTEST()
137 zassert_equal(ret, 1, "Card is not reported as present, is one connected?"); in ZTEST()
140 /* Verify that the driver can send commands to SD card, by reading interface
152 /* Toggle power to card, to clear state */ in ZTEST()
169 zassert_equal(ret, 0, "Card reset command failed"); in ZTEST()
189 TC_PRINT("Found SDHC/SDXC card\n"); in ZTEST()
191 /* An illegal command response indicates an SDSC card */ in ZTEST()
192 TC_PRINT("Found SDSC card\n"); in ZTEST()