Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dtifm_sd.c109 unsigned char bounce_buf_data[TIFM_MMCSD_MAX_BLOCK_SIZE]; member
122 buf[pos++] = host->bounce_buf_data[0]; in tifm_sd_read_fifo()
130 host->bounce_buf_data[0] = (val >> 8) & 0xff; in tifm_sd_read_fifo()
148 val = host->bounce_buf_data[0] | ((buf[pos++] << 8) & 0xff00); in tifm_sd_write_fifo()
156 host->bounce_buf_data[0] = val & 0xff; in tifm_sd_write_fifo()
184 writel(host->bounce_buf_data[0], in tifm_sd_transfer_data()
660 sg_init_one(&host->bounce_buf, host->bounce_buf_data, in tifm_sd_request()