Searched refs:sd_read_data (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/staging/rts5208/ |
D | sd.c | 260 static int sd_read_data(struct rtsx_chip *chip, function 960 retval = sd_read_data(chip, SD_TM_NORMAL_READ, cmd, 5, 8, 1, bus_width, 1120 retval = sd_read_data(chip, SD_TM_NORMAL_READ, cmd, 5, 64, 1, bus_width, 1441 retval = sd_read_data(chip, SD_TM_AUTO_TUNING, cmd, 5, 0x40, 1, 1476 retval = sd_read_data(chip, SD_TM_NORMAL_READ, cmd, 5, 64, 1, 1513 retval = sd_read_data(chip, SD_TM_NORMAL_READ, cmd, 5, 0x200, 1, 2228 retval = sd_read_data(chip, SD_TM_NORMAL_READ, cmd, 5, 512, 1, 2257 retval = sd_read_data(chip, SD_TM_NORMAL_READ, cmd, 5, 64, 1, 4070 retval = sd_read_data(chip, SD_TM_NORMAL_READ, cmd, 5, byte_cnt,
|
/linux-6.1.9/drivers/mmc/host/ |
D | rtsx_usb_sdmmc.c | 92 static int sd_read_data(struct rtsx_usb_sdmmc *host, struct mmc_command *cmd, in sd_read_data() function 562 cmd->error = sd_read_data(host, cmd, (u16)data->blksz, buf, in sd_normal_rw() 675 err = sd_read_data(host, &cmd, 0x40, NULL, 0, 100); in sd_tuning_rx_cmd()
|
D | rtsx_pci_sdmmc.c | 327 static int sd_read_data(struct realtek_pci_sdmmc *host, struct mmc_command *cmd, in sd_read_data() function 598 cmd->error = sd_read_data(host, cmd, (u16)data->blksz, buf, in sd_normal_rw() 713 err = sd_read_data(host, &cmd, 0x40, NULL, 0, 100); in sd_tuning_rx_cmd()
|