Searched refs:ram_depth (Results 1 – 5 of 5) sorted by relevance
| /linux/sound/soc/tegra/ |
| H A D | tegra210_amx.c | 70 for (i = 0; i < amx->soc_data->ram_depth; i++) in tegra210_amx_write_map_ram() 689 .ram_depth = TEGRA210_AMX_RAM_DEPTH, 698 .ram_depth = TEGRA210_AMX_RAM_DEPTH, 707 .ram_depth = TEGRA264_AMX_RAM_DEPTH, 750 amx->map = devm_kzalloc(dev, amx->soc_data->ram_depth * sizeof(*amx->map), in tegra210_amx_platform_probe()
|
| H A D | tegra210_adx.c | 58 for (i = 0; i < adx->soc_data->ram_depth; i++) in tegra210_adx_write_map_ram() 647 .ram_depth = TEGRA210_ADX_RAM_DEPTH, 655 .ram_depth = TEGRA264_ADX_RAM_DEPTH, 701 adx->map = devm_kzalloc(dev, soc_data->ram_depth * sizeof(*adx->map), in tegra210_adx_platform_probe()
|
| H A D | tegra210_adx.h | 84 unsigned int ram_depth; member
|
| H A D | tegra210_amx.h | 101 unsigned int ram_depth; member
|
| /linux/drivers/usb/dwc3/ |
| H A D | gadget.c | 706 int ram_depth; in dwc3_gadget_calc_ram_depth() local 717 ram_depth = is_single_port_ram ? DWC3_RAM0_DEPTH(dwc->hwparams.hwparams6) : in dwc3_gadget_calc_ram_depth() 732 ram_depth -= (fifo_0_start >> 16); in dwc3_gadget_calc_ram_depth() 735 return ram_depth; in dwc3_gadget_calc_ram_depth() 806 int ram_depth; in dwc3_gadget_resize_tx_fifos() local 826 ram_depth = dwc3_gadget_calc_ram_depth(dwc); in dwc3_gadget_resize_tx_fifos() 862 remaining = ram_depth - min_depth - dwc->last_fifo_depth; in dwc3_gadget_resize_tx_fifos() 888 if (dwc->last_fifo_depth >= ram_depth) { in dwc3_gadget_resize_tx_fifos() 890 dwc->last_fifo_depth, ram_depth, in dwc3_gadget_resize_tx_fifos() 3156 int ram_depth; in dwc3_gadget_check_config() local [all …]
|