Searched refs:sd_read_data (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/staging/rts5208/ |
D | sd.c | 273 static int sd_read_data(struct rtsx_chip *chip, function 1018 retval = sd_read_data(chip, SD_TM_NORMAL_READ, cmd, 5, 8, 1, bus_width, 1179 retval = sd_read_data(chip, SD_TM_NORMAL_READ, cmd, 5, 64, 1, bus_width, 1513 retval = sd_read_data(chip, SD_TM_AUTO_TUNING, cmd, 5, 0x40, 1, 1550 retval = sd_read_data(chip, SD_TM_NORMAL_READ, cmd, 5, 64, 1, 1588 retval = sd_read_data(chip, SD_TM_NORMAL_READ, cmd, 5, 0x200, 1, 2356 retval = sd_read_data(chip, SD_TM_NORMAL_READ, cmd, 5, 512, 1, 2386 retval = sd_read_data(chip, SD_TM_NORMAL_READ, cmd, 5, 64, 1, 4280 retval = sd_read_data(chip, SD_TM_NORMAL_READ, cmd, 5, byte_cnt,
|
/Linux-v4.19/drivers/mmc/host/ |
D | rtsx_pci_sdmmc.c | 339 static int sd_read_data(struct realtek_pci_sdmmc *host, struct mmc_command *cmd, in sd_read_data() function 600 cmd->error = sd_read_data(host, cmd, (u16)data->blksz, buf, in sd_normal_rw() 712 err = sd_read_data(host, &cmd, 0x40, NULL, 0, 100); in sd_tuning_rx_cmd()
|
D | rtsx_usb_sdmmc.c | 102 static int sd_read_data(struct rtsx_usb_sdmmc *host, struct mmc_command *cmd, in sd_read_data() function 572 cmd->error = sd_read_data(host, cmd, (u16)data->blksz, buf, in sd_normal_rw() 691 err = sd_read_data(host, &cmd, 0x40, NULL, 0, 100); in sd_tuning_rx_cmd()
|