Searched refs:sd_read_data (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/mmc/host/ |
D | rtsx_usb_sdmmc.c | 103 static int sd_read_data(struct rtsx_usb_sdmmc *host, struct mmc_command *cmd, in sd_read_data() function 573 cmd->error = sd_read_data(host, cmd, (u16)data->blksz, buf, in sd_normal_rw() 692 err = sd_read_data(host, &cmd, 0x40, NULL, 0, 100); in sd_tuning_rx_cmd()
|
D | rtsx_pci_sdmmc.c | 341 static int sd_read_data(struct realtek_pci_sdmmc *host, struct mmc_command *cmd, in sd_read_data() function 602 cmd->error = sd_read_data(host, cmd, (u16)data->blksz, buf, in sd_normal_rw() 719 err = sd_read_data(host, &cmd, 0x40, NULL, 0, 100); in sd_tuning_rx_cmd()
|
/linux-4.4.14/drivers/staging/rts5208/ |
D | sd.c | 283 static int sd_read_data(struct rtsx_chip *chip, function 1080 retval = sd_read_data(chip, SD_TM_NORMAL_READ, cmd, 5, 8, 1, bus_width, 1249 retval = sd_read_data(chip, SD_TM_NORMAL_READ, cmd, 5, 64, 1, bus_width, 1600 retval = sd_read_data(chip, SD_TM_AUTO_TUNING, 1640 retval = sd_read_data(chip, SD_TM_NORMAL_READ, 1680 retval = sd_read_data(chip, SD_TM_NORMAL_READ, 2503 retval = sd_read_data(chip, SD_TM_NORMAL_READ, cmd, 2535 retval = sd_read_data(chip, SD_TM_NORMAL_READ, cmd, 5, 64, 1, 4596 retval = sd_read_data(chip, SD_TM_NORMAL_READ, cmd, 5, byte_cnt,
|