Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dtifm_sd.c108 unsigned char bounce_buf_data[TIFM_MMCSD_MAX_BLOCK_SIZE]; member
121 buf[pos++] = host->bounce_buf_data[0]; in tifm_sd_read_fifo()
129 host->bounce_buf_data[0] = (val >> 8) & 0xff; in tifm_sd_read_fifo()
147 val = host->bounce_buf_data[0] | ((buf[pos++] << 8) & 0xff00); in tifm_sd_write_fifo()
155 host->bounce_buf_data[0] = val & 0xff; in tifm_sd_write_fifo()
183 writel(host->bounce_buf_data[0], in tifm_sd_transfer_data()
659 sg_init_one(&host->bounce_buf, host->bounce_buf_data, in tifm_sd_request()