TT-System-Firmware APIs 19.15.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
memc_tt_mimir.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 Tenstorrent AI ULC
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6#ifndef ZEPHYR_INCLUDE_DRIVERS_MEMC_MEMC_TT_MIMIR_H_
7#define ZEPHYR_INCLUDE_DRIVERS_MEMC_MEMC_TT_MIMIR_H_
8
9#include <zephyr/device.h>
10
11#include "err.h"
12#include "fw_params.h"
13#include "gddr_common_types.h"
14#include "gddr_backend.h"
15#include "gddr_types.h"
16
33int memc_tt_mimir_set_config(const struct device *dev, const gddr_backend_t *backend,
34 fw_params_t *params);
35
36#endif /* ZEPHYR_INCLUDE_DRIVERS_MEMC_MEMC_TT_MIMIR_H_ */
int memc_tt_mimir_set_config(const struct device *dev, const gddr_backend_t *backend, fw_params_t *params)
Install the platform GDDR configuration for the controller.
Definition memc_tt_mimir.c:39