Searched refs:ram_depth (Results 1 – 5 of 5) sorted by relevance
74 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->soc_data->ram_depth * TEGRA_AMX_SLOTS_PER_WORD, in tegra210_amx_platform_probe()761 for (i = 0; i < amx->soc_data->ram_depth * TEGRA_AMX_SLOTS_PER_WORD; i++) in tegra210_amx_platform_probe()
62 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,701 soc_data->ram_depth * TEGRA_ADX_SLOTS_PER_WORD, in tegra210_adx_platform_probe()712 for (i = 0; i < soc_data->ram_depth * TEGRA_ADX_SLOTS_PER_WORD; i++) in tegra210_adx_platform_probe()
87 unsigned int ram_depth;84 unsigned int ram_depth; global() member
104 unsigned int ram_depth;101 unsigned int ram_depth; global() member
707 int ram_depth; in dwc3_gadget_calc_ram_depth() local718 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() local827 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()3171 int ram_depth; in dwc3_gadget_check_config() local[all …]