Home
last modified time | relevance | path

Searched refs:ram_depth (Results 1 – 5 of 5) sorted by relevance

/linux/sound/soc/tegra/
H A Dtegra210_amx.c70 for (i = 0; i < amx->soc_data->ram_depth; i++) in tegra210_amx_write_map_ram()
692 .ram_depth = TEGRA210_AMX_RAM_DEPTH,
701 .ram_depth = TEGRA210_AMX_RAM_DEPTH,
710 .ram_depth = TEGRA264_AMX_RAM_DEPTH,
753 amx->map = devm_kzalloc(dev, amx->soc_data->ram_depth * sizeof(*amx->map), in tegra210_amx_platform_probe()
H A Dtegra210_adx.c58 for (i = 0; i < adx->soc_data->ram_depth; i++) in tegra210_adx_write_map_ram()
649 .ram_depth = TEGRA210_ADX_RAM_DEPTH,
657 .ram_depth = TEGRA264_ADX_RAM_DEPTH,
703 adx->map = devm_kzalloc(dev, soc_data->ram_depth * sizeof(*adx->map), in tegra210_adx_platform_probe()
H A Dtegra210_adx.h84 unsigned int ram_depth; member
H A Dtegra210_amx.h101 unsigned int ram_depth; member
/linux/drivers/usb/dwc3/
H A Dgadget.c707 int ram_depth; in dwc3_gadget_calc_ram_depth() local
718 ram_depth = is_single_port_ram ? DWC3_RAM0_DEPTH(dwc->hwparams.hwparams6) : in dwc3_gadget_calc_ram_depth()
733 ram_depth -= (fifo_0_start >> 16); in dwc3_gadget_calc_ram_depth()
736 return ram_depth; in dwc3_gadget_calc_ram_depth()
807 int ram_depth; in dwc3_gadget_resize_tx_fifos() local
827 ram_depth = dwc3_gadget_calc_ram_depth(dwc); in dwc3_gadget_resize_tx_fifos()
863 remaining = ram_depth - min_depth - dwc->last_fifo_depth; in dwc3_gadget_resize_tx_fifos()
889 if (dwc->last_fifo_depth >= ram_depth) { in dwc3_gadget_resize_tx_fifos()
891 dwc->last_fifo_depth, ram_depth, in dwc3_gadget_resize_tx_fifos()
3155 int ram_depth; in dwc3_gadget_check_config() local
[all …]