Home
last modified time | relevance | path

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

/linux/sound/soc/dwc/
H A Ddwc-i2s.c555 static const u32 fifo_width[COMP_MAX_WORDSIZE] = { variable
668 (fifo_width[idx2]) >> 8; in dw_configure_dai_by_pd()
675 (fifo_width[idx2] >> 8); in dw_configure_dai_by_pd()
715 (fifo_width[idx2]) >> 8; in dw_configure_dai_by_dt()
724 (fifo_width[idx2] >> 8); in dw_configure_dai_by_dt()
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_port.c475 u32 fifo_width = 16; in sparx5_port_fifo_sz() local
512 tmp1 = 1000 * mac_width / fifo_width; in sparx5_port_fifo_sz()
/linux/drivers/mmc/host/
H A Ddw_mmc.c993 u32 fifo_width = 1 << host->data_shift; 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()