Lines Matching refs:blksz
134 data->blksz, data->flags, data->error); in dw_mci_req_show()
890 if (data->blocks * data->blksz < DW_MCI_DMA_THRESHOLD) in dw_mci_pre_dma_transfer()
893 if (data->blksz & 3) in dw_mci_pre_dma_transfer()
991 unsigned int blksz = data->blksz; in dw_mci_adjust_fifoth() local
994 u32 blksz_depth = blksz / fifo_width, fifoth_val; in dw_mci_adjust_fifoth()
1009 if (blksz % fifo_width) in dw_mci_adjust_fifoth()
1031 unsigned int blksz = data->blksz; in dw_mci_ctrl_thld() local
1062 blksz_depth = blksz / (1 << host->data_shift); in dw_mci_ctrl_thld()
1073 thld_size = blksz; in dw_mci_ctrl_thld()
1113 if (host->prev_blksz != data->blksz) in dw_mci_submit_data_dma()
1199 host->prev_blksz = data->blksz; in dw_mci_submit_data()
1337 mci_writel(host, BYTCNT, data->blksz*data->blocks); in __dw_mci_start_request()
1338 mci_writel(host, BLKSIZ, data->blksz); in __dw_mci_start_request()
1997 data->bytes_xfered = data->blocks * data->blksz; in dw_mci_data_complete()
2376 (data->blksz * data->blocks)) in dw_mci_push_data16()
2459 (data->blksz * data->blocks)) in dw_mci_push_data32()
2543 (data->blksz * data->blocks)) in dw_mci_push_data64()