Lines Matching defs:cts
1429 dwmmc_get_tran_settings(device_t dev, struct ccb_trans_settings_mmc *cts)
1435 cts->host_ocr = sc->host.host_ocr;
1436 cts->host_f_min = sc->host.f_min;
1437 cts->host_f_max = sc->host.f_max;
1438 cts->host_caps = sc->host.caps;
1439 cts->host_max_data = DWMMC_MAX_DATA;
1440 memcpy(&cts->ios, &sc->host.ios, sizeof(struct mmc_ios));
1446 dwmmc_set_tran_settings(device_t dev, struct ccb_trans_settings_mmc *cts)
1456 new_ios = &cts->ios;
1459 if (cts->ios_valid & MMC_CLK) {
1464 if (cts->ios_valid & MMC_VDD) {
1469 if (cts->ios_valid & MMC_CS) {
1474 if (cts->ios_valid & MMC_BW) {
1479 if (cts->ios_valid & MMC_PM) {
1484 if (cts->ios_valid & MMC_BT) {
1489 if (cts->ios_valid & MMC_BM) {
1494 if (cts->ios_valid & MMC_VCCQ) {