Lines Matching refs:data
71 { .compatible = "fsl,ls1021a-esdhc", .data = &ls1021a_esdhc_clk},
72 { .compatible = "fsl,ls1043a-esdhc", .data = &ls1043a_esdhc_clk},
73 { .compatible = "fsl,ls1046a-esdhc", .data = &ls1046a_esdhc_clk},
74 { .compatible = "fsl,ls1012a-esdhc", .data = &ls1012a_esdhc_clk},
75 { .compatible = "fsl,p1010-esdhc", .data = &p1010_esdhc_clk},
152 * Command Inhibit (data) bit. Just ignore it since
501 * For Continue, apply soft reset for data(SYSCTL[RSTD]);
518 host->data->error = 0;
519 dmastart = sg_dma_address(host->data->sg);
520 dmanow = dmastart + host->data->bytes_xfered;
526 host->data->bytes_xfered = dmanow - dmastart;
820 * or lower for data reset.
832 * whose vendor version is 2.2 or lower for data reset.
1015 /* Reset data lines by setting ESDHCCTL[RSTD] */
1083 * The eSDHC controller takes the data timeout value into account
1085 * timer will expire and a "Buffer Read Ready" interrupt without data
1376 esdhc->clk_fixup = match->data;