Home
last modified time | relevance | path

Searched refs:SD_BUS_WIDTH_4 (Results 1 – 7 of 7) sorted by relevance

/drivers/staging/rts5139/
Dsd_cprm.c319 SD_BUS_WIDTH_4);
326 rts51x_write_register(chip, SD_CFG1, 0x03, SD_BUS_WIDTH_4);
407 bus_width = SD_BUS_WIDTH_4;
411 bus_width = SD_BUS_WIDTH_4;
415 bus_width = SD_BUS_WIDTH_4;
645 SD_BUS_WIDTH_4);
651 rts51x_write_register(chip, SD_CFG1, 0x03, SD_BUS_WIDTH_4);
Dsd.c1292 cmd, 5, 0x40, 1, SD_BUS_WIDTH_4, NULL, 0, 100);
1329 cmd, 5, 64, 1, SD_BUS_WIDTH_4, NULL, 0, 100);
1350 bus_width = SD_BUS_WIDTH_4;
1418 bus_width = SD_BUS_WIDTH_4;
1423 bus_width = SD_BUS_WIDTH_4;
2234 switch_bus_width = SD_BUS_WIDTH_4;
2331 1, SD_BUS_WIDTH_4, NULL, 0, 600);
2356 SD_BUS_WIDTH_4, buf, 64, 600);
2422 bus_width = SD_BUS_WIDTH_4;
2826 5, 512, 1, SD_BUS_WIDTH_4,
[all …]
Drts51x_card.h314 #define SD_BUS_WIDTH_4 0x01 macro
/drivers/staging/rts_pstor/
Dsd.c1453 cmd, 5, 0x40, 1, SD_BUS_WIDTH_4, NULL, 0, 100); in sd_sdr_tuning_rx_cmd()
1489 cmd, 5, 64, 1, SD_BUS_WIDTH_4, NULL, 0, 100); in sd_ddr_tuning_rx_cmd()
1509 bus_width = SD_BUS_WIDTH_4; in mmc_ddr_tunning_rx_cmd()
1577 bus_width = SD_BUS_WIDTH_4; in sd_ddr_tuning_tx_cmd()
1582 bus_width = SD_BUS_WIDTH_4; in sd_ddr_tuning_tx_cmd()
2216 bus_width = SD_BUS_WIDTH_4; in sd_read_lba0()
2221 bus_width = SD_BUS_WIDTH_4; in sd_read_lba0()
2257 retval = sd_read_data(chip, SD_TM_NORMAL_READ, cmd, 5, 64, 1, SD_BUS_WIDTH_4, buf, 64, 250); in sd_check_wp_state()
2509 switch_bus_width = SD_BUS_WIDTH_4; in reset_sd()
2677 bus_width = SD_BUS_WIDTH_4; in mmc_test_switch_bus()
[all …]
Drtsx_card.h163 #define SD_BUS_WIDTH_4 0x01 macro
Dxd.c404 rtsx_add_cmd(chip, WRITE_REG_CMD, SD_CFG1, 0x03, SD_BUS_WIDTH_4); in xd_clear_dma_buffer()
/drivers/mmc/core/
Dsd_ops.c137 cmd.arg = SD_BUS_WIDTH_4; in mmc_app_set_bus_width()