Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dtifm_sd.c110 unsigned char bounce_buf_data[TIFM_MMCSD_MAX_BLOCK_SIZE]; member
123 buf[pos++] = host->bounce_buf_data[0]; in tifm_sd_read_fifo()
131 host->bounce_buf_data[0] = (val >> 8) & 0xff; in tifm_sd_read_fifo()
149 val = host->bounce_buf_data[0] | ((buf[pos++] << 8) & 0xff00); in tifm_sd_write_fifo()
157 host->bounce_buf_data[0] = val & 0xff; in tifm_sd_write_fifo()
185 writel(host->bounce_buf_data[0], in tifm_sd_transfer_data()
668 sg_init_one(&host->bounce_buf, host->bounce_buf_data, in tifm_sd_request()