Lines Matching refs:client
356 #define mc_set_pcfifo_unordered_boot_so_mss(id, client) \ argument
357 ((uint32_t)~MC_PCFIFO_CLIENT_CONFIG##id##_PCFIFO_##client##_MASK | \
358 MC_PCFIFO_CLIENT_CONFIG##id##_PCFIFO_##client##_UNORDERED)
360 #define mc_set_pcfifo_ordered_boot_so_mss(id, client) \ argument
361 MC_PCFIFO_CLIENT_CONFIG##id##_PCFIFO_##client##_ORDERED
363 #define mc_set_tsa_passthrough(client) \ argument
365 mmio_write_32(TEGRA_TSA_BASE + TSA_CONFIG_STATIC0_CSW_##client, \
366 (TSA_CONFIG_STATIC0_CSW_##client##_RESET & \
371 #define mc_set_tsa_w_passthrough(client) \ argument
373 mmio_write_32(TEGRA_TSA_BASE + TSA_CONFIG_STATIC0_CSW_##client, \
379 #define mc_set_tsa_r_passthrough(client) \ argument
381 mmio_write_32(TEGRA_TSA_BASE + TSA_CONFIG_STATIC0_CSR_##client, \
387 #define mc_set_txn_override(client, normal_axi_id, so_dev_axi_id, normal_override, so_dev_override)… argument
389 tegra_mc_write_32(MC_TXN_OVERRIDE_CONFIG_##client, \