execute_command
status_t (*execute_command)(device_node* node, void* cookie, uint16_t rca,
status_t (*execute_command)(void* controller, uint8_t command,
result = fController->execute_command(fCookie, SELECT_DESELECT_CARD, ((uint32)rca) << 16,
return fController->execute_command(fCookie, command, argument, response);
status_t execute_command(void* controller, uint8_t command,
.execute_command = execute_command,
.execute_command = execute_command,
status_t error = info->mmc->execute_command(info->parent, info->parentCookie, 0, SEND_CSD,
info->mmc->execute_command(info->parent, info->parentCookie, info->rca,
status = info->mmc->execute_command(info->parent, info->parentCookie, info->rca,
status = info->mmc->execute_command(info->parent, info->parentCookie, info->rca,
result = info->mmc->execute_command(info->parent, info->parentCookie,
result = info->mmc->execute_command(info->parent, info->parentCookie,
result = info->mmc->execute_command(info->parent, info->parentCookie,