Lines Matching defs:client
1220 const struct tegra_mc_client *client,
1224 unsigned int fifo_size = client->fifo_size;
1244 switch (client->swgroup) {
1279 * client may wait in the EMEM arbiter before it becomes a high-priority
1283 la_ticks = min(la_ticks, client->regs.la.mask);
1285 value = mc_readl(mc, client->regs.la.reg);
1286 value &= ~(client->regs.la.mask << client->regs.la.shift);
1287 value |= la_ticks << client->regs.la.shift;
1288 mc_writel(mc, value, client->regs.la.reg);
1294 const struct tegra_mc_client *client = &mc->soc->clients[src->id];
1311 tegra30_mc_tune_client_latency(mc, client, peak_bandwidth);
1322 * of the client's FIFO buffers. Secondly, we need to take into
1338 const struct tegra_mc_client *client;
1351 client = &mc->soc->clients[idx];
1354 switch (client->swgroup) {
1376 dev_err(mc->dev, "invalid ICC client ID %u\n", idx);