Searched refs:fifo_width (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | moxart-mmc.c | 141 u32 fifo_width; member 325 for (len = 0; len < remain && len < host->fifo_width;) { in moxart_transfer_pio() 341 for (len = 0; len < remain && len < host->fifo_width;) { in moxart_transfer_pio() 385 if ((host->data_len > host->fifo_width) && host->have_dma) in moxart_prepare_data() 418 if ((host->data_len > host->fifo_width) && host->have_dma) { in moxart_request() 607 host->fifo_width = readl(host->base + REG_FEATURE) << 2; in moxart_probe() 673 dev_dbg(dev, "IRQ=%d, FIFO is %d bytes\n", irq, host->fifo_width); in moxart_probe()
|
| H A D | dw_mmc.c | 1033 u32 fifo_width = 1 << host->data_shift; in dw_mci_adjust_fifoth() local 1034 u32 blksz_depth = blksz / fifo_width, fifoth_val; in dw_mci_adjust_fifoth() 1049 if (blksz % fifo_width) in dw_mci_adjust_fifoth()
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | cadence_qspi.h | 23 u32 fifo_width; member
|
| H A D | cadence_qspi.c | 301 plat->fifo_width = fdtdec_get_uint(blob, node, "cdns,fifo-width", 4); in cadence_spi_ofdata_to_platdata()
|
| H A D | cadence_qspi_apb.c | 647 bytes_to_read *= plat->fifo_width; in cadence_qspi_apb_indirect_read_execute()
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-cadence-quadspi.c | 77 u32 fifo_width; member 521 bytes_to_read *= cqspi->fifo_width; in cqspi_indirect_read_execute() 1062 if (of_property_read_u32(np, "cdns,fifo-width", &cqspi->fifo_width)) { in cqspi_of_get_pdata() 1098 writel(cqspi->fifo_depth * cqspi->fifo_width / 2, in cqspi_controller_init() 1101 writel(cqspi->fifo_depth * cqspi->fifo_width / 8, in cqspi_controller_init()
|
| /OK3568_Linux_fs/kernel/sound/soc/dwc/ |
| H A D | dwc-i2s.c | 466 static const u32 fifo_width[COMP_MAX_WORDSIZE] = { variable 609 (fifo_width[idx2]) >> 8; in dw_configure_dai_by_dt() 619 (fifo_width[idx2] >> 8); in dw_configure_dai_by_dt()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/ |
| H A D | aty128fb.c | 408 u32 fifo_width; member 991 par->constants.fifo_width = 128; in aty128_timings() 1429 u32 fifo_width = par->constants.fifo_width; in aty128_ddafifo() local 1437 n = xclk * fifo_width; in aty128_ddafifo()
|